enum UnregistrationError: Int, Error
| Member | Description |
|---|---|
alreadyUnregistered |
User is already unregistered when attempting to unregister again.
|
configurationInvalid |
The Wearables Device Access Toolkit configuration is invalid or incomplete.
|
metaAINotInstalled |
The Meta AI app is not installed on the device, which is required for unregistration.
|
unknown |
An unknown error occurred during the unregistration process.
|
description
: String
[Get] |
Provides a human-readable description of the unregistration error.
|