stellar-sdk
Toggle table of contents
1.5.1
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.smartaccount.core
/
SignerException
Signer
Exception
sealed
class
SignerException
:
SmartAccountException
Signer-related errors (6xxx range).
Inheritors
NotFound
Invalid
Members
Types
Companion
Link copied to clipboard
object
Companion
Invalid
Link copied to clipboard
class
Invalid
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
SignerException
Invalid signer error.
Not
Found
Link copied to clipboard
class
NotFound
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
SignerException
Signer not found error.
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
SmartAccountErrorCode
message
Link copied to clipboard
open
override
val
message
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String