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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StackTrace{
  elements: [GoogleApi.WorkflowExecutions.V1.Model.StackTraceElement.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.