public final enum
VpsAvailability
Asynchronous result of calling Session.checkVpsAvailabilityAsync(double, double, Consumer)
. Obtained by VpsAvailabilityFuture.getResult()
.
Inherited Methods
Enum Values
public static final VpsAvailability AVAILABLE
AVAILABLE
public static final VpsAvailability AVAILABLE
VPS is available at the requested location.
public static final VpsAvailability ERROR_INTERNAL
ERROR_INTERNAL
public static final VpsAvailability ERROR_INTERNAL
An internal error occurred while determining availability.
public static final VpsAvailability ERROR_NETWORK_CONNECTION
ERROR_NETWORK_CONNECTION
public static final VpsAvailability ERROR_NETWORK_CONNECTION
The external service could not be reached due to a network connection error.
public static final VpsAvailability ERROR_NOT_AUTHORIZED
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.
public static final VpsAvailability ERROR_RESOURCE_EXHAUSTED
ERROR_RESOURCE_EXHAUSTED
public static final VpsAvailability ERROR_RESOURCE_EXHAUSTED
Too many requests were sent.
public static final VpsAvailability UNAVAILABLE
UNAVAILABLE
public static final VpsAvailability UNAVAILABLE
VPS is not available at the requested location.
public static final VpsAvailability UNKNOWN
UNKNOWN
public static final VpsAvailability UNKNOWN
The request to the remote service is not yet completed, so the availability is not yet known.