Workflow Executions v1beta API - Class Execution.Types.Error (2.0.0-beta04)

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 v1beta API class Execution.Types.Error.

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(Error)

public Error(Execution.Types.Error other)
Parameter
Name Description
other ExecutionTypesError

Properties

Context

public string Context { get; set; }

Human readable error context, helpful for debugging purposes.

Property Value
Type Description
string

Payload

public string Payload { get; set; }

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

Property Value
Type Description
string