Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
ValidationError
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
क्लाइंट अनुरोध में पुष्टि नहीं हो पाने के बारे में बताता है.
JSON के काेड में दिखाना |
{
"errorDetails": [
{
object (ErrorDetail )
}
]
} |
फ़ील्ड |
errorDetails[] |
object (ErrorDetail )
पूर्णांक वाली गड़बड़ी के कोड की मदद से, अलग-अलग पुष्टि न हो पाने की जानकारी दी जाती है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe JSON response describes validation failures in a client request using an \u003ccode\u003eerrorDetails\u003c/code\u003e array.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eerrorDetails\u003c/code\u003e contains objects of type \u003ccode\u003eErrorDetail\u003c/code\u003e providing specific information about each validation failure, including error codes.\u003c/p\u003e\n"]]],["The core content details validation failures in client requests, represented in JSON format. The JSON structure contains an `errorDetails` array. Each element within `errorDetails` is an `ErrorDetail` object, which describes individual validation issues. These `ErrorDetail` objects include integer error codes to identify the specific nature of each validation failure.\n"],null,["# ValidationError\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDescribes validation failures in a client request.\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 validation failures with integer error codes. |"]]