Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface AdErrorEvent

    Emitted when an error with the ad playback occurs.

    interface AdErrorEvent {
        adConfig?: AdConfig;
        adItem?: AdItem;
        code?: number;
        data?: Record<string, any>;
        message: string;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adConfig?: AdConfig

    The AdConfig for which the ad error occurred.

    adItem?: AdItem

    The AdItem for which the ad error occurred.

    code?: number

    Error/Warning's code number.

    data?: Record<string, any>

    Underlying data emitted with the error or warning.

    message: string

    Error/Warning's localized message.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.