Options
All
  • Public
  • Public/Protected
  • All
Menu

Error class if something in the integration failed.

Hierarchy

  • Error
    • IntegrationError

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
message: string
name: string
sourceText: string
stack?: string

Constructors

Generated using TypeDoc