Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
ErrorDetail
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी गड़बड़ी की वजह से पुष्टि नहीं हुई या सिस्टम में कोई गड़बड़ी हुई.
JSON के काेड में दिखाना |
{
"code": integer,
"field": string,
"message": string,
"value": string,
"fieldIndex": integer
} |
फ़ील्ड |
code |
integer
स्टेटस कोड, जो ErrorCode की enum वैल्यू होनी चाहिए.
|
field |
string
अनुरोध के मुख्य हिस्से में मौजूद फ़ील्ड पर ले जाने वाला पाथ. यह वैल्यू, डॉट से अलग किए गए आइडेंटिफ़ायर का एक क्रम होती है जो प्रोटोकॉल बफ़र फ़ील्ड की पहचान करती है. उदाहरण के लिए, "errorDetails.field" इस फ़ील्ड की पहचान करेगा.
|
message |
string
इस फ़ील्ड की वजह से गड़बड़ी का ब्यौरा. यह मैसेज अंग्रेज़ी में है और हो सकता है कि यह उपयोगकर्ताओं को दिखाने के लिए सही न हो.
|
value |
string
वह वैल्यू जिसके लिए अनुरोध नहीं किया गया.
|
fieldIndex |
integer
अगर इस गड़बड़ी को जनरेट करने वाले अनुरोध फ़ील्ड को दोहराया जाता है, तो इसमें उस फ़ील्ड की एंट्री का शून्य आधारित इंडेक्स होगा जिसकी वजह से पुष्टि नहीं हो पाई.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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 representation details errors encountered during validation or internal processes, providing specific information about the error.\u003c/p\u003e\n"],["\u003cp\u003eError details include a status code, field path, error message, problematic value, and potentially the index within a repeated field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efield\u003c/code\u003e attribute uses dot-separated identifiers to pinpoint the location of the error within the request body.\u003c/p\u003e\n"],["\u003cp\u003eWhile the \u003ccode\u003emessage\u003c/code\u003e offers a description of the failure, it's intended for internal use and might not be user-friendly.\u003c/p\u003e\n"]]],[],null,["# ErrorDetail\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails an error that resulted in a validation or internal failure.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------------|---|\n| ``` { \"code\": integer, \"field\": string, \"message\": string, \"value\": string, \"fieldIndex\": integer } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `code` | `integer` The status code, which should be an enum value of [ErrorCode](/my-business/reference/rest/Shared.Types/ErrorCode). |\n| `field` | `string` A path leading to a field in the request body. The value is a sequence of dot-separated identifiers that identify a protocol buffer field. For example, \"errorDetails.field\" would identify this field. |\n| `message` | `string` A description of why the field caused a failure. The message is in English and may not be suitable for display to users. |\n| `value` | `string` The value that failed the request. |\n| `fieldIndex` | `integer` If the request field that generated this error is repeated, this will contain the zero based index of the entry in that field which caused validation to fail. |"]]