A lightweight JSON RPC client & server
Home > async-call-rpc > ErrorResponseDetail
The “error” record on the JSON-RPC ErrorResponse object.
Signature:
export interface ErrorResponseDetail<Error = unknown>
Property | Modifiers | Type | Description |
---|---|---|---|
code | readonly |
number | |
data? | readonly |
Error | (Optional) |
message | readonly |
string |