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-05-22 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-05-22 UTC."],[[["`GoogleMobileAds.Api.LoadAdError` provides information about why an ad load operation failed."],["It inherits from `GoogleMobileAds.Api.AdError` and includes functionality to access response information and generate a log-friendly string representation of the error."],["The `GetResponseInfo` function returns a `ResponseInfo` object containing details about the failed ad request."],["`LoadAdError` can be instantiated using an `ILoadAdErrorClient` for platform-specific implementations."],["The `ToString` method provides a string representation of the error for logging and debugging purposes."]]],[]]