Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BadInputError

Hierarchy

Index

Constructors

  • new BadInputError(message: string, originalError?: Error): BadInputError
  • Parameters

    • message: string
    • Optional originalError: Error

    Returns BadInputError

Properties

message: string
name: string
originalError?: Error
stack?: string
stackTraceLimit: number

Methods

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

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Generated using TypeDoc