QueryLocationErrorReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum QueryLocationErrorReason
type QueryLocationErrorReason =
- Inheritance
-
QueryLocationErrorReason
Fields
| Name | Value | Description |
|---|---|---|
| RequestTimeOut | 1 | The operation was not completed on time. Android reference for 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 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 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. 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 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 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. |