Workflow Executions v1 API - Class Execution.Types.Error (2.5.0)

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

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

Error describes why the execution was abnormally terminated.

Inheritance

object > Execution.Types.Error

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

Error()

public Error()

Error(Error)

public Error(Execution.Types.Error other)
Parameter
NameDescription
otherExecutionTypesError

Properties

Context

public string Context { get; set; }

Human-readable stack trace string.

Property Value
TypeDescription
string

Payload

public string Payload { get; set; }

Error message and data returned represented as a JSON string.

Property Value
TypeDescription
string

StackTrace

public Execution.Types.StackTrace StackTrace { get; set; }

Stack trace with detailed information of where error was generated.

Property Value
TypeDescription
ExecutionTypesStackTrace