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
/
StorageException
/
Companion
Companion
object
Companion
Members
Functions
read
Failed
Link copied to clipboard
fun
readFailed
(
key
:
String
,
cause
:
Throwable
?
=
null
)
:
StorageException.ReadFailed
Creates a storage read failed error.
write
Failed
Link copied to clipboard
fun
writeFailed
(
key
:
String
,
cause
:
Throwable
?
=
null
)
:
StorageException.WriteFailed
Creates a storage write failed error.