InitializeErrorCode 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.
Enum representing the possible reasons for an initialization error.
See the Language Server Protocol specification for additional information.
public enum class InitializeErrorCode
[System.Runtime.Serialization.DataContract]
public enum InitializeErrorCode
[<System.Runtime.Serialization.DataContract>]
type InitializeErrorCode =
Public Enum InitializeErrorCode
- Inheritance
-
InitializeErrorCode
- Attributes
Fields
Name | Value | Description |
---|---|---|
UnknownProtocolVersion | 1 | Protocol version can't be handled by the server. |