| Cases |
ParseError = -32_700
Invalid JSON was received by the server.
Invalid JSON was received by the server.
|
#
|
InvalidRequest = -32_600
The JSON sent is not a valid Request object.
The JSON sent is not a valid Request object.
|
#
|
MethodNotFound = -32_601
The method does not exist or is not available.
The method does not exist or is not available.
|
#
|
InvalidParams = -32_602
Invalid method parameter(s).
Invalid method parameter(s).
|
#
|
InternalError = -32_603
|
#
|
HeaderMismatch = -32_020
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 = -32_021
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 = -32_022
The request's protocol version is unknown to the server or unsupported.
The request's protocol version is unknown to the server or unsupported.
|
#
|