Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRpcError

Interface for JSON-RPC 2.0 errors (https://www.jsonrpc.org/specification#error_object)

Hierarchy

  • IRpcError

Index

Properties

Properties

code

code: number

A Number that indicates the error type that occurred. See RFC for possible values

Optional data

data: any

A Primitive or Structured value that contains additional information about the error.

message

message: string

A String providing a short description of the error.