Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerificationError

Hierarchy

Index

Constructors

constructor

Properties

data

data: any

message

message: string

name

name: string

Optional stack

stack?: string

Static Optional prepareStackTrace

prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

Static stackTraceLimit

stackTraceLimit: number

Methods

[custom]

  • [custom](depth: number, opts: { indentationLvl: number; stylize: Function }): string
  • Parameters

    • depth: number
    • opts: { indentationLvl: number; stylize: Function }
      • indentationLvl: number
      • stylize: Function

    Returns string

Static captureStackTrace

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc