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.