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
8/15/2023 1:19:30 PM