Skip to main content

Module codes

Module codes 

Source
Expand description

The codes this server uses, from the JSON-RPC 2.0 specification.

Constantsยง

INTERNAL_ERROR
Anything the handler itself failed at.
INVALID_PARAMS
The method exists; the arguments do not work.
INVALID_REQUEST
Valid JSON, but not a valid request object.
METHOD_NOT_FOUND
No such method.
PARSE_ERROR
The message was not valid JSON.