[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFailedEvent\u003c/code\u003e class in the Cloud Life Sciences v2beta API represents an event that occurs when a pipeline execution fails, and other events may still occur afterward.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eFailedEvent\u003c/code\u003e is 2.0.0-beta06, and prior versions 2.0.0-beta05 and 1.0.0-beta02 are also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFailedEvent\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eCause\u003c/code\u003e, which is a human-readable description of the failure, and \u003ccode\u003eCode\u003c/code\u003e, which is a standard Google error code representing the nature of the failure.\u003c/p\u003e\n"],["\u003cp\u003eThe FailedEvent class has two constructors, a default one, and another one that takes in another \u003ccode\u003eFailedEvent\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class FailedEvent (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.FailedEvent)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.FailedEvent)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.FailedEvent) \n\n public sealed class FailedEvent : IMessage\u003cFailedEvent\u003e, IEquatable\u003cFailedEvent\u003e, IDeepCloneable\u003cFailedEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class FailedEvent.\n\nAn event generated when the execution of a pipeline has failed. Note\nthat other events can continue to occur after this event. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e FailedEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[FailedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.FailedEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[FailedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.FailedEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[FailedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.FailedEvent), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### FailedEvent()\n\n public FailedEvent()\n\n### FailedEvent(FailedEvent)\n\n public FailedEvent(FailedEvent other)\n\nProperties\n----------\n\n### Cause\n\n public string Cause { get; set; }\n\nThe human-readable description of the cause of the failure.\n\n### Code\n\n public Code Code { get; set; }\n\nThe Google standard error code that best describes this failure."]]