NextFireError¶
Signal that an iterator can't produce its next fire. Possible causes
include: unknown zone name, out-of-range arithmetic, iteration
budget exhausted (corrupt tzdata, empty weekday set, recurring DST
gap with strict policy), or an unsupported recurrence (e.g.
calendar-mixed IntervalRecurrence).
The iterator emits one of these exactly once, after which
has_next() returns false and no further fires can be produced.
Constructors¶
create¶
Returns¶
- NextFireError val^
Public Functions¶
eq¶
Parameters¶
- that: NextFireError val
Returns¶
- Bool val
ne¶
Parameters¶
- that: NextFireError val
Returns¶
- Bool val