OptiView Ads SDK
    Preparing search index...

    Interface AdErrorEvent

    Emitted when playback fails (ad or content; see source). break/asset only for ad errors.

    interface AdErrorEvent {
        asset?: Asset;
        break?: Break;
        error: Error;
        format?: BreakFormat;
        source: PlaybackSource;
        timestamp: number;
        type: "aderror";
    }

    Hierarchy (View Summary)

    Index
    asset?: Asset
    break?: Break
    error: Error
    format?: BreakFormat

    Declared format of the break's selected variant; absent for content errors.

    timestamp: number
    type: "aderror"