GoogleApi.WorkflowExecutions.V1.Model.StackTraceElement (google_api_workflow_executions v0.11.3)
View SourceA single stack element (frame) where an error occurred.
Attributes
-
position
(type:GoogleApi.WorkflowExecutions.V1.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
@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StackTraceElement{ position: GoogleApi.WorkflowExecutions.V1.Model.Position.t() | nil, routine: String.t() | nil, step: String.t() | nil }