sudoprofiles
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudoprofiles
sudoprofiles
/
com.sudoplatform.sudoprofiles.exceptions
/
SudoProfileException
/
SudoNotFoundException
Sudo
Not
Found
Exception
class
SudoNotFoundException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
SudoProfileException
Exception for GraphQl call when Sudo Not Found
Members
Constructors
Sudo
Not
Found
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?