Class StackTraceElement
A single stack element (frame) where an error occurred.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1beta.Data
Assembly: Google.Apis.WorkflowExecutions.v1beta.dll
Syntax
public class StackTraceElement : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
The source position information of the stack trace element.
Declaration
[JsonProperty("position")]
public virtual Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
Routine
The routine where the error occurred.
Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
Type | Description |
---|---|
string |
Step
The step the error occurred at.
Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Type | Description |
---|---|
string |