public sealed class Execution.Types.StackTrace : IMessage<Execution.Types.StackTrace>, IEquatable<Execution.Types.StackTrace>, IDeepCloneable<Execution.Types.StackTrace>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTrace.
A collection of stack elements (frames) where an error occurred.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation page covers the `Execution.Types.StackTrace` class within the Google Cloud Workflows Executions v1 API, specifically version 2.4.0."],["`Execution.Types.StackTrace` represents a collection of stack elements, or frames, where an error has occurred during a workflow execution."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the `object` class."],["The class includes a property called `Elements`, which is a `RepeatedField` containing an array of `StackTraceElement` objects."],["The documentation covers different versions of the class, including version 2.6.0 as the latest, and earlier versions all the way down to version 1.0.0."]]],[]]