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.