Workflow Executions v1 API - Class Execution.Types.StackTraceElement (2.2.0)

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.

Inheritance

object > Execution.Types.StackTraceElement

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

StackTraceElement()

public StackTraceElement()

StackTraceElement(StackTraceElement)

public StackTraceElement(Execution.Types.StackTraceElement other)
Parameter
NameDescription
otherExecutionTypesStackTraceElement

Properties

Position

public Execution.Types.StackTraceElement.Types.Position Position { get; set; }

The source position information of the stack trace element.

Property Value
TypeDescription
ExecutionTypesStackTraceElementTypesPosition

Routine

public string Routine { get; set; }

The routine where the error occurred.

Property Value
TypeDescription
string

Step

public string Step { get; set; }

The step the error occurred at.

Property Value
TypeDescription
string