Package google.chat.logging.v1

  • 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

JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to Google Cloud Logging.

Fields
deployment

string

The deployment that caused the error. For Chat apps built in Apps Script, this is the deployment ID defined by Apps Script.

error

Status

The error code and message.

deployment_function

string

The unencrypted callback_method name that was running when the error was encountered.