Severity for a message
| value | description |
|---|---|
| CRITICAL | Used for messages which display serious errors that stop the user to work. |
| WARNING | Used for messages that inform the user about important situations or necessary user interactions. |
| INFO | Used for messages that inform the user about application state. |
| SUCCESS | Used for messages that tell the user about success of a certain action. |
| NEUTRAL | Used for neutral messages like chat messages. |