स्ट्रक्चर्ड गड़बड़ी के जवाब
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
आपको बेहतर मैसेज और लॉग की अनुमति देने के लिए, कुंजी ऐक्सेस कंट्रोल लिस्ट (KACLS) का इस्तेमाल किया जाता है
कार्रवाई पूरी नहीं होने पर, मुख्य हिस्से में स्ट्रक्चर्ड JSON जवाब दिखता है.
स्टैंडर्ड एचटीटीपी स्टेटस कोड इस्तेमाल किए जाते हैं.
JSON के काेड में दिखाना |
{
"code": int,
"message": string,
"details": string
}
|
फ़ील्ड |
code |
int
स्टैंडर्ड एचटीटीपी स्टेटस कोड
|
message |
string (UTF-8)
गड़बड़ी का मैसेज, जिसे कोई भी व्यक्ति पढ़ सकता है.
|
details |
string (UTF-8)
गड़बड़ी के बारे में ज़्यादा जानकारी, जैसे कि स्टैक ट्रेस.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eKACLS operation failures now return structured JSON responses for improved debugging.\u003c/p\u003e\n"],["\u003cp\u003eThese JSON responses include an HTTP status code, a human-readable message, and detailed error information.\u003c/p\u003e\n"],["\u003cp\u003eThis structure facilitates easier integration with automated systems and provides developers with more context for troubleshooting.\u003c/p\u003e\n"]]],["KACLS operation failures now return a structured JSON response in the body, using standard HTTP status codes. The JSON format includes three fields: `code` (an integer representing the HTTP status), `message` (a human-readable error string), and `details` (a string providing further information like a stack trace). This structured format improves the quality of error messages and logs.\n"],null,["# Structured error replies\n\nTo allow better messages and logs, the Key Access Control List Service (KACLS)\noperation failures returns a structured JSON reply in the body.\nThe standard HTTP status codes are used.\n\n| JSON representation ||\n|---------------------------------------------------------------|---|\n| ``` { \"code\": int, \"message\": string, \"details\": string } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------------------|\n| `code` | `int` Standard HTTP status code |\n| `message` | `string (UTF-8)` A human readable error message. |\n| `details` | `string (UTF-8)` More details about the error, such as a stack trace. |"]]