public sealed class Execution.Types.StackTraceElement.Types.Position : IMessage<Execution.Types.StackTraceElement.Types.Position>, IEquatable<Execution.Types.StackTraceElement.Types.Position>, IDeepCloneable<Execution.Types.StackTraceElement.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTraceElement.Types.Position.
Position contains source position information about the stack trace
element such as line number, column number and length of the code block
in bytes.
[[["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.Types.Position` class within the Workflow Executions v1 API, detailing its role in representing source position information in stack traces."],["The class, part of the `Google.Cloud.Workflows.Executions.V1` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `Position` class offers constructors for creating instances, including one for copying existing `Position` objects."],["Key properties of the `Position` class include `Column`, `Length`, and `Line`, which provide the column number, the number of bytes of source code, and the line number, respectively, from which an instruction was generated."],["The page also provides links to reference documentation for multiple versions, ranging from 1.0.0 to 2.6.0 (latest), for the Execution.Types.StackTraceElement.Types.Position class."]]],[]]