bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
CreateWithPersistException
Create
With
Persist
Exception
sealed
class
CreateWithPersistException
:
Exception
(
source
)
Inheritors
Persist
DataAlreadyExists
Descriptor
Members
Types
Data
Already
Exists
Link copied to clipboard
class
DataAlreadyExists
:
CreateWithPersistException
Descriptor
Link copied to clipboard
class
Descriptor
(
val
errorMessage
:
String
)
:
CreateWithPersistException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
CreateWithPersistException
>
Persist
Link copied to clipboard
class
Persist
(
val
errorMessage
:
String
)
:
CreateWithPersistException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?