public sealed class StackTraceElement : IMessage<Execution.Types.StackTraceElement>, IEquatable<Execution.Types.StackTraceElement>, IDeepCloneable<Execution.Types.StackTraceElement>, IBufferMessage, IMessage
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 webpage details the `StackTraceElement` class, which represents a single frame in an error's stack trace within the Google Cloud Workflows Executions V1 library."],["The `StackTraceElement` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and one that takes another `StackTraceElement` as an argument for initialization."],["Key properties of the `StackTraceElement` include `Position` (source location), `Routine` (name of the routine where the error occurred), and `Step` (the specific step where the error happened)."],["The provided documentation is for version 2.0.0 of `Google.Cloud.Workflows.Executions.V1`, with the latest version being 2.6.0, indicating a history of prior versions like 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]