[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[[["\u003cp\u003eChatAppLogEntry provides a JSON payload containing error messages for Chat apps.\u003c/p\u003e\n"],["\u003cp\u003eIf enabled, these error messages are sent to Google Cloud Logging for analysis and debugging.\u003c/p\u003e\n"],["\u003cp\u003eThe payload includes information about the deployment, error code and message, and the specific function where the error occurred.\u003c/p\u003e\n"]]],["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"],null,["# Package google.chat.logging.v1\n\nIndex\n-----\n\n- [ChatAppLogEntry](/workspace/chat/api/reference/rpc/google.chat.logging.v1#google.chat.logging.v1.ChatAppLogEntry) (message)\n\nChatAppLogEntry\n---------------\n\nJSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to [Google Cloud Logging](https://cloud.google.com/logging/docs).\n\n| Fields ||\n|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `deployment` | `string` The deployment that caused the error. For Chat apps built in Apps Script, this is the deployment ID defined by Apps Script. |\n| `error` | [Status](/workspace/chat/api/reference/rpc/google.rpc#google.rpc.Status) The error code and message. |\n| `deployment_function` | `string` The unencrypted `callback_method` name that was running when the error was encountered. |"]]