nipoppy.exceptions.ContainerError

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

Exception for container-related errors.

Parameters:
  • message (str)

  • hint (str | None)

code
default_hint = 'Verify the container engine is installed and running, and confirm image paths or URIs are valid.'