nmk.errors

nmk custom error classes

Exceptions

NmkFileLoadingError

Error occurring when loading the project file model

NmkNoLogsError

Error used to raise issues before the logging system is initialized

NmkStopHereError

Error usable to stop nmk execution without causing an user error (return code 0)

Module Contents

exception nmk.errors.NmkFileLoadingError(project: str, message: str)

Bases: Exception

Error occurring when loading the project file model

Parameters:
  • project – project file

  • message – error message

exception nmk.errors.NmkNoLogsError

Bases: Exception

Error used to raise issues before the logging system is initialized

exception nmk.errors.NmkStopHereError

Bases: Exception

Error usable to stop nmk execution without causing an user error (return code 0)