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 document provides reference documentation for the `Execution.Types.StackTrace` class within the Google Cloud Workflows Executions v1 API."],["The `Execution.Types.StackTrace` class represents a collection of stack frames that indicate where an error occurred during workflow execution."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality."],["The document details available versions of the `Execution.Types.StackTrace` class, from version 1.0.0 to the latest version 2.6.0."],["The `Elements` property, a `RepeatedField`, contains an array of individual `StackTraceElement` objects, providing detailed information about the stack frames."]]],[]]