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.
Implements
IMessageExecutionTypesError, IEquatableExecutionTypesError, IDeepCloneableExecutionTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.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 stack trace string.
Property Value | |
---|---|
Type | Description |
string |
Payload
public string Payload { get; set; }
Error message and data returned represented as a JSON string.
Property Value | |
---|---|
Type | Description |
string |
StackTrace
public Execution.Types.StackTrace StackTrace { get; set; }
Stack trace with detailed information of where error was generated.
Property Value | |
---|---|
Type | Description |
ExecutionTypesStackTrace |