Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ListExperimentAsyncErrorsResponse
Fields |
errors[]
|
Status
details of the errors when performing the asynchronous operation.
|
next_page_token
|
string
Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The `ListExperimentAsyncErrors` response provides details about errors encountered during an asynchronous experiment operation."],["This response includes a list of errors, each with a status detailing the issue."],["For navigating through large result sets, it offers a pagination token to retrieve subsequent pages."]]],["The `ListExperimentAsyncErrors` response provides details on errors encountered during an asynchronous operation. It includes an array of `errors`, each containing a `Status` object with error specifics. The response may also contain a `next_page_token`, a string used for paginating results. This token should be used in subsequent requests as the `page_token` to retrieve the next set of results, and is not present on the last page.\n"]]