RuleErrorSeverityEnum
RuleErrorSeverityEnum enumeration constants are used to set the severity of a rule error.
typedef enum {
RES_CriticalError,
RES_Warning
} RuleErrorSeverityEnum;
Elements
Name | Description |
---|---|
RES_CriticalError | Critical error. |
RES_Warning | Warning. |
Used in
3/24/2023 8:48:38 AM