Represents the severity of diagnostics.

Static variables

@:enumstaticread onlyError:DiagnosticSeverity

Something not allowed by the rules of a language or other means.

@:enumstaticread onlyHint:DiagnosticSeverity

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

@:enumstaticread onlyInformation:DiagnosticSeverity

Something to inform about but not a problem.

@:enumstaticread onlyWarning:DiagnosticSeverity

Something suspicious but allowed.