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

# locationUnknown

A constant that indicates the location manager was unable to obtain a location value right now.

## Declaration

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

## See Also

### Getting general errors

- [denied](corelocation/clerror-swift.struct/denied.md)
- [promptDeclined](corelocation/clerror-swift.struct/promptdeclined.md)
- [network](corelocation/clerror-swift.struct/network.md)
- [headingFailure](corelocation/clerror-swift.struct/headingfailure.md)
- [rangingUnavailable](corelocation/clerror-swift.struct/rangingunavailable.md)
- [rangingFailure](corelocation/clerror-swift.struct/rangingfailure.md)
- [CLError.Code](corelocation/clerror-swift.struct/code.md)
