public enum ENCompilerDiagnosticSeverity : System.Enum
public enum ENCompilerDiagnosticSeverity : System.Enum
Member | Description |
---|---|
Error | Something not allowed by the rules of the language or other authority. |
Hidden | Something that is an issue, as determined by some authority, but is not surfaced through normal means. There may be different mechanisms that act on these issues. |
Info | Information that does not indicate a problem (i.e. not prescriptive). |
Warning | Something suspicious but allowed. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Compiler.ENCompilerDiagnosticSeverity
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)