View Source GoogleApi.WorkflowExecutions.V1.Model.Exception (google_api_workflow_executions v0.8.0)

Exception describes why the step entry failed.

Attributes

  • payload (type: String.t, default: nil) - Error message represented as a JSON string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.Exception{
  payload: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.