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"]],[["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 `Execution.Types.StackTrace` class is part of the Workflow Executions v1 API, used for representing a collection of stack elements where an error has occurred."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and other .NET functionalities."],["There are multiple versions of the documentation available, ranging from version 1.0.0 to the latest 2.6.0, offering a historical view of changes and updates to the API."],["The `StackTrace` class has a constructor to create a new instance, or an instance that is a copy of an existing instance of the class, taking a `StackTrace` object as a parameter."],["The class contains the property `Elements`, which is an array of `StackTraceElement` objects that compose the stack trace."]]],[]]