nipoppy.exceptions.LayoutError

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

Exception for layout validation errors.

Parameters:
  • message (str)

  • hint (str | None)

code
default_hint = 'Make sure this command is being run on a valid Nipoppy study.'