Show / Hide Table of Contents

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
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX