drupflare/worker - v1.0.0
    Preparing search index...

    Interface FillWindowFailure

    A window that never opened, so there are no outcomes to report at all.

    interface FillWindowFailure {
        error: string;
        fills: number;
        ok: false;
    }
    Index
    error: string
    fills: number
    ok: false