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
/
DescriptorKeyException
Descriptor
Key
Exception
sealed
class
DescriptorKeyException
:
Exception
Inheritors
Parse
InvalidKeyType
Bip32
Members
Types
Bip32
Link copied to clipboard
class
Bip32
(
val
errorMessage
:
String
)
:
DescriptorKeyException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
DescriptorKeyException
>
Invalid
Key
Type
Link copied to clipboard
class
InvalidKeyType
:
DescriptorKeyException
Parse
Link copied to clipboard
class
Parse
(
val
errorMessage
:
String
)
:
DescriptorKeyException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?