View Source GenLSP.Enumerations.MessageType (gen_lsp v0.10.0)
The message type
Link to this section Summary
Link to this section Types
@type t() :: 1 | 2 | 3 | 4
Link to this section Functions
@spec error() :: 1
An error message.
@spec info() :: 3
An information message.
@spec log() :: 4
A log message.
@spec warning() :: 2
A warning message.