ewoksutils.exceptions#

Task-related exceptions.

Exceptions

TaskError

Base exception for all task-related errors.

TaskExecutionError

Raised when a task fails during execution.

TaskInputError

Raised when task inputs are invalid or missing.

TaskInputWarning

Raised when task inputs have issues that do not prevent execution.

TaskWarning

Base warning for all task-related warnings.