module.exports = {
length: 'was passed a cron pattern with more than',
empty: 'expects a non-empty cron pattern as the first argument.',
invalidField: 'invalid field',
badType: 'passed an unexpected type',
missingProps: 'have at least one of the following properties'
};