AdError
The SDK error type. AdError is a property of the AdException Contains all errors types that may occur in the SDK with a short description.
Properties
There are no banners matching specified targeting criteria. System Default campaign and banner are returned.
The AdRequest has failed, most likely because of the client. Response code from the AdServer is between 400 and 499.
Using of AdService.getInstance without initialize the AdService before.
Exception in a custom renderer. Only used in custom renderer outside of the AdSDK project.
Problems with connection the host. The internal exception would be an ConnectException
The ad server responded with an invalid ContentType.
The URL from the AdRequest is not valid. The internal exception would be an MalformedURLException
The AdRequest has failed, most likely because of the server. Response code from the AdServer is between 500 and 599.
Could not connect to the server because of an unknown host exception. The internal exception would be an UnknownHostException
The renderer name received is not registered.
The AdRequest has failed with an unknown response code.
The decoding of the Response from the AdService is failing.