DiagnosticSeverity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of the severity of a diagnostics.
public enum class DiagnosticSeverity
public enum DiagnosticSeverity
type DiagnosticSeverity =
Public Enum DiagnosticSeverity
- Inheritance
-
DiagnosticSeverity
Fields
Name | Value | Description |
---|---|---|
Error | 1 | An error. |
Warning | 2 | A warning. |
Information | 3 | An informational item. |
Hint | 4 | A hint or suggestion. |
Remarks
The enumeration values match those in LSP DiagnosticSeverity.