OCDocker.Error module¶
- class OCDocker.Error.ReportLevel(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
IntEnumReport levels for error and information messages in OCDocker.
This enumeration defines the severity levels for messages printed by the Error class and other reporting mechanisms. Messages can be filtered based on these levels to control verbosity.
- DEBUG = 5¶
- SUCCESS = 4¶
- INFO = 3¶
- WARNING = 2¶
- ERROR = 1¶
- NONE = 0¶