ListBidResponseErrorsResponse
Response message for listing all reasons that bid responses resulted in an error.
JSON representation |
{
"calloutStatusRows": [
{
object (CalloutStatusRow )
}
],
"nextPageToken": string
} |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Provides a structured JSON response detailing the reasons for bid response errors."],["Includes `calloutStatusRows` with aggregated counts of bid responses based on error status and `nextPageToken` for pagination to retrieve further results."],["Users can leverage the `nextPageToken` in subsequent `bidResponseErrors.list` requests to access additional error information."]]],[]]