Cloud Life Sciences v2beta API - Class FailedEvent (2.0.0-beta05)

public sealed class FailedEvent : IMessage<FailedEvent>, IEquatable<FailedEvent>, IDeepCloneable<FailedEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API 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

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

FailedEvent()

public FailedEvent()

FailedEvent(FailedEvent)

public FailedEvent(FailedEvent other)
Parameter
NameDescription
otherFailedEvent

Properties

Cause

public string Cause { get; set; }

The human-readable description of the cause of the failure.

Property Value
TypeDescription
string

Code

public Code Code { get; set; }

The Google standard error code that best describes this failure.

Property Value
TypeDescription
Code