ConsoleSdkErrorOptions
Defined in: console-sdk/src/errors/classes.ts:9
Construction options shared by every ConsoleSdkError subclass.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause?:unknown
Defined in: console-sdk/src/errors/classes.ts:16
The underlying lower-level error (ble-plx, fetch, …). Deliberately typed
unknown: no transport-library type ever escapes the SDK surface.
deviceId?
Section titled “deviceId?”
readonlyoptionaldeviceId?:DeviceId
Defined in: console-sdk/src/errors/classes.ts:11
The device this failure is attributable to, when there is one.