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.
Implements
IMessage<Execution.Types.StackTraceElement>, IEquatable<Execution.Types.StackTraceElement>, IDeepCloneable<Execution.Types.StackTraceElement>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
StackTraceElement()
public StackTraceElement()
StackTraceElement(Execution.Types.StackTraceElement)
public StackTraceElement(Execution.Types.StackTraceElement other)
Parameter | |
---|---|
Name | Description |
other | Execution.Types.StackTraceElement |
Properties
Position
public Execution.Types.StackTraceElement.Types.Position Position { get; set; }
The source position information of the stack trace element.
Property Value | |
---|---|
Type | Description |
Execution.Types.StackTraceElement.Types.Position |
Routine
public string Routine { get; set; }
The routine where the error occurred.
Property Value | |
---|---|
Type | Description |
String |
Step
public string Step { get; set; }
The step the error occurred at.
Property Value | |
---|---|
Type | Description |
String |