async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > ErrorResponseDetail

ErrorResponseDetail interface

The “error” record on the JSON-RPC ErrorResponse object.

Signature:

export interface ErrorResponseDetail<Error = unknown> 

Properties

Property Modifiers Type Description
code readonly number  
data? readonly Error (Optional)
message readonly string