Enumeration

LspProtocolError

Declaration

error-domain Lsp.ProtocolError

Description

Errors that can be returned in JSON-RPC and LSP error responses.

Reserved error-range boundaries are intentionally excluded because they do not represent errors that can be returned in a response.

Members

LSP_PROTOCOL_ERROR_PARSE_ERROR

No description available.

  • Value: -32700
  • Available since: 3.0
LSP_PROTOCOL_ERROR_INVALID_REQUEST

No description available.

  • Value: -32600
  • Available since: 3.0
LSP_PROTOCOL_ERROR_METHOD_NOT_FOUND

No description available.

  • Value: -32601
  • Available since: 3.0
LSP_PROTOCOL_ERROR_INVALID_PARAMS

No description available.

  • Value: -32602
  • Available since: 3.0
LSP_PROTOCOL_ERROR_INTERNAL_ERROR

No description available.

  • Value: -32603
  • Available since: 3.0
LSP_PROTOCOL_ERROR_SERVER_NOT_INITIALIZED

No description available.

  • Value: -32002
  • Available since: 3.0
LSP_PROTOCOL_ERROR_UNKNOWN_ERROR_CODE

No description available.

  • Value: -32001
  • Available since: 3.0
LSP_PROTOCOL_ERROR_REQUEST_FAILED

No description available.

  • Value: -32803
  • Available since: 3.0
LSP_PROTOCOL_ERROR_SERVER_CANCELLED

No description available.

  • Value: -32802
  • Available since: 3.0
LSP_PROTOCOL_ERROR_CONTENT_MODIFIED

No description available.

  • Value: -32801
  • Available since: 3.0
LSP_PROTOCOL_ERROR_REQUEST_CANCELLED

No description available.

  • Value: -32800
  • Available since: 3.0