Module: LanguageServer::Protocol::Constants::InitializeError

Defined in:
lib/language_server/protocol/constants/initialize_error.rb

Overview

Known error codes for an ‘InitializeError`;

Constant Summary collapse

UNKNOWN_PROTOCOL_VERSION =

If the protocol version provided by the client can’t be handled by the server.

1