View Source GenLSP.Enumerations.DiagnosticSeverity (gen_lsp v0.10.0)
The diagnostic's severity.
Link to this section Summary
Link to this section Types
@type t() :: 1 | 2 | 3 | 4
Link to this section Functions
@spec error() :: 1
Reports an error.
@spec hint() :: 4
Reports a hint.
@spec information() :: 3
Reports an information.
@spec warning() :: 2
Reports a warning.