parsl.dataflow.errors.JoinError

exception parsl.dataflow.errors.JoinError(dependent_exceptions_tids: Sequence[Tuple[BaseException, str | None]], task_id: int)[source]

Error raised if apps joining into a join_app raise exceptions. There can be several exceptions (one from each joining app), and JoinError collects them all together.