Class Execution.Types.Error (1.0.0-beta03)

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.V1Beta

Assembly

Google.Cloud.Workflows.Executions.V1Beta.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 error context, helpful for debugging purposes.

Property Value
TypeDescription
String

Payload

public string Payload { get; set; }

Error payload returned by the execution, represented as a JSON string.

Property Value
TypeDescription
String