ListCampaignDraftAsyncErrorsResponse

  • The response message for ListCampaignDraftAsyncErrors contains details about errors encountered during an asynchronous operation and a token for pagination.

  • The errors field provides a list of Status objects detailing the errors.

  • The next_page_token field is a string used to retrieve subsequent pages of results and is absent for the last page.

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.