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.
Implements
IMessage<FailedEvent>, IEquatable<FailedEvent>, IDeepCloneable<FailedEvent>, 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 |