Kotlin JSON-RPC 2.0
Toggle table of contents
local
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin JSON-RPC 2.0
Kotlin JSON-RPC 2.0
/
fr.rtz.jsonrpc
/
JsonRpcException
/
MethodNotFound
Method
Not
Found
class
MethodNotFound
(
message
:
String
,
data
:
JsonElement
?
=
null
)
:
JsonRpcException
The method does not exist / is not available
Members
Constructors
Method
Not
Found
Link copied to clipboard
constructor
(
message
:
String
,
data
:
JsonElement
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
JsonRpcException.Code
data
Link copied to clipboard
val
data
:
JsonElement
?
message
Link copied to clipboard
open
override
val
message
:
String