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

XR_GOOGLE_CLOUD_AUTH_ERROR_NONE_ANDROID

No error occurred when invoking a Google Cloud API.

XR_GOOGLE_CLOUD_AUTH_ERROR_QUOTA_EXCEEDED_ANDROID

Quota exceeded when invoking a Google Cloud API.

XR_GOOGLE_CLOUD_AUTH_ERROR_UNREACHABLE_ANDROID

Failed to reach a Google Cloud API, possibly due to network connectivity issues or server availability.

XR_GOOGLE_CLOUD_AUTH_ERROR_ANDROID

An auth error occurred when invoking a Google Cloud API.

See Also

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 2014-2026 The Khronos Group Inc.