Expand description
Standard JSON-RPC 2.0 error codes
Constantsยง
- AUTH_
REQUIRED - Authentication required
- INTERNAL_
ERROR - Internal error: Internal JSON-RPC error
- INVALID_
PARAMS - Invalid params: Invalid method parameter(s)
- INVALID_
REQUEST - Invalid request: The JSON sent is not a valid Request object
- METHOD_
NOT_ FOUND - Method not found: The method does not exist / is not available
- PARSE_
ERROR - Parse error: Invalid JSON was received
- PERMISSION_
DENIED - Permission denied
- RATE_
LIMITED - Rate limited
- RESOURCE_
NOT_ FOUND - Resource not found
- SERVER_
ERROR_ END - SERVER_
ERROR_ START - Server error range: -32000 to -32099 (reserved for implementation-defined server-errors)
- SESSION_
NOT_ FOUND - Session not found