RpcException

  
class RpcException extends Error {
  constructor(error: string | object)
  initMessage()
  getError(): string | object
}

Constructor


constructor(error: string | object)

Parameters

Option Type Description
error string | object

Methods

initMessage()


initMessage()

Parameters

There are no parameters.

getError()


getError(): string | object

Parameters

There are no parameters.

Returns

string | object