Module: LanguageServer::Protocol::Constant::MessageType

Defined in:
lib/language_server/protocol/constant/message_type.rb,
sig/language_server/protocol/constant/message_type.rbs

Constant Summary collapse

ERROR =

An error message.

Returns:

  • (1)
1
WARNING =

A warning message.

Returns:

  • (2)
2
INFO =

An information message.

Returns:

  • (3)
3
LOG =

A log message.

Returns:

  • (4)
4