module LanguageServer::Protocol::Constant::ErrorCodes
Constants
- CONTENT_MODIFIED
- INTERNAL_ERROR
- INVALID_PARAMS
- INVALID_REQUEST
- JSONRPC_RESERVED_ERROR_RANGE_END
This is the start range of JSON RPC reserved error codes. It doesn't denote a real error code.
- JSONRPC_RESERVED_ERROR_RANGE_START
This is the start range of JSON RPC reserved error codes. It doesn't denote a real error code. No LSP error codes should be defined between the start and end range. For backwards compatibility the `ServerNotInitialized` and the `UnknownErrorCode` are left in the range.
- LSP_RESERVED_ERROR_RANGE_END
This is the end range of LSP reserved error codes. It doesn't denote a real error code.
- LSP_RESERVED_ERROR_RANGE_START
This is the start range of LSP reserved error codes. It doesn't denote a real error code.
- METHOD_NOT_FOUND
- PARSE_ERROR
- REQUEST_CANCELLED
- SERVER_ERROR_END
- SERVER_ERROR_START
- SERVER_NOT_INITIALIZED
- UNKNOWN_ERROR_CODE