Cases |
ConnectionClosed = -32000
The connection was closed.
The connection was closed.
|
#
|
RequestTimeout = -32001
The request timed out after a set period.
The request timed out after a set period.
|
#
|
ResourceNotFound = -32002
The requested resource was not found.
The requested resource was not found.
|
#
|
ParseError = -32700
Invalid JSON was received by the server.
An error occurred on the server while parsing the JSON text.
Invalid JSON was received by the server.
An error occurred on the server while parsing the JSON text.
|
#
|
InvalidRequest = -32600
The JSON sent is not a valid Request object.
The JSON sent is not a valid Request object.
|
#
|
MethodNotFound = -32601
The method does not exist / is not available.
The method does not exist / is not available.
|
#
|
InvalidParams = -32602
Invalid method parameter(s).
Invalid method parameter(s).
|
#
|
InternalError = -32603
|
#
|