Skip to content

NextFireError

[Source]

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.

primitive val NextFireError

Constructors

create

[Source]

new val create()
: NextFireError val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: NextFireError val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: NextFireError val)
: Bool val

Parameters

Returns