Class FailedEvent
An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.
Inheritance
object
FailedEvent
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class FailedEvent : IDirectResponseSchema
Properties
Cause
The human-readable description of the cause of the failure.
Declaration
[JsonProperty("cause")]
public virtual string Cause { get; set; }
Property Value
Type | Description |
---|---|
string |
Code
The Google standard error code that best describes this failure.
Declaration
[JsonProperty("code")]
public virtual string Code { 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 |