bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
bdk-android
bdk-android
/
org.bitcoindevkit
/
LoadWithPersistException
Load
With
Persist
Exception
sealed
class
LoadWithPersistException
:
Exception
Inheritors
Persist
InvalidChangeSet
CouldNotLoad
Members
Types
Could
Not
Load
Link copied to clipboard
class
CouldNotLoad
:
LoadWithPersistException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
LoadWithPersistException
>
Invalid
Change
Set
Link copied to clipboard
class
InvalidChangeSet
(
val
errorMessage
:
String
)
:
LoadWithPersistException
Persist
Link copied to clipboard
class
Persist
(
val
errorMessage
:
String
)
:
LoadWithPersistException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?