WARNING notification codes

This table proves detailed information about WARN type notifications.

Most warnings contain relevant metadata, for example, the URL of the resource that failed to download. Some notifications contain metadata to specify whether the problem occurred in the main video content, in the alternate audio content, or in an ad.

Code Name InnerNotification Metadata Keys Comments
Ad resolving
201002 AD_ASSET_ FAILED_TO_LOAD

None

AD_ASSET, INTERNAL_ERROR

An error has occurred when trying to load an ad creative.

201003 AD_RESOLVER_ RETURNED_NO_ADS

None

INTERNAL_ERROR, AD_ID,DESCRIPTION

Ad resolving failed because of an invalid VAST URL or because no ad was returned from the VAST wrapper.

Background manifests
204000 BACKGROUND_MANIFEST_ WARNING

None

BACKGROUND_MANIFEST_ WARNING_ERROR BACKGROUND_MANIFEST_ WARNING_NAME DESCRIPTION

Error in background manifest download. Any issue in updating the background manifest is dispatched as a TVSDK warning and does not cause the playback to stop.

204001 INVALID_SEEK_ WARNING

None

DESCRIPTION

TimeRangeCollection
210000 UNDEFINED_ TIME_RANGES

None

None The ad signaling mode is defined as custom ranges but there are not any ranges defined.
210001 INVALID_TIME_ RANGES

None

DESCRIPTION

One or more time ranges are invalid and will be ignored or modified.

DESCRIPTION is a string containing description of the invalid ranges.

iOS specific
270000 PLAYER_NOT_READY

None

DESCRIPTION
270001 AD_NOT_INSERTED

None

None

AD was not inserted on the stream.

270002 AD_HLS_AUDIOONLY_MISSING AD_NOT_INSERTED

None

Ad does not contain Audio Only Stream

270003 AD_HLS_MATCHING_BITRATE_MISSING AD_NOT_INSERTED

None

No matching ad stream found for content's current bitrate.

 

270005 AVASSET_FAILED_TO_CREATE PLAYBACK_ERROR

None

Error at creating the AVAsset.

270006 SITECATALYST_WARNING

None

DESCRIPTION

Warning: See sitecatalyst warning description.

270007 NETWORK_ERROR

None

URL

Error getting data from the network.

270002 AD_HLS_AUDIOONLY_MISSING

None

AD_ASSET

The audio for this ad cannot be heard because it is missing

270003 AD_HLS_MATCHING_BITRATE_MISSING

None

AD_ASSET

The matching bitrate is missing.

 

NOTE

adID and source (URL) can be retrieved through the PTAdAsset in the notification metadata with the AD_ASSET key.

On this page