---
title: fireDateInPast
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/firedateinpast
---

# fireDateInPast

An attempt to activate a timer trigger with a date in the past.

## Declaration

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

## See Also

### Detecting limit errors

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