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"]],[["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-30 UTC."],[[["This documentation page covers the `Execution.Types.StackTraceElement` class within the Google Cloud Workflows Executions v1 API, specifically for version 2.4.0."],["The `StackTraceElement` class represents a single frame in an error's stack trace, detailing where the error occurred."],["The `StackTraceElement` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `StackTraceElement` class include `Position`, which provides source position information, and `Routine` and `Step`, which indicate where the error occurred."],["There are multiple versions of the documentation available for the StackTraceElement class ranging from version 1.0.0 to the latest version, 2.6.0."]]],[]]