AdError

object AdError : Error

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

Link copied to clipboard

There are no banners matching specified targeting criteria. System Default campaign and banner are returned.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The AdRequest has failed, most likely because of the client. Response code from the AdServer is between 400 and 499.

Link copied to clipboard

Using of AdService.getInstance without initialize the AdService before.

Link copied to clipboard

Exception in a custom renderer. Only used in custom renderer outside of the AdSDK project.

Link copied to clipboard

The decoding of the Response from the AdService is failing.

Link copied to clipboard

Default exception with no specific error description.

Link copied to clipboard

Problems with connection the host. The internal exception would be an ConnectException

Link copied to clipboard

The ad server responded with an invalid ContentType.

Link copied to clipboard

The URL from the AdRequest is not valid. The internal exception would be an MalformedURLException

Link copied to clipboard
open val message: String?
Link copied to clipboard

The AdRequest has failed, most likely because of the server. Response code from the AdServer is between 500 and 599.

Link copied to clipboard

The AdRequest has reach the max set timeout. The internal exception would be an SocketTimeoutException

Link copied to clipboard

Could not connect to the server because of an unknown host exception. The internal exception would be an UnknownHostException

Link copied to clipboard

The renderer name received is not registered.

Link copied to clipboard

The AdRequest has failed with an unknown response code.

Link copied to clipboard

The decoding of the Response from the AdService is failing.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard