nmk.errors¶
nmk custom error classes
Exceptions¶
Error occurring when loading the project file model |
|
Error used to raise issues before the logging system is initialized |
|
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:
ExceptionError occurring when loading the project file model
- Parameters:
project – project file
message – error message
- exception nmk.errors.NmkNoLogsError¶
Bases:
ExceptionError used to raise issues before the logging system is initialized
- exception nmk.errors.NmkStopHereError¶
Bases:
ExceptionError usable to stop nmk execution without causing an user error (return code 0)