Fired when an interstitial has errored.

interface TheoAdsErrorEvent {
    date: Date;
    interstitial: Interstitial;
    message: undefined | string;
    subType: TheoAdsEventType;
    type: THEOADS_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

interstitial: Interstitial

The interstitial for which the event was dispatched.

message: undefined | string

Type of THEOads event.

Type of THEOads event.

The type of the event.