Class CLError


  • public final class CLError
    extends java.lang.Object
    CLError Discussion: Error returned as code to NSError from CoreLocation.
    • 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