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

View Source

A single stack element (frame) where an error occurred.

Attributes

  • position (type: GoogleApi.WorkflowExecutions.V1beta.Model.Position.t, default: nil) - The source position information of the stack trace element.
  • routine (type: String.t, default: nil) - The routine where the error occurred.
  • step (type: String.t, default: nil) - The step the error occurred at.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1beta.Model.StackTraceElement{
  position: GoogleApi.WorkflowExecutions.V1beta.Model.Position.t() | nil,
  routine: String.t() | nil,
  step: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.