Represents an error related to app permission issues.

This class extends ESPBaseError and is used to handle errors that occur during the app permission process, such as BLE permission, location permission, or local control permission.

Hierarchy (View Summary)

Constructors

Properties

cause?: unknown
code: string

The specific error code associated with the error.

label: string

A label to classify the error type.

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