Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ListCampaignDraftAsyncErrorsResponse
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."],[[["This response message provides details about errors encountered during asynchronous operations on campaign drafts."],["The message includes a list of errors with their details and a pagination token for navigating through multiple pages of results, if available."]]],["The response from `CampaignDraftService.ListCampaignDraftAsyncErrors` includes an array of `errors`, detailing issues encountered during the asynchronous operation. It also provides `next_page_token`, a string used for pagination to retrieve subsequent results. This token should be used as the `page_token` in the next request. If there are no more pages, `next_page_token` will not be present.\n"]]