ConnectErrorEntry
Defined in: console-sdk/src/device/deviceModel.ts:293
One connect failure, keyed by device. deviceId is null when the target
never resolved to a device (a { consoleId } / { nearest } miss).
Properties
Section titled “Properties”deviceId
Section titled “deviceId”deviceId:
DeviceId|null
Defined in: console-sdk/src/device/deviceModel.ts:295
The device the failure is attributable to, or null for an unresolved target.
error:
ConnectError
Defined in: console-sdk/src/device/deviceModel.ts:297
The typed connection failure.