@playlive/fundraiser-data
    Preparing search index...

    Type Alias TwitchApiError

    TwitchApiError: TwitchCharityApiError

    Thrown when the Twitch charity proxy returns a non-2xx response.

    Alias of import("@playlive/twitch-charity").TwitchCharityApiError — prefer the canonical name in new code. Kept for back-compat with call sites that catch by name. Because this is the same class (re-export, not a subclass), instanceof TwitchApiError and instanceof TwitchCharityApiError are identical at runtime.