CLError Enum

Definition

Errors returned by the CLLocationManager.

public enum CLError
type CLError = 
Inheritance
CLError

Fields

DeferredAccuracyTooLow 13

Deferred mode is not available for the requested accuracy.

DeferredCanceled 15

The application's request for deferred location notices has been canceled.

DeferredDistanceFiltered 14

Deferred mode does not allow distance filters. The DistanceFilter must be set to FilterNone.

DeferredFailed 11

The attempt to switch to deferred mode failed. Application developers may try again on devices that have a GPS device.

DeferredNotUpdatingLocation 12

The CLLocationManager did not enter deferred mode because location updates were already paused or disabled.

Denied 1

Access to the location service was denied by the user.

GeocodeCanceled 10

The geocoding request was canceled.

GeocodeFoundNoResult 8

The geocoding was unsuccessful.

GeocodeFoundPartialResult 9

The geocoding was only partially successful.

HeadingFailure 3

The heading could not be determined.

LocationUnknown 0

The location could not be determined.

Network 2

The network is unavailable.

RangingFailure 16

An error occurred during ranging.

RangingUnavailable 17

Ranging is not available.

RegionMonitoringDenied 4

Region monitoring was disallowed by the user.

RegionMonitoringFailure 5

Region monitoring failed.

RegionMonitoringResponseDelayed 7

Although region monitoring is available, events may be delayed.

RegionMonitoringSetupDelayed 6

Region monitoring could not be configured immediately.

Applies to