nmk.errors ========== .. py:module:: nmk.errors .. autoapi-nested-parse:: nmk custom error classes Exceptions ---------- .. autoapisummary:: nmk.errors.NmkFileLoadingError nmk.errors.NmkNoLogsError nmk.errors.NmkStopHereError Module Contents --------------- .. py:exception:: NmkFileLoadingError(project: str, message: str) Bases: :py:obj:`Exception` Error occurring when loading the project file model :param project: project file :param message: error message .. py:exception:: NmkNoLogsError Bases: :py:obj:`Exception` Error used to raise issues before the logging system is initialized .. py:exception:: NmkStopHereError Bases: :py:obj:`Exception` Error usable to stop nmk execution without causing an user error (return code 0)