View Source GoogleApi.Chat.V1.Model.ChatAppLogEntry (google_api_chat v0.34.3)

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

Attributes

  • deployment (type: String.t, default: nil) - The deployment that caused the error. For Chat apps built in Apps Script, this is the deployment ID defined by Apps Script.
  • deploymentFunction (type: String.t, default: nil) - The unencrypted callback_method name that was running when the error was encountered.
  • error (type: GoogleApi.Chat.V1.Model.Status.t, default: nil) - The error code and message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ChatAppLogEntry{
  deployment: String.t() | nil,
  deploymentFunction: String.t() | nil,
  error: GoogleApi.Chat.V1.Model.Status.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.