Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DetailsError

Hierarchy

  • Error
    • DetailsError

Index

Methods

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

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Properties

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

Type declaration

stackTraceLimit: number
details: any
message: string
name: string
stack?: string

Constructors

  • new DetailsError(message: string, details: any): DetailsError

Generated using TypeDoc