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

    Internal state for the ErrorBoundary.

    interface ErrorBoundaryState {
        error: Error;
        hasError: boolean;
    }
    Index
    error: Error

    The caught error, if any.

    hasError: boolean

    Whether an error has been caught.