MessageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Error | 1 | Error message. |
Warning | 2 | Warning message. |
Info | 3 | Info message. |
Log | 4 | Log message. |