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

# regionMonitoringFailure

A constant that indicates the location manager failed to monitor a registered region.

## Declaration

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

## Discussion

Discussion Monitoring can fail if the app exceeds the maximum number of regions that it can monitor simultaneously. Monitoring can also fail if the region’s radius distance is too large.

## See Also

### Getting region monitoring errors

- [regionMonitoringDenied](corelocation/clerror-swift.struct/regionmonitoringdenied.md)
- [regionMonitoringSetupDelayed](corelocation/clerror-swift.struct/regionmonitoringsetupdelayed.md)
- [regionMonitoringResponseDelayed](corelocation/clerror-swift.struct/regionmonitoringresponsedelayed.md)
