| Cases |
ParseError = -32700
Invalid JSON was received by the server.
Invalid JSON was received by the server.
|
#
|
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 or is not available.
The method does not exist or is not available.
|
#
|
InvalidParams = -32602
Invalid method parameter(s).
Invalid method parameter(s).
|
#
|
InternalError = -32603
|
#
|
HeaderMismatch = -32020
The HTTP header values do not match the request body, or required headers are missing or malformed.
The HTTP header values do not match the request body, or required headers are missing or malformed.
|
#
|
MissingRequiredClientCapability = -32021
Processing the request requires a client capability absent from the request's clientCapabilities.
Processing the request requires a client capability absent from the request's clientCapabilities.
|
#
|
UnsupportedProtocolVersion = -32022
The request's protocol version is unknown to the server or unsupported.
The request's protocol version is unknown to the server or unsupported.
|
#
|