---
title: persistenceUnavailable
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitor-2r51v/event/persistenceunavailable
---

# persistenceUnavailable

A Boolean value that indicates whether it receives location updates based on successful persistence.

## Declaration

```swift
var persistenceUnavailable: Bool { get }
```

## Discussion

Discussion If this property is true, then location updates are suspended because the app has a persistence failure.

## See Also

### Event states

- [accuracyLimited](corelocation/clmonitor-2r51v/event/accuracylimited.md)
- [authorizationDenied](corelocation/clmonitor-2r51v/event/authorizationdenied.md)
- [authorizationDeniedGlobally](corelocation/clmonitor-2r51v/event/authorizationdeniedglobally.md)
- [authorizationRequestInProgress](corelocation/clmonitor-2r51v/event/authorizationrequestinprogress.md)
- [authorizationRestricted](corelocation/clmonitor-2r51v/event/authorizationrestricted.md)
- [conditionLimitExceeded](corelocation/clmonitor-2r51v/event/conditionlimitexceeded.md)
- [conditionUnsupported](corelocation/clmonitor-2r51v/event/conditionunsupported.md)
- [insufficientlyInUse](corelocation/clmonitor-2r51v/event/insufficientlyinuse.md)
- [serviceSessionRequired](corelocation/clmonitor-2r51v/event/servicesessionrequired.md)
