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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `StackTrace` class represents a collection of stack frames 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 checks, deep cloning, and buffer message management."],["The `StackTrace` class can be constructed using either a default constructor or a copy constructor that takes another `StackTrace` instance."],["It contains a property `Elements` of type `RepeatedField\u003cExecution.Types.StackTraceElement\u003e` which holds an array of stack elements, providing details about the error location."],["The `StackTrace` class is found within the namespace `Google.Cloud.Workflows.Executions.V1` and the assembly `Google.Cloud.Workflows.Executions.V1.dll` with multiple versions available, the latest of which being `2.6.0`."]]],[]]