ewoksutils.exceptions.TaskExecutionError#

exception ewoksutils.exceptions.TaskExecutionError[source]#

Raised when a task fails during execution.

This exception is raised when the task’s run() method or any code executed during task processing raises an exception.

Multiple inheritance from RuntimeError ensures backward compatibility with code that catches RuntimeError during task execution.