Base class for errors thrown by the Pixel.connect instance method.

Hierarchy (view full)

Constructors

Properties

cause?: Error

The original error that caused this error to be thrown.

description: string

The error description.

message: string
name: string
pixel: Pixel

The Pixel for which the error occurred.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc