VpsAvailability

public final enum VpsAvailability

Inherited Methods

Enum Values

AVAILABLE

public static final VpsAvailability AVAILABLE

VPS is available at the requested location.

ERROR_INTERNAL

public static final VpsAvailability ERROR_INTERNAL

An internal error occurred while determining availability.

ERROR_NETWORK_CONNECTION

public static final VpsAvailability ERROR_NETWORK_CONNECTION

The external service could not be reached due to a network connection error.

ERROR_NOT_AUTHORIZED

public static final VpsAvailability ERROR_NOT_AUTHORIZED

An authorization error occurred when communicating with the Google Cloud ARCore API. See Enable the Geospatial API for troubleshooting steps.

ERROR_RESOURCE_EXHAUSTED

public static final VpsAvailability ERROR_RESOURCE_EXHAUSTED

Too many requests were sent.

UNAVAILABLE

public static final VpsAvailability UNAVAILABLE

VPS is not available at the requested location.

UNKNOWN

public static final VpsAvailability UNKNOWN

The request to the remote service is not yet completed, so the availability is not yet known.