ListExperimentAsyncErrorsResponse

  • The ListExperimentAsyncErrorsResponse message provides details of errors encountered during asynchronous experiment operations and pagination information.

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

  • The next_page_token field is a string used for paginating through results and is absent on the last page.

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.