ErrLookup › robfig/cron
robfig/cron
a cron library for go · Go · 8 source files
Analyzed at bc59245fe1 on 2026-09-07. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| beginning of range ( ) below minimum ( ) | validation | error | cron, parser, range-validation, go |
| end of range ( ) above maximum ( ) | validation | error | cron, parser, range-validation, go |
| unknown optional field | validation | warning | go, cron, parser, invariant, internal |
| failed to parse int from | validation | error | cron, parser, integer-parse, go |
| unrecognized descriptor | validation | error | cron, descriptor, parser, go |
| beginning of range ( ) beyond end of range ( ) | validation | error | cron, parser, range-validation, go |
| negative number ( ) not allowed | validation | error | cron, parser, negative-value, go |
| step of range should be a positive number | validation | error | cron, parser, step, go |
| failed to parse duration | validation | error | cron, duration, descriptor, go |
| multiple optionals may not be configured | panic | critical | go, cron, parser, configuration, panic |
| expected exactly fields, found | validation | error | go, cron, parser, validation, field-count |
| provided bad location | validation | error | go, cron, timezone, configuration |
| expected to fields, found | validation | error | go, cron, parser, validation, field-count |
| parser does not accept descriptors | validation | error | go, cron, parser, configuration, descriptors |
| too many hyphens | validation | error | go, cron, parser, syntax, range |
| empty spec string | validation | error | go, cron, validation, empty-input |
| too many slashes | validation | error | go, cron, parser, syntax, step |