GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace (google_api_workflow_executions v0.11.3)
View SourceA 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
@type t() :: %GoogleApi.WorkflowExecutions.V1beta.Model.StackTrace{ elements: [GoogleApi.WorkflowExecutions.V1beta.Model.StackTraceElement.t()] | nil }