enum LSP::DiagnosticSeverity
Defined in:
lsp/protocol/diagnostic_severity.crEnum Members
-
Error =
1
-
Reports an error.
-
Warning =
2
-
Reports a warning.
-
Information =
3
-
Reports an information.
-
Hint =
4
-
Reports a hint.