enum EErrorType

#include <ScoringFactor.h>

enum EErrorType
{
    Warning,
    Error,
    CriticalError,
};