The types of error that can be encountered.
Inherited Method Summary
Enum Values
public static final AdError.AdErrorCode ADS_PLAYER_NOT_PROVIDED
Ads player was not provided.
public static final AdError.AdErrorCode ADS_REQUEST_NETWORK_ERROR
There was a problem requesting ads from the server.
public static final AdError.AdErrorCode COMPANION_AD_LOADING_FAILED
A companion ad failed to load or render.
public static final AdError.AdErrorCode FAILED_TO_REQUEST_ADS
There was a problem requesting ads from the server.
public static final AdError.AdErrorCode INTERNAL_ERROR
An error internal to the SDK occurred. More information may be available in the details.
public static final AdError.AdErrorCode INVALID_ARGUMENTS
Invalid arguments were provided to SDK methods.
public static final AdError.AdErrorCode OVERLAY_AD_LOADING_FAILED
An overlay ad failed to load.
public static final AdError.AdErrorCode OVERLAY_AD_PLAYING_FAILED
An overlay ad failed to render.
public static final AdError.AdErrorCode PLAYLIST_NO_CONTENT_TRACKING
Ads list was returned but ContentProgressProvider was not configured.
public static final AdError.AdErrorCode UNEXPECTED_ADS_LOADED_EVENT
Ads loader sent ads loaded event when it was not expected.
public static final AdError.AdErrorCode UNKNOWN_AD_RESPONSE
The ad response was not understood and cannot be parsed.
public static final AdError.AdErrorCode UNKNOWN_ERROR
An unexpected error occurred and the cause is not known. Refer to the inner error for more information.
public static final AdError.AdErrorCode VAST_ASSET_NOT_FOUND
No assets were found in the VAST ad response.
public static final AdError.AdErrorCode VAST_EMPTY_RESPONSE
A VAST response containing a single <VAST>
tag with no child tags.
public static final AdError.AdErrorCode VAST_LINEAR_ASSET_MISMATCH
Assets were found in the VAST ad response for a linear ad, but none of them matched the video player's capabilities.
public static final AdError.AdErrorCode VAST_LOAD_TIMEOUT
At least one VAST wrapper ad loaded successfully and a subsequent wrapper or inline ad load has timed out.
public static final AdError.AdErrorCode VAST_MALFORMED_RESPONSE
The ad response was not recognized as a valid VAST ad.
public static final AdError.AdErrorCode VAST_MEDIA_LOAD_TIMEOUT
Failed to load media assets from a VAST response. The default timeout for media loading is 8 seconds.
public static final AdError.AdErrorCode VAST_NONLINEAR_ASSET_MISMATCH
Assets were found in the VAST ad response for a nonlinear ad, but none of them matched the video player's capabilities.
public static final AdError.AdErrorCode VAST_NO_ADS_AFTER_WRAPPER
No Ads VAST response after one or more wrappers.
public static final AdError.AdErrorCode VAST_TOO_MANY_REDIRECTS
The maximum number of VAST wrapper redirects has been reached.
public static final AdError.AdErrorCode VAST_TRAFFICKING_ERROR
Trafficking error. Video player received an ad type that it was not expecting and/or cannot display.
public static final AdError.AdErrorCode VIDEO_PLAY_ERROR
There was an error playing the video ad.