ErrorDetails
अनुरोध पूरा न होने के बारे में ज़्यादा जानकारी देता है.
JSON के काेड में दिखाना |
{
"errorCode": enum (ErrorCode )
} |
फ़ील्ड |
errorCode |
enum (ErrorCode )
गड़बड़ी का खास कोड, जो बताता है कि क्या गड़बड़ी हुई है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["This documentation details the JSON representation of additional information when a request fails."],["The representation includes an `errorCode` field, which uses an enum to specify the type of error encountered."],["The `errorCode` field helps developers understand the reason for the request failure by providing a specific error code from the `ErrorCode` enum."]]],["The content details the JSON structure for conveying error information. It specifies a single field, `errorCode`, which is an enumerated value. This `errorCode` field, defined by the `ErrorCode` enum, provides a specific code detailing the nature of the failure that occurred during the request. The representation is provided through a JSON object with the key `errorCode`.\n"]]