ConstReadonlyINTERNAL_ERROR: -32603Internal JSON-RPC error
ReadonlyINVALID_PARAMS: -32602Invalid method parameter(s)
ReadonlyINVALID_REQUEST: -32600The JSON sent is not a valid Request object
ReadonlyMETHOD_NOT_FOUND: -32601The method does not exist / is not available
ReadonlyPARSE_ERROR: -32700Invalid JSON was received by the server
ReadonlyREQUEST_CANCELLED: -32002Request was cancelled
ReadonlySERVER_ERROR: -32000Generic server error
ReadonlySESSION_NOT_FOUND: -32001Session not found or expired
Standard JSON-RPC 2.0 error codes.
Range -32700 to -32600: Spec-defined errors Range -32000 to -32099: Implementation-defined server errors