Class FreeSwitchDisconnectNotice

Error: FreeSwitch sent a disconnect notice

Hierarchy

  • Error
    • FreeSwitchDisconnectNotice

Constructors

  • Parameters

    • Optionalmessage: string

    Returns FreeSwitchDisconnectNotice

  • Parameters

    • Optionalmessage: string
    • Optionaloptions: ErrorOptions

    Returns FreeSwitchDisconnectNotice

Properties

cause?: unknown
message: string
name: "FreeSwitchDisconnectNotice" = ...
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void