Page Summary
-
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.
Index
ChatAppLogEntry(message)
ChatAppLogEntry
JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to Google Cloud Logging.
| Fields | |
|---|---|
deployment |
The deployment that caused the error. For Chat apps built in Apps Script, this is the deployment ID defined by Apps Script. |
error |
The error code and message. |
deployment_function |
The unencrypted |