Class StackTrace
A collection of stack elements (frames) where an error occurred.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class StackTrace : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Elements
An array of stack elements.
Declaration
[JsonProperty("elements")]
public virtual IList<StackTraceElement> Elements { get; set; }
Property Value
Type | Description |
---|---|
IList<StackTraceElement> |