AdError
The AdError class represents error details returned by the Google Mobile Ads SDK when an ad failed to present or perform operations.
Properties
code / Code
The error code indicating the cause of the failure.
domain / Domain
The domain from which the error originated (e.g. "com.google.android.gms.ads").
message / Message
A detailed text message describing the error.
cause / Cause
The underlying cause of the error as another AdError object, or null if none exists.