---
title: recurrenceTooLarge
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/recurrencetoolarge
---

# recurrenceTooLarge

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

## Declaration

```swift
static var recurrenceTooLarge: 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)
- [recurrenceTooSmall](homekit/hmerror/recurrencetoosmall.md)
- [recurrenceMustBeOnSpecifiedBoundaries](homekit/hmerror/recurrencemustbeonspecifiedboundaries.md)
