GoogleApi.WorkflowExecutions.V1beta.Model.Error (google_api_workflow_executions v0.6.1) View Source

Error describes why the execution was abnormally terminated.

Attributes

  • context (type: String.t, default: nil) - Human-readable stack trace string.
  • payload (type: String.t, default: nil) - Error message and data returned represented as a JSON string.
  • stackTrace (type: GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace.t, default: nil) - Stack trace with detailed information of where error was generated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.WorkflowExecutions.V1beta.Model.Error{
  context: String.t() | nil,
  payload: String.t() | nil,
  stackTrace: GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.