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

# HMError.Code.recurrenceTooLarge

An attempt to use a recurrence period that is too large.

## Declaration

```swift
case recurrenceTooLarge
```

## See Also

### Limit errors

- [HMError.Code.cannotActivateTriggerTooFarInFuture](homekit/hmerror/code/cannotactivatetriggertoofarinfuture.md)
- [HMError.Code.dateMustBeOnSpecifiedBoundaries](homekit/hmerror/code/datemustbeonspecifiedboundaries.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.recurrenceTooSmall](homekit/hmerror/code/recurrencetoosmall.md)
- [HMError.Code.recurrenceMustBeOnSpecifiedBoundaries](homekit/hmerror/code/recurrencemustbeonspecifiedboundaries.md)
