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.
Instance Method Summary
-
#error?
Returns
true
if this enum value equalsError
-
#hint?
Returns
true
if this enum value equalsHint
-
#information?
Returns
true
if this enum value equalsInformation
-
#warning?
Returns
true
if this enum value equalsWarning