AdException

class AdException(var adError: ErrorCode = AdError.DEFAULT, var exception: Exception? = null) : Exception, Parcelable, AdExceptionInterface

SDK exception class AdException contains: adError and a exception. The adError is an constant of the type ErrorCode. AdError is the object which contains the different custom AdSDK ErrorCode types. The exception is an optional Android/Kotlin exception.

Constructors

Link copied to clipboard
constructor(adError: ErrorCode = AdError.DEFAULT, exception: Exception? = null)

Properties

Link copied to clipboard
open override var adError: ErrorCode
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override var exception: Exception?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun describeContents(): Int
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
abstract fun writeToParcel(p0: Parcel, p1: Int)