include/automata@cron@validator_OutOfRange.hrl
-record(out_of_range, {
field :: automata@cron@ast:field(),
min :: integer(),
max :: integer(),
actual :: integer()
}).
-record(out_of_range, {
field :: automata@cron@ast:field(),
min :: integer(),
max :: integer(),
actual :: integer()
}).