Code

object Code

Error codes to explain the main cause.

Properties

Link copied to clipboard
const val INTERNAL_ERROR: Int = 1

Ad request failed with internal error.

Link copied to clipboard
const val INVALID_REQUEST: Int = 2

Ad request configured incorrectly.

Link copied to clipboard
const val NETWORK_ERROR: Int = 3

Ad request failed with connection error.

Link copied to clipboard
const val NO_FILL: Int = 4

Ad request completed successfully, but there are no ads available.

Link copied to clipboard
const val SYSTEM_ERROR: Int = 5

The ad request failed with system error. For instance a WebView can't access the database file. NOTE: Don't try to load/reload ads if you've got this error.

Link copied to clipboard
const val UNKNOWN_ERROR: Int = 0

Ad request failed with unknown error.