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-03-21 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 the stack trace of an error, detailing where the error occurred."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for advanced usage and manipulation."],["The properties of the `StackTraceElement` class include `Position`, `Routine`, and `Step`, which offer details about the error's location within the code."],["The document also includes a listing of the various versions of this resource, from 1.0.0 all the way to the latest 2.6.0, along with the applicable documentation."]]],[]]