Class UnsubscribeError

Base error used to trigger an unsubscribe action from a subscriber.

Hierarchy

  • Error
    • UnsubscribeError

Constructors

  • Parameters

    • Optional message: string

    Returns UnsubscribeError

  • Parameters

    • Optional message: string
    • Optional options: ErrorOptions

    Returns UnsubscribeError

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void