Class: RpcError

Hierarchy

  • Error

    RpcError

Index

Constructors

Properties

Constructors

constructor

+ new RpcError(json: any): RpcError

Parameters:

Name Type
json any

Returns: RpcError

Properties

details

details: any


json

json: any


message

message: string

Inherited from void


name

name: string

Inherited from void


Optional stack

stack? : string

Inherited from void


Static Error

Error: ErrorConstructor