Module cron_lingo::error[][src]

Structs

DuplicateInputError

This error points to duplicates in the expression, e.g. multiple occurrences of the same weekday.

HoursOutOfBoundsError

This error indicates that the hour spec of an expression contains invalid input that is not within the range of (0..=23).

InvalidHourSpecError

An error indicating that the hour spec of an expression contains invalid input or does not adhere to the prescribed syntax.

InvalidWeekSpecError

An error indicating that the week spec of an expression contains invalid input or does not adhere to the prescribed syntax.

ParseHourError
UnknownWeekdayError

An error indicating that some word in the weekday spec of an expression cannot be parsed.

Enums

InvalidExpressionError

A global error type that encapsulates all other, more specific error types below.