GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace (google_api_workflow_executions v0.7.0) View Source

A collection of stack elements (frames) where an error occurred.

Attributes

  • elements (type: list(GoogleApi.WorkflowExecutions.V1beta.Model.StackTraceElement.t), default: nil) - An array of stack elements.

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.StackTrace{
  elements:
    [GoogleApi.WorkflowExecutions.V1beta.Model.StackTraceElement.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.