enum StreamSessionError: Error, Equatable
| Member | Description |
|---|---|
internalError |
An internal error occurred.
|
deviceNotFound(DeviceIdentifier) |
The specified device could not be found.
|
deviceNotConnected(DeviceIdentifier) |
The specified device is not connected.
|
timeout |
The operation timed out.
|
videoStreamingError |
Video streaming encountered an error.
|
permissionDenied |
Camera permission was denied.
|
hingesClosed |
The device hinges were closed during streaming.
|
thermalCritical |
The device thermal state has reached a critical level that may affect streaming performance.
|