Enum Class JsonRpcError.Error

java.lang.Object
java.lang.Enum<JsonRpcError.Error>
org.consensusj.jsonrpc.JsonRpcError.Error
All Implemented Interfaces:
Serializable, Comparable<JsonRpcError.Error>, Constable
Enclosing class:
JsonRpcError

public static enum JsonRpcError.Error extends Enum<JsonRpcError.Error>
Predefined JSON-RPC Error Codes. The error codes from and including -32768 to -32000 are reserved for pre-defined errors.
See Also: