vim.lsp.rpc.ClientErrors
Mapping of error codes used by the client
Fields7
ClientErrors.INVALID_SERVER_MESSAGE: integer = 1
ClientErrors.INVALID_SERVER_JSON: integer = 2
ClientErrors.NO_RESULT_CALLBACK_FOUND: integer = 3
ClientErrors.READ_ERROR: integer = 4
ClientErrors.NOTIFICATION_HANDLER_ERROR: integer = 5
ClientErrors.SERVER_REQUEST_HANDLER_ERROR: integer = 6
ClientErrors.SERVER_RESULT_CALLBACK_ERROR: integer = 7