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

    Internal state for the ErrorBoundary.

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

    Properties

    Properties

    error: Error

    The caught error, if any.

    hasError: boolean

    Whether an error has been caught.