Package google.chat.logging.v1
ChatAppLogEntry
गड़बड़ी के मैसेज का JSON पेलोड. अगर Cloud Logging API चालू है, तो गड़बड़ी के ये मैसेज Google Cloud Logging में लॉग किए जाते हैं.
फ़ील्ड |
deployment |
string
वह डिप्लॉयमेंट जिसकी वजह से गड़बड़ी हुई. Apps Script में बनाए गए Chat ऐप्लिकेशन के लिए, यह Apps Script से तय किया गया डिप्लॉयमेंट आईडी होता है.
|
error |
Status
गड़बड़ी का कोड और मैसेज.
|
deployment_function |
string
गड़बड़ी होने के दौरान चल रहा, एन्क्रिप्ट नहीं किया गया callback_method नाम.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-02-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-02-27 (UTC) को अपडेट किया गया."],[[["ChatAppLogEntry provides a JSON payload containing error messages for Chat apps."],["If enabled, these error messages are sent to Google Cloud Logging for analysis and debugging."],["The payload includes information about the deployment, error code and message, and the specific function where the error occurred."]]],["The `ChatAppLogEntry` message logs error details to Google Cloud Logging when enabled. It captures the `deployment` (e.g., deployment ID for Apps Script), the associated `error` (code and message), and the `deployment_function` (callback method name) where the error occurred. This structure allows for detailed tracking and analysis of errors within a Chat app.\n"]]