Enum DiagnosticCategory
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Describes how severe a diagnostic is.
public enum DiagnosticCategory
Fields
Error = 1
Something not allowed by the rules of the language or other authority.
Message = 2
Information that does not indicate a problem (i.e. not prescriptive).
Warning = 0
Something suspicious but allowed.