---
title: deferredFailed
framework: corelocation
role: symbol
role_heading: Type Property
path: corelocation/clerror-swift.struct/deferredfailed
---

# deferredFailed

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

## Declaration

```swift
static var deferredFailed: CLError.Code { get }
```

## 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

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