---
title: recurrenceMustBeOnSpecifiedBoundaries
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/recurrencemustbeonspecifiedboundaries
---

# recurrenceMustBeOnSpecifiedBoundaries

An error indicating the recurrence rule is not on the specified boundaries.

## Declaration

```swift
static var recurrenceMustBeOnSpecifiedBoundaries: HMError.Code { get }
```

## See Also

### Detecting limit errors

- [cannotActivateTriggerTooFarInFuture](homekit/hmerror/cannotactivatetriggertoofarinfuture.md)
- [dateMustBeOnSpecifiedBoundaries](homekit/hmerror/datemustbeonspecifiedboundaries.md)
- [fireDateInPast](homekit/hmerror/firedateinpast.md)
- [invalidMessageSize](homekit/hmerror/invalidmessagesize.md)
- [maximumObjectLimitReached](homekit/hmerror/maximumobjectlimitreached.md)
- [recurrenceTooLarge](homekit/hmerror/recurrencetoolarge.md)
- [recurrenceTooSmall](homekit/hmerror/recurrencetoosmall.md)
