nipoppy.exceptions.FileOperationError

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

Exception raised for file system operations that fail.

Parameters:
  • message (str)

  • hint (str | None)

default_hint = 'Confirm all input/output paths are correct.'