Język

QueryLocationErrorReason Enum

Definition

public enum QueryLocationErrorReason
type QueryLocationErrorReason = 
Inheritance
QueryLocationErrorReason

Fields

Name Value Description
RequestTimeOut 1

The operation was not completed on time.

Android reference for android.telecom.QueryLocationException.ERROR_REQUEST_TIME_OUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PreviousRequestExists 2

The operation was rejected due to an existing request.

Android reference for android.telecom.QueryLocationException.ERROR_PREVIOUS_REQUEST_EXISTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NotPermitted 3

The operation has failed because it is not permitted.

Android reference for android.telecom.QueryLocationException.ERROR_NOT_PERMITTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NotAllowedForNonEmergencyConnections 4

The operation has failed due to a location query being requested for a non-emergency connection.

Android reference for android.telecom.QueryLocationException.ERROR_NOT_ALLOWED_FOR_NON_EMERGENCY_CONNECTIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ServiceUnavailable 5

The operation has failed due to the service is not available.

Android reference for android.telecom.QueryLocationException.ERROR_SERVICE_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unspecified 6

The operation has failed due to an unknown or unspecified error.

Android reference for android.telecom.QueryLocationException.ERROR_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to