Represents the severity of diagnostics.

Variables

@:enum@:implread onlyError:DiagnosticSeverity

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

@:enum@:implread onlyHint:DiagnosticSeverity

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

@:enum@:implread onlyInformation:DiagnosticSeverity

Something to inform about but not a problem.

@:enum@:implread onlyWarning:DiagnosticSeverity

Something suspicious but allowed.