Show / Hide Table of Contents

Class Error

Error describes why the execution was abnormally terminated.

Inheritance
object
Error
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX