CheckState
: string
in package
States of finished checks to differentiate better and worse results.
Table of Contents
Cases
- FATAL = 'fatal'
- Meaning: This must be changed.
- INFO = 'info'
- Meaning: This is very situation-dependent or not very important.
- SUCCESS = 'success'
- Meaning: This is fine *drinking chocolate while everything burns*.
- WARNING = 'warning'
- Meaning: This should probably be changed.
Cases
FATAL
Meaning: This must be changed.
WARNING
Meaning: This should probably be changed.
INFO
Meaning: This is very situation-dependent or not very important.
SUCCESS
Meaning: This is fine *drinking chocolate while everything burns*.