Workflow Executions v1 API - Class Execution.Types.StackTrace (2.4.0)

public sealed class Execution.Types.StackTrace : IMessage<Execution.Types.StackTrace>, IEquatable<Execution.Types.StackTrace>, IDeepCloneable<Execution.Types.StackTrace>, IBufferMessage, IMessage

Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTrace.

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

Inheritance

object > Execution.Types.StackTrace

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

StackTrace()

public StackTrace()

StackTrace(StackTrace)

public StackTrace(Execution.Types.StackTrace other)
Parameter
NameDescription
otherExecutionTypesStackTrace

Properties

Elements

public RepeatedField<Execution.Types.StackTraceElement> Elements { get; }

An array of stack elements.

Property Value
TypeDescription
RepeatedFieldExecutionTypesStackTraceElement