Parent class for all DFU errors.

See

Error codes in Nordic DFU library source code, in file GattError.java.

Hierarchy (view full)

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
target: DfuTargetId
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