Hierarchy

  • Error
    • AnchorError

Constructors

  • Parameters

    • errorCode: ErrorCode
    • errorMessage: string
    • errorLogs: string[]
    • logs: string[]
    • Optional origin: Origin
    • Optional comparedValues: ComparedValues

    Returns AnchorError

Properties

error: {
    comparedValues?: ComparedValues;
    errorCode: ErrorCode;
    errorMessage: string;
    origin?: Origin;
}

Type declaration

  • Optional comparedValues?: ComparedValues
  • errorCode: ErrorCode
  • errorMessage: string
  • Optional origin?: Origin
errorLogs: string[]
logs: string[]
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void