public sealed class StackTrace : IMessage<Execution.Types.StackTrace>, IEquatable<Execution.Types.StackTrace>, IDeepCloneable<Execution.Types.StackTrace>, IBufferMessage, IMessage
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."],[[["The `StackTrace` class represents a collection of stack elements where an error occurred within Google Cloud Workflows Executions."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `StackTrace` class provides two constructors, a default constructor and one that accepts another `StackTrace` object for cloning purposes."],["The `Elements` property, of type `RepeatedField`, stores an array of `StackTraceElement` objects, representing the individual stack frames in the execution."],["The latest version available is 2.6.0, but this documentation pertains to version 1.2.0."]]],[]]