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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.