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-03-21 UTC."],[[["This webpage details the `StackTraceElement` class, a component of the `Google.Cloud.Workflows.Executions.V1` namespace, which is used to represent a single stack frame where an error occurred within a workflow execution."],["The `StackTraceElement` class is version 1.2.0, but the documentation also includes versions ranging from 1.0.0 up to the latest version 2.6.0, allowing access to documentation of previous versions."],["`StackTraceElement` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, enabling it to work with other Google Protobuf classes and objects."],["The class provides properties like `Position`, `Routine`, and `Step` to detail the location and context of the error within the stack trace."],["There are two constructors available, the default `StackTraceElement()` and one that accepts an existing `Execution.Types.StackTraceElement` to create a new element."]]],[]]