enum CCL::Alert::AlertType

Overview

Alert type. More…

#include <alerttypes.h>

enum AlertType
{
    kInformation,
    kWarning,
    kError,
    kNumAlertTypes,
};

Detailed Documentation

Alert type.

Enum Values

kInformation

Information.

kWarning

Warning.

kError

Error.