Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.
Api.
LoadAdError
Error information about why an ad load operation failed.
Summary
Inheritance
Inherits from: GoogleMobileAds.Api.AdError
Constructors and Destructors
override string
Returns a log friendly string version of this object.
Public functions
GetResponseInfo
ResponseInfo
GetResponseInfo
()
Returns ResponseInfo
object for the failed request.
response-info
for more inforomation about Response Info.
LoadAdError
LoadAdError
(
ILoadAdErrorClient
client
)
Creates a LoadAdError
.
Parameters
client
A platform level ILoadAdErrorClient implementation.
ToString
override
string
ToString
()
Returns a log friendly string version of this object.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["`LoadAdError` provides details on ad loading failures within the Google Mobile Ads API. Key actions include creating a `LoadAdError` instance with an `ILoadAdErrorClient`. Users can retrieve a `ResponseInfo` object, which contains data about the failed request, by calling `GetResponseInfo`. Additionally, `ToString` generates a user-friendly string representation of the error object for logging. It Inherits from `AdError`.\n"]]