Package org.eclipse.lsp4j
Interface InitializeErrorCode
-
public interface InitializeErrorCode
Known error codes for anInitializeError
-
-
Field Summary
Fields Modifier and Type Field Description static int
unknownProtocolVersion
Deprecated.This initialize error got replaced by client capabilities.
-
-
-
Field Detail
-
unknownProtocolVersion
@Deprecated static final int unknownProtocolVersion
Deprecated.This initialize error got replaced by client capabilities. There is no version handshake in version 3.0xIf the protocol version provided by the client can't be handled by the server.- See Also:
- Constant Field Values
-
-