SessionErrorOptions
Defined in: console-sdk/src/errors/classes.ts:169
Construction options for SessionError.
Extends
Section titled “Extends”Properties
Section titled “Properties”armed?
Section titled “armed?”
readonlyoptionalarmed?: readonlyDeviceId[]
Defined in: console-sdk/src/errors/classes.ts:171
For arm failures: which devices armed before rollback.
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.
Inherited from
Section titled “Inherited from”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.