संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
आपको बेहतर मैसेज और लॉग की अनुमति देने के लिए, कुंजी ऐक्सेस कंट्रोल लिस्ट (KACLS) का इस्तेमाल किया जाता है
कार्रवाई पूरी नहीं होने पर, मुख्य हिस्से में स्ट्रक्चर्ड JSON जवाब दिखता है.
स्टैंडर्ड एचटीटीपी स्टेटस कोड इस्तेमाल किए जाते हैं.
JSON के काेड में दिखाना
{"code": int,"message": string,"details": string}
फ़ील्ड
code
int
स्टैंडर्ड एचटीटीपी स्टेटस कोड
message
string (UTF-8)
गड़बड़ी का मैसेज, जिसे कोई भी व्यक्ति पढ़ सकता है.
details
string (UTF-8)
गड़बड़ी के बारे में ज़्यादा जानकारी, जैसे कि स्टैक ट्रेस.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["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"]]