MessageType Enum

Definition

Message type enum.

See the Language Server Protocol specification for additional information.

public enum class MessageType
[System.Runtime.Serialization.DataContract]
public enum MessageType
[<System.Runtime.Serialization.DataContract>]
type MessageType = 
Public Enum MessageType
Inheritance
MessageType
Attributes

Fields

Error 1

Error message.

Info 3

Info message.

Log 4

Log message.

Warning 2

Warning message.

Applies to