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

    Interface RetryContext

    Context the caller passes about the current state of the operation.

    interface RetryContext {
        attempt?: number;
        history?: AdcpStructuredError[];
    }
    Index

    Properties

    Properties

    attempt?: number

    Current attempt number, 1-indexed. The original call is attempt 1.

    history?: AdcpStructuredError[]

    Prior errors on this logical operation. Used for repeat-failure escalation.