Module error_codes

Module error_codes 

Source
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.