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 documentation provides details for the `Execution.Types.StackTraceElement` class within the Google Cloud Workflows Executions v1 API, describing it as a representation of a single stack frame where an error occurred."],["The `StackTraceElement` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various Protobuf functionalities."],["The class includes properties such as `Position`, which provides source location details, `Routine`, indicating the routine where the error occurred, and `Step`, specifying the exact step at which the error happened."],["There are multiple versions of the API documented, ranging from version 1.0.0 up to the latest version 2.6.0, where you can access the documentation of `StackTraceElement` for each version."]]],[]]