Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface DocumentErrorStateProps

    interface DocumentErrorStateProps {
        error: string | null;
        runtimeError: string | null;
    }
    Index
    error: string | null
    runtimeError: string | null