Models a JSON-RPC error provided as "error" property of JSON-RPC response object when an error is encountered while making a request. http://www.jsonrpc.org/specification#error_object.
Properties
code
Exception code indicating the error type that occurred.
data
The JsonRpcErrorData containing detailed information about the error.
message
A short description of the error, ex: "Argument Out Of Range" with no error context-specific data.