Skip to main content

Module error_codes

Module error_codes 

Source
Expand description

Standard JSON-RPC 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