nipoppy.exceptions.WorkflowError

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

Base exception class for workflow-related errors.

Parameters:
  • message (str)

  • hint (str | None)

code
default_hint = 'Rerun with --verbose for additional context.'