Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NodeError

The properties that define an upstream error while managing a node.

Properties

code

code: string

A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.

message

message: string

A human-readable error string of the upstream error.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the upstream request. If you need to contact Oracle about a particular upstream request, please provide the request ID.

Optional status

status: undefined | string

The status of the HTTP response encountered in the upstream error.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: NodeError): object

getJsonObj