DiagnosticSeverity Enum
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.
C++
public enum class DiagnosticSeverity
public enum DiagnosticSeverity
type DiagnosticSeverity =
Public Enum DiagnosticSeverity
- Inheritance
-
DiagnosticSeverity
Name | Value | Description |
---|---|---|
Error | 1 | Error |
Warning | 2 | Warning |
Information | 3 | Information |
Hint | 4 | Hint |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |