DiagnosticSeverity Enum

Definition

Represents the severity of diagnostics.

public enum DiagnosticSeverity
type DiagnosticSeverity = 
Public Enum DiagnosticSeverity
Inheritance
DiagnosticSeverity

Fields

Error 0

Catch Error info.

Hint 3

Something to hint to a better way of doing it, like proposing a refactoring.

Information 2

Something to inform about but not a problem.

Warning 1

Catch Warning info.

Applies to