public sealed class FailedEvent : IMessage<FailedEvent>, IEquatable<FailedEvent>, IDeepCloneable<FailedEvent>, IBufferMessage, IMessageReference 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.
Implements
IMessageFailedEvent, IEquatableFailedEvent, IDeepCloneableFailedEvent, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
FailedEvent()
public FailedEvent()FailedEvent(FailedEvent)
public FailedEvent(FailedEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
FailedEvent |
Properties
Cause
public string Cause { get; set; }The human-readable description of the cause of the failure.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Code
public Code Code { get; set; }The Google standard error code that best describes this failure.
| Property Value | |
|---|---|
| Type | Description |
Code |
|