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