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-04-02 UTC."],[[["This documentation page covers the `Execution.Types.StackTraceElement` class within the Google Cloud Workflows Executions v1 API, detailing its use in representing error stack frames."],["The `StackTraceElement` class provides details about where an error occurred, including the routine, step, and source position within the workflow execution."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data within the API."],["It lists available versions for this class, from version 1.0.0 to the latest version, 2.6.0, allowing you to check for changes across versions."],["This class is constructable using no parameters or another `StackTraceElement` as a parameter."]]],[]]