Expand description
JSON-RPC error codes as defined by the spec, plus the Confium-specific range (−32000 to −32099) for server errors.
Constants§
- ENGINE_
ERROR - A Confium engine operation returned an error.
- 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.
- SERVER_
ERROR - Generic server error (Confium-specific range start).