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-07-18 UTC."],[[["This document provides reference documentation for the `Execution.Types.StackTrace` class within the Google Cloud Workflows Executions v1 API, detailing its structure and usage."],["The `Execution.Types.StackTrace` class represents a collection of stack elements where an error occurred during workflow execution."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `StackTrace` class has a constructor that allows for the creation of an empty instance or a copy of an existing `StackTrace` object."],["The `Elements` property, of type `RepeatedField\u003cExecution.Types.StackTraceElement\u003e`, contains an array of stack elements."]]],[]]