MessageType Namespace
The severity of a message, used by InlineMessage and other components that display status messages. More...
| Header: | #include <enums.h> |
Types
| enum | Type { Information, Positive, Warning, Error } |
Detailed Description
Type Documentation
enum MessageType::Type
| Constant | Value | Description |
MessageType::Information | 0 | An informational message. |
MessageType::Positive | 1 | A message indicating a successful or positive outcome. |
MessageType::Warning | 2 | A message warning about a potential problem. |
MessageType::Error | 3 | A message indicating an error. |