GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace (google_api_workflow_executions v0.11.3)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.