enum MRUKLoadDeviceResult : Enum<MRUKLoadDeviceResult>
| Member | Description |
|---|---|
SUCCESS |
Indicates the operation was successful.
|
ERROR_NO_ROOMS_FOUND |
Indicates no rooms were found. User didn't go through space setup.
|
ERROR_INSUFFICIENT_RESOURCES |
Indicates there were insufficient resources. Try after a short delay again.
|
ERROR_STORAGE_AT_CAPACITY |
Indicates the storage capacity was reached during the operation.
|
ERROR_INSUFFICIENT_VIEW |
Indicates the view was insufficient. The user needs to look around more for anchor tracking to work.
|
ERROR_PERMISSION_INSUFFICIENT |
Indicates insufficient permissions for the operation. The user didn't gave the permission for the app to load spatial data.
|
ERROR_RATE_LIMITED |
Indicates the operation was rate limited. Try after a short delay again.
|
ERROR_TOO_DARK |
Indicates the environment is too dark.
|
ERROR_TOO_BRIGHT |
Indicates the environment is too bright.
|
ERROR_UNKNOWN |
Indicates an unknown error occurred.
|