enum PermissionError: Int, Error, Sendable
| Member | Description |
|---|---|
noDevice |
No wearable devices have been discovered or registered.
|
noDeviceWithConnection |
All discovered devices are powered off or disconnected.
|
connectionError |
A connection error occurred while communicating with the device.
|
metaAINotInstalled |
The Meta AI companion app is not installed on the device.
|
requestInProgress |
A permission request is already in progress.
|
requestTimeout |
The permission request exceeded the allowed time limit.
|
internalError |
An unexpected internal error occurred.
|
description
: String
[Get] |