tlc.common.conditionchecker.ConditionErrorLevel

../_images/classes_tlc.common.conditionchecker.png
class tlc.common.conditionchecker.ConditionErrorLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Error levels: NONE, OK, WARN, ERROR

__init__(*args, **kwds)

Attributes

NONE

No error (probably this condition show some information that cannot be right or wrong)

OK

Everything is correct

WARN

Warning.

ERROR

Error.

ERROR = 3

Error. The value is not acceptable

NONE = 0

No error (probably this condition show some information that cannot be right or wrong)

OK = 1

Everything is correct

WARN = 2

Warning. This situation is not optimal but not a fatal error either