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

# CLError.Code.deferredAccuracyTooLow

A constant that indicates deferred mode isn’t supported for the requested accuracy.

## Declaration

```swift
case deferredAccuracyTooLow
```

## Discussion

Discussion The accuracy must be set to kCLLocationAccuracyBest or kCLLocationAccuracyBestForNavigation.

## See Also

### Getting deferred location update errors

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