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
Playback
200000 PLAYBACK_OPERATION _FAIL AUDIO_TRACK_ERROR SEEK_ERROR DESCRIPTION

A playback-related operation has failed, but playback may continue.

Ad resolving
201000 AD_RESOLVER_FAIL AD_RESOLVER_ RESOLVE_FAIL RESOURCE_PLACEMENT_ FAILED AD_RESOLVER_ METADATA_INVALID

None

The ad-resolver has failed to resolve/insert the ad content. Playback may continue.

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

Native
209100 NATIVE_WARNING

None

AVE

NATIVE_ERROR_CODE NATIVE_ERROR_NAME DESCRIPTION

The low-level AVE library issued an error.

See Details for the NATIVE_ERROR notifications for detailed information about the values for these metadata fields.

DRM

NATIVE_SUBERROR_CODE DRM_ERROR_STRING

DRM minor error code and DRM server error string. See Details for the NATIVE_ERROR notifications for detailed information about the values for these metadata fields.
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.

Trick mode
280000 TRICKPLAY_RATE_ CHANGE_FAIL

None

DESCRIPTION

Rate change failed.

Generic
299999 GENERIC_WARNING

None

None

Marks a generic warning event. Not actually issued by TVSDK. It's just a marker for the end of the range of numerical codes corresponding to warning events.

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

On this page