nipoppy.exceptions.ExecutionError

exception nipoppy.exceptions.ExecutionError(message='', hint=None)

Exception for pipeline execution errors.

Parameters:
  • message (str)

  • hint (str | None)

code
default_hint = 'Inspect the pipeline logs to locate the failed step'