parsl.executors.errors.ExecutorError¶
- exception parsl.executors.errors.ExecutorError(executor: parsl.executors.base.ParslExecutor, reason: str)[source]¶
Base class for executor related exceptions.
Only to be invoked when only a more specific error is not available.