nipoppy.cli.NipoppyError¶ exception nipoppy.cli.NipoppyError(message='', hint=None)¶ Base exception class for all nipoppy errors. Parameters: message (str) hint (str | None) code¶ default_hint = ''¶ hint = None¶ message = ''¶ property troubleshooting_hint: str¶ Return the troubleshooting hint attached to this error. Return type: str