function onAdError(adErrorEvent) {
// Handle the error logging.
var error = adErrorEvent.getError();
console.log("Error - " + error.toString());
console.log("getErrorCode() - " + error.getErrorCode());
console.log("getInnerError() - " + error.getInnerError());
console.log("getMessage() - " + error.getMessage());
console.log("getType() - " + error.getType());
console.log("getVastErrorCode() - " + error.getVastErrorCode());
adsManager.destroy();
}
Error - AdError 403: Linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.
getErrorCode() - 403
getInnerError() - undefined
getMessage() - Linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.
getType() - adPlayError
getVastErrorCode() - 403
--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/0RWT41CAmsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+u...@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.