libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
ErrorCodeMessage
Error
Code
Message
@
Serializable
data
class
ErrorCodeMessage
(
val
code
:
Int
,
val
message
:
String
)
Members
Constructors
Error
Code
Message
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String