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
|
LoadAdError(ILoadAdErrorClient client)
|
Public functions
|
GetResponseInfo()
|
|
ToString()
|
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.
Details |
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 2023-01-18 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 2023-01-18 UTC."],[[["`LoadAdError` provides detailed information about why an ad failed to load in your application."],["It inherits properties from the `AdError` class and includes a `ResponseInfo` object for further analysis."],["This class offers functionalities such as `GetResponseInfo` and `ToString` to retrieve detailed error information."],["Developers can use `LoadAdError` to understand and troubleshoot ad loading issues, ultimately improving ad performance."]]],["`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"]]