public sealed class Execution.Types.StackTraceElement : IMessage<Execution.Types.StackTraceElement>, IEquatable<Execution.Types.StackTraceElement>, IDeepCloneable<Execution.Types.StackTraceElement>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTraceElement.
A single stack element (frame) 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 information for the `Execution.Types.StackTraceElement` class within the Google Cloud Workflows Executions v1 API."],["`StackTraceElement` represents a single frame in a stack trace, indicating where an error occurred during workflow execution."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and can be constructed with a default constructor or by copying another `StackTraceElement`."],["Key properties of `StackTraceElement` include `Position`, which provides source code location details, and `Routine` and `Step`, which identify where the error occurred within the workflow."],["There are multiple versions of this API documented here, with the latest being 2.6.0, and it also lists prior versions all the way to 1.0.0."]]],[]]