@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias RetryDecisionOverride

    RetryDecisionOverride: (
        error: AdcpStructuredError,
        ctx: RetryContext,
    ) => RetryDecision | null

    Override hook for adopters with vertical-specific policy needs. Receives the error + context; returns a RetryDecision or null to fall through to the default policy.

    Type Declaration