Class FailedEvent
An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.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 |