Class Error
Error describes why the execution was abnormally terminated.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class Error : IDirectResponseSchema
Properties
Context
Human-readable stack trace string.
Declaration
[JsonProperty("context")]
public virtual string Context { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Error message and data returned represented as a JSON string.
Declaration
[JsonProperty("payload")]
public virtual string Payload { get; set; }
Property Value
Type | Description |
---|---|
string |
StackTrace
Stack trace with detailed information of where error was generated.
Declaration
[JsonProperty("stackTrace")]
public virtual StackTrace StackTrace { get; set; }
Property Value
Type | Description |
---|---|
StackTrace |