enum

LSP::Protocol::DiagnosticSeverity

Inherits Enum / Comparable / Value / Object

Constants

Error = 1
Warning = 2
Information = 3
Hint = 4

Instance methods

error?

Returns true if this enum value equals Error

Source
hint?

Returns true if this enum value equals Hint

Source
information?

Returns true if this enum value equals Information

Source
warning?

Returns true if this enum value equals Warning

Source