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

The message type

Link to this section Summary

Functions

An error message.

An information message.

A log message.

A warning message.

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.