[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eProvides a structured JSON response detailing the reasons for bid response errors.\u003c/p\u003e\n"],["\u003cp\u003eIncludes \u003ccode\u003ecalloutStatusRows\u003c/code\u003e with aggregated counts of bid responses based on error status and \u003ccode\u003enextPageToken\u003c/code\u003e for pagination to retrieve further results.\u003c/p\u003e\n"],["\u003cp\u003eUsers can leverage the \u003ccode\u003enextPageToken\u003c/code\u003e in subsequent \u003ccode\u003ebidResponseErrors.list\u003c/code\u003e requests to access additional error information.\u003c/p\u003e\n"]]],[],null,["# ListBidResponseErrorsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing all reasons that bid responses resulted in an error.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"calloutStatusRows\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/CalloutStatusRow) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `calloutStatusRows[]` | `object (`[CalloutStatusRow](/authorized-buyers/apis/reference/rest/v2beta1/CalloutStatusRow)`)` List of rows, with counts of bid responses aggregated by callout status. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListBidResponseErrorsRequest.pageToken](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponseErrors/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the [bidResponseErrors.list](/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets.bidResponseErrors/list#google.ads.adexchange.buyer.v2beta1.RtbTroubleshooting.ListBidResponseErrors) method to retrieve the next page of results. |"]]