solana-kotlin
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
solana-kotlin
solana-kotlin
/
net.avianlabs.solana.client
/
RpcError
Rpc
Error
@
Serializable
data
class
RpcError
(
val
message
:
String
,
val
code
:
Int
,
val
data
:
JsonObject
?
=
null
)
Members
Constructors
Rpc
Error
Link copied to clipboard
constructor
(
message
:
String
,
code
:
Int
,
data
:
JsonObject
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
data
Link copied to clipboard
val
data
:
JsonObject
?
=
null
message
Link copied to clipboard
val
message
:
String