mirror of https://github.com/go-co-op/gocron.git
Update errors.go
Co-authored-by: John Roesler <johnrroesler@gmail.com>
This commit is contained in:
parent
13eb49642d
commit
ddfeae61ed
|
|
@ -59,7 +59,7 @@ var (
|
|||
ErrStartTimeLaterThanEndTime = errors.New("gocron: WithStartDateTime: start must not be later than end")
|
||||
ErrStopTimeEarlierThanStartTime = errors.New("gocron: WithStopDateTime: end must not be earlier than start")
|
||||
ErrWithStopTimeoutZeroOrNegative = errors.New("gocron: WithStopTimeout: timeout must be greater than 0")
|
||||
ErrSchedulerMonitorNil = errors.New("gocron: scheduler monitor cannot be nil")
|
||||
ErrWithSchedulerMonitorNil = errors.New("gocron: WithSchedulerMonitor: scheduler monitor cannot be nil")
|
||||
)
|
||||
|
||||
// internal errors
|
||||
|
|
|
|||
Loading…
Reference in New Issue