Class: Cosmos::JsonRpcError::ErrorCode
- Defined in:
- lib/cosmos/io/json_rpc.rb
Overview
Enumeration of JSON RPC error codes
Constant Summary collapse
- PARSE_ERROR =
-32700
- INVALID_REQUEST =
-32600
- METHOD_NOT_FOUND =
-32601
- INVALID_PARAMS =
-32602
- INTERNAL_ERROR =
-32603
- AUTH_ERROR =
-32500
- FORBIDDEN_ERROR =
-32501
- OTHER_ERROR =
-1