Enumeration DiagnosticLevelConst

This enum describes the level or severity of a diagnostic message produced by the compiler.

Enumeration Members

Enumeration Members

Error: 0

The diagnostic found is an error that prevents successful compilation.

Warning: 1

The diagnostic found is a warning.