---
title: CLError.Code.deferredFailed
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/clerror-swift.struct/code/deferredfailed
---

# CLError.Code.deferredFailed

A constant that indicates the location manager didn’t enter deferred mode for an unknown reason.

## Declaration

```swift
case deferredFailed
```

## Discussion

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

### Getting deferred location update errors

- [CLError.Code.deferredCanceled](corelocation/clerror-swift.struct/code/deferredcanceled.md)
- [CLError.Code.deferredAccuracyTooLow](corelocation/clerror-swift.struct/code/deferredaccuracytoolow.md)
- [CLError.Code.deferredDistanceFiltered](corelocation/clerror-swift.struct/code/deferreddistancefiltered.md)
- [CLError.Code.deferredNotUpdatingLocation](corelocation/clerror-swift.struct/code/deferrednotupdatinglocation.md)
