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

ConstantValueDescription
MessageType::Information0An informational message.
MessageType::Positive1A message indicating a successful or positive outcome.
MessageType::Warning2A message warning about a potential problem.
MessageType::Error3A message indicating an error.