Expand description
JSON-RPC standard error codes
Constantsยง
- INTERNAL_
ERROR - Internal JSON-RPC error.
- INVALID_
PARAMS - Invalid method parameter(s).
- INVALID_
REQUEST - The JSON sent is not a valid Request object.
- METHOD_
NOT_ FOUND - The method does not exist / is not available.
- PARSE_
ERROR - Invalid JSON was received by the server.