Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • D

Hierarchy

  • IGraphiteError<D>
    • IUnhandledError

Index

Properties

code

code: Unhandled

Optional data

data: D

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

message

message: string

A string providing a short description of the error.

Optional nodeId

nodeId: undefined | string

Optional trace

trace: ITraceData