GoogleApi.WorkflowExecutions.V1.Model.Exception (google_api_workflow_executions v0.11.3)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.