Json Rpc Exception
Exceptions defined by the protocol.
Parameters
code
A Number that indicates the error type that occurred.
message
SHOULD be limited to a concise single sentence.
data
A primitive or structured value that contains additional information about the error. The value of this member is defined by the server. May be omitted.
Inheritors
Types
Link copied to clipboard
Internal JSON-RPC error.
Link copied to clipboard
Invalid method parameter(s).
Link copied to clipboard
The JSON sent is not a valid Request object.
Link copied to clipboard
The method does not exist / is not available
Link copied to clipboard
Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.
Link copied to clipboard
Reserved for implementation-defined server-errors.