Class FailedEvent (1.0.0-beta02)

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

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