Class Execution.Types.Error (1.2.0)

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

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(Execution.Types.Error)

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

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
Execution.Types.StackTrace