interface TrackingError {
    getAdBreakIdentifier(): string;
    getErrorCode(): number;
    getEvent(): string;
    getMediaIdentifier(): string;
    getUrl(): string;
}

Methods

Generated using TypeDoc