Show / Hide Table of Contents

Class StackTrace

A collection of stack elements (frames) where an error occurred.

Inheritance
object
StackTrace
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX