enum LSP::DiagnosticSeverity

Defined in:

lsp/protocol/diagnostic_severity.cr

Enum Members

Error = 1

Reports an error.

Warning = 2

Reports a warning.

Information = 3

Reports an information.

Hint = 4

Reports a hint.

Instance Method Summary

Instance Method Detail

def error? #

[View source]
def hint? #

[View source]
def information? #

[View source]
def warning? #

[View source]