@backblaze-labs/b2-mcp
    Preparing search index...

    Interface InFlightRejectedResult

    Refused in-flight limiter acquisition or rekey result.

    interface InFlightRejectedResult {
        error: string;
        ok: false;
        status: number;
    }
    Index
    error: string

    Human-readable refusal message.

    ok: false

    Whether capacity was acquired.

    status: number

    HTTP status to return for the refusal.