---
title: HMError.Code.dateMustBeOnSpecifiedBoundaries
framework: homekit
role: symbol
role_heading: Case
path: homekit/hmerror/code/datemustbeonspecifiedboundaries
---

# HMError.Code.dateMustBeOnSpecifiedBoundaries

An error indicating the date is not on the specified boundaries.

## Declaration

```swift
case dateMustBeOnSpecifiedBoundaries
```

## See Also

### Limit errors

- [HMError.Code.cannotActivateTriggerTooFarInFuture](homekit/hmerror/code/cannotactivatetriggertoofarinfuture.md)
- [HMError.Code.fireDateInPast](homekit/hmerror/code/firedateinpast.md)
- [HMError.Code.invalidMessageSize](homekit/hmerror/code/invalidmessagesize.md)
- [HMError.Code.maximumObjectLimitReached](homekit/hmerror/code/maximumobjectlimitreached.md)
- [HMError.Code.recurrenceTooLarge](homekit/hmerror/code/recurrencetoolarge.md)
- [HMError.Code.recurrenceTooSmall](homekit/hmerror/code/recurrencetoosmall.md)
- [HMError.Code.recurrenceMustBeOnSpecifiedBoundaries](homekit/hmerror/code/recurrencemustbeonspecifiedboundaries.md)
