Package apple.corelocation.enums
Class CLError
- java.lang.Object
-
- apple.corelocation.enums.CLError
-
public final class CLError extends java.lang.ObjectCLError Discussion: Error returned as code to NSError from CoreLocation.
-
-
Field Summary
Fields Modifier and Type Field Description static longDeferredAccuracyTooLowDeferred mode not supported for the requested accuracystatic longDeferredCanceledDeferred mode request canceled a previous requeststatic longDeferredDistanceFilteredDeferred mode does not support distance filtersstatic longDeferredFailedDeferred mode failedstatic longDeferredNotUpdatingLocationDeferred mode failed because location updates disabled or pausedstatic longDeniedAccess to location or ranging has been denied by the userstatic longGeocodeCanceledA geocode request was cancelledstatic longGeocodeFoundNoResultA geocode request yielded no resultstatic longGeocodeFoundPartialResultA geocode request yielded a partial resultstatic longHeadingFailureheading could not be determinedstatic longLocationUnknownlocation is currently unknown, but CL will keep tryingstatic longNetworkgeneral, network-related errorstatic longPromptDeclinedAuthorization request not presented to userstatic longRangingFailureGeneral ranging failurestatic longRangingUnavailableRanging cannot be performedstatic longRegionMonitoringDeniedLocation region monitoring has been denied by the userstatic longRegionMonitoringFailureA registered region cannot be monitoredstatic longRegionMonitoringResponseDelayedWhile events for this fence will be delivered, delivery will not occur immediatelystatic longRegionMonitoringSetupDelayedCL could not immediately initialize region monitoring
-
-
-
Field Detail
-
LocationUnknown
public static final long LocationUnknown
location is currently unknown, but CL will keep trying- See Also:
- Constant Field Values
-
Denied
public static final long Denied
Access to location or ranging has been denied by the user- See Also:
- Constant Field Values
-
Network
public static final long Network
general, network-related error- See Also:
- Constant Field Values
-
HeadingFailure
public static final long HeadingFailure
heading could not be determined- See Also:
- Constant Field Values
-
RegionMonitoringDenied
public static final long RegionMonitoringDenied
Location region monitoring has been denied by the user- See Also:
- Constant Field Values
-
RegionMonitoringFailure
public static final long RegionMonitoringFailure
A registered region cannot be monitored- See Also:
- Constant Field Values
-
RegionMonitoringSetupDelayed
public static final long RegionMonitoringSetupDelayed
CL could not immediately initialize region monitoring- See Also:
- Constant Field Values
-
RegionMonitoringResponseDelayed
public static final long RegionMonitoringResponseDelayed
While events for this fence will be delivered, delivery will not occur immediately- See Also:
- Constant Field Values
-
GeocodeFoundNoResult
public static final long GeocodeFoundNoResult
A geocode request yielded no result- See Also:
- Constant Field Values
-
GeocodeFoundPartialResult
public static final long GeocodeFoundPartialResult
A geocode request yielded a partial result- See Also:
- Constant Field Values
-
GeocodeCanceled
public static final long GeocodeCanceled
A geocode request was cancelled- See Also:
- Constant Field Values
-
DeferredFailed
public static final long DeferredFailed
Deferred mode failed- See Also:
- Constant Field Values
-
DeferredNotUpdatingLocation
public static final long DeferredNotUpdatingLocation
Deferred mode failed because location updates disabled or paused- See Also:
- Constant Field Values
-
DeferredAccuracyTooLow
public static final long DeferredAccuracyTooLow
Deferred mode not supported for the requested accuracy- See Also:
- Constant Field Values
-
DeferredDistanceFiltered
public static final long DeferredDistanceFiltered
Deferred mode does not support distance filters- See Also:
- Constant Field Values
-
DeferredCanceled
public static final long DeferredCanceled
Deferred mode request canceled a previous request- See Also:
- Constant Field Values
-
RangingUnavailable
public static final long RangingUnavailable
Ranging cannot be performed- See Also:
- Constant Field Values
-
RangingFailure
public static final long RangingFailure
General ranging failure- See Also:
- Constant Field Values
-
PromptDeclined
public static final long PromptDeclined
Authorization request not presented to user- See Also:
- Constant Field Values
-
-