Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
InternalError
Stay organized with collections
Save and categorize content based on your preferences.
Describes internal failures.
JSON representation |
{
"errorDetails": [
{
object (ErrorDetail )
}
]
} |
Fields |
errorDetails[] |
object (ErrorDetail )
Details individual failures.
|
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThis documentation details the JSON representation of internal failures.\u003c/p\u003e\n"],["\u003cp\u003eThe representation includes an \u003ccode\u003eerrorDetails\u003c/code\u003e field containing an array of \u003ccode\u003eErrorDetail\u003c/code\u003e objects, which provide specifics on individual failures.\u003c/p\u003e\n"]]],["The core content details internal failures, represented in JSON format. The structure includes an `errorDetails` array, which is an array of objects. Each object within `errorDetails` represents an individual failure and conforms to the `ErrorDetail` schema. The `errorDetails` field contains specific details about each encountered failure.\n"],null,["# InternalError\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDescribes internal failures.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------|---|\n| ``` { \"errorDetails\": [ { object (/my-business/reference/rest/Shared.Types/ErrorDetail) } ] } ``` |\n\n| Fields ||\n|------------------|---------------------------------------------------------------------------------------------------------------|\n| `errorDetails[]` | `object (`[ErrorDetail](/my-business/reference/rest/Shared.Types/ErrorDetail)`)` Details individual failures. |"]]