ListBidResponseErrorsResponse

Response message for listing all reasons that bid responses resulted in an error.

JSON representation
{
  "calloutStatusRows": [
    {
      object (CalloutStatusRow)
    }
  ],
  "nextPageToken": string
}
Fields
calloutStatusRows[]

object (CalloutStatusRow)

List of rows, with counts of bid responses aggregated by callout status.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListBidResponseErrorsRequest.pageToken field in the subsequent call to the bidResponseErrors.list method to retrieve the next page of results.