View Source GenLSP.Enumerations.DiagnosticSeverity (gen_lsp v0.8.1)

The diagnostic's severity.

Link to this section Summary

Functions

Reports an error.

Reports a hint.

Reports an information.

Reports a warning.

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.