Enum wfcDiagnosticSeverity
# include <wfcElementTree.h>
enum wfcDiagnosticSeverity
{
wfcELEM_INFO,
wfcELEM_WARNING,
wfcELEM_ERROR,
wfcDiagnosticSeverity_nil
};
Description
This enumerated type lists the diagnostic severity types
Values
-
wfcELEM_INFO
- Element information
-
wfcELEM_WARNING
- Element warning
-
wfcELEM_ERROR
- Element error
-
wfcDiagnosticSeverity_nil
- Enum null value.