Enumeration Case
CLError.Code.deferredFailed
A constant indicating that the location manager did not enter deferred mode for an unknown reason.
SDKs
- iOS 6.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Discussion
This error can occur if GPS is unavailable, not active, or is temporarily interrupted. If you get this error on a device that has GPS hardware, the solution is to try again.
See Also
Error Constants
case locationUnknown
A constant indicating that the location manager was unable to obtain a location value right now.
case denied
A constant indicating that access to the location service was denied by the user.
case network
A constant indicating that the network was unavailable or a network error occurred.
case deferredNotUpdatingLocation
A constant indicating that the location manager did not enter deferred mode because location updates were already disabled or paused.
case deferredCanceled
A constant indicating that the request for deferred updates was canceled by your app or by the location manager.