C Specification
The XrGoogleCloudAuthErrorANDROID enumeration is defined as:
// Provided by XR_ANDROID_google_cloud_auth
typedef enum XrGoogleCloudAuthErrorANDROID {
XR_GOOGLE_CLOUD_AUTH_ERROR_NONE_ANDROID = 0,
XR_GOOGLE_CLOUD_AUTH_ERROR_QUOTA_EXCEEDED_ANDROID = -1,
XR_GOOGLE_CLOUD_AUTH_ERROR_UNREACHABLE_ANDROID = -2,
XR_GOOGLE_CLOUD_AUTH_ERROR_ANDROID = -3,
XR_GOOGLE_CLOUD_AUTH_ERROR_MAX_ENUM_ANDROID = 0x7FFFFFFF
} XrGoogleCloudAuthErrorANDROID;
Description
The enumerants have the following values:
| Enum | Description |
|---|---|
|
No error occurred when invoking a Google Cloud API. |
|
Quota exceeded when invoking a Google Cloud API. |
|
Failed to reach a Google Cloud API, possibly due to network connectivity issues or server availability. |
|
An auth error occurred when invoking a Google Cloud API. |
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.