Exception: Funes::MissingActualTimeAttributeError
- Inherits:
-
StandardError
- Object
- StandardError
- Funes::MissingActualTimeAttributeError
- Defined in:
- lib/funes/missing_actual_time_attribute_error.rb
Overview
Raised when an event stream declares ‘actual_time_attribute` but the appended event does not have that attribute.
This catches configuration mismatches early — if a stream expects events to carry an actual time attribute, every event appended to it must define that attribute.