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

    Interface WebviewErrorMessage

    Error from webview

    interface WebviewErrorMessage {
        body: { message: string; stack?: string };
        type: "error";
    }
    Index

    Properties

    Properties

    body: { message: string; stack?: string }

    Error details

    Type Declaration

    • message: string

      Error message

    • Optionalstack?: string

      Stack trace

    type: "error"

    Message type discriminator