ListCampaignDraftAsyncErrorsResponse

  • The response message for ListCampaignDraftAsyncErrors provides details about errors and pagination.

  • The errors field contains a list of Status objects detailing errors during asynchronous operations.

  • The next_page_token field is a string used for pagination to retrieve the next page of results.

Response message for CampaignDraftService.ListCampaignDraftAsyncErrors.

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.