@tremendous/help
    Preparing search index...

    Type Alias OfflineFailure

    type OfflineFailure = {
        willRetryAutomatically: boolean;
    }
    Index
    willRetryAutomatically: boolean

    True when the paused action re-sends itself on reconnect (react-query paused mutations); false when only the user can retry it (plain request failures). Listeners must not prompt a manual retry when this is true — that instruction leads to double submits.