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
/
ServerError
/
ServerError
Server
Error
constructor
(
code
:
Int
,
message
:
String
,
data
:
JsonElement
?
=
null
)
Parameters
code
Implementation defined error code which should be in the -32000 to -32099 range.