ListExperimentAsyncErrorsResponse

  • Response message for ExperimentService.ListExperimentAsyncErrors contains error details and a pagination token.

  • The errors field provides Status details for asynchronous operation errors.

  • The next_page_token field is a string used for pagination to retrieve subsequent pages of results.

  • next_page_token is not present on the last page of results.

Response message for ExperimentService.ListExperimentAsyncErrors.

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.