exceptions
dev_tool.services.scheduler.exceptions
SchedulerServiceError
Bases: DevToolBaseError
An exception that is raised when a scheduler service operation fails.
TaskSchedulingError
Bases: SchedulerServiceError
An exception that is raised when a task cannot be scheduled.
TaskCancellationError
Bases: SchedulerServiceError
An exception that is raised when a scheduled task cannot be cancelled.
ScheduleRestoreError
Bases: SchedulerServiceError
An exception that is raised when scheduled tasks cannot be restored.
TaskExecutionError
Bases: SchedulerServiceError
An exception that is raised when a scheduled task fails to execute.