RpcErrorCode

JSON-RPC error codes

Enumeration Members

PARSE_ERROR

Parse error Invalid JSON

INVALID_REQUEST

The JSON sent is not a valid Request object.

METHOD_NOT_FOUND

The method does not exist/is not available.

INVALID_PARAMS

Invalid method parameter(s).

INTERNAL_ERROR

Internal JSON-RPC error. This is a generic error, used when the server encounters an error in performing the request.

USER_REJECTION

user rejected/canceled the request

METHOD_NOT_SUPPORTED

method is not supported for the address provided

ACCESS_DENIED

The client does not have permission to access the requested resource.