Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRpcError

Represents JSONRPC response error object.

Hierarchy

  • IRpcError

Index

Properties

Properties

code

code: number

The number that indicates the error type.

Optional data

data: unknown

The primitive or structured value that contains additional information.

message

message: string

The message describing the error.

Generated using TypeDoc