Amazon Vinyl
    Preparing search index...

    Interface AdErrorEvent

    interface AdErrorEvent {
        adBreak: AdBreakInfo;
        currentAd: AdInfo | null;
        error: any;
    }
    Index
    adBreak: AdBreakInfo

    The current ad break when the ad failed to load.

    currentAd: AdInfo | null

    If set, the error was from an individual ad. If not set, the failure was in loading the ad list.

    error: any

    The source error.