Module: LanguageServer::Protocol::Constant::InitializeErrorCodes
- Defined in:
- lib/language_server/protocol/constant/initialize_error_codes.rb
Overview
Known error codes for an ‘InitializeErrorCodes`;
Constant Summary collapse
- UNKNOWN_PROTOCOL_VERSION =
If the protocol version provided by the client can’t be handled by the server.
1