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