Datalayer VS Code Extension - v0.0.14
Preparing search index...
services/lsp/types
LSPErrorResponse
Interface LSPErrorResponse
Error response when LSP request fails
interface
LSPErrorResponse
{
error
:
string
;
requestId
:
string
;
type
:
"lsp-error"
;
}
Index
Properties
error
request
Id
type
Properties
error
error
:
string
request
Id
requestId
:
string
type
type
:
"lsp-error"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
request
Id
type
Datalayer VS Code Extension - v0.0.14
Loading...
Error response when LSP request fails