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.
Diagnostic severity enum.
See the Language Server Protocol specification for additional information.
public enum class DiagnosticSeverity
public enum DiagnosticSeverity
type DiagnosticSeverity =
Public Enum DiagnosticSeverity
- Inheritance
-
DiagnosticSeverity
Fields
Name | Value | Description |
---|---|---|
Error | 1 | Error |
Warning | 2 | Warning |
Information | 3 | Information |
Hint | 4 | Hint |