AdError.AdErrorType

public static final enum AdError.AdErrorType extends Enum<AdError.AdErrorType>

Specifies when the error was encountered, during either ad loading or playback.

Inherited Method Summary

Enum Values

public static final AdError.AdErrorType LOAD

Indicates that the error was encountered when the ad was being loaded. Possible causes: there was no response from the ad server, a malformed ad response was returned, or ad request parameters failed to pass validation.

public static final AdError.AdErrorType PLAY

Indicates that the error was encountered after the ad loaded, during ad play. Possible causes: ad assets could not be loaded, etc.