Skip to main content

Module error_codes

Module error_codes 

Source
Expand description

Standard JSON-RPC 2.0 error codes.

Constantsยง

INTERNAL_ERROR
Internal agent error.
INVALID_PARAMS
Invalid method parameters.
INVALID_REQUEST
The JSON sent is not a valid request object.
METHOD_NOT_FOUND
The method does not exist.
PARSE_ERROR
Invalid JSON was received.