Datalayer VS Code Extension - v0.0.14
    Preparing search index...

    Interface LSPErrorResponse

    Error response when LSP request fails

    interface LSPErrorResponse {
        error: string;
        requestId: string;
        type: "lsp-error";
    }
    Index

    Properties

    Properties

    error: string
    requestId: string
    type: "lsp-error"