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-03-21 UTC."],[[["The latest version available for the `Execution.Types.StackTraceElement.Types.Position` class is 2.6.0, and there are nine previous versions documented, ranging from 2.5.0 to 1.0.0."],["The `Execution.Types.StackTraceElement.Types.Position` class, part of the Workflow Executions v1 API, provides detailed information about the source code position of a stack trace element."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which suggests it is designed to be part of a message-passing system."],["The class has properties `Column`, `Length`, and `Line`, which are of type long and are used to specify the exact location of an instruction within the source code."],["Two constructors are provided for the `Position` class, a default one and another that takes an existing `Position` object to create a copy."]]],[]]