public sealed class UnexpectedExitStatusEvent : IMessage<UnexpectedExitStatusEvent>, IEquatable<UnexpectedExitStatusEvent>, IDeepCloneable<UnexpectedExitStatusEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class UnexpectedExitStatusEvent.
An event generated when the execution of a container results in a
non-zero exit status that was not otherwise ignored. Execution will
continue, but only actions that are flagged as ALWAYS_RUN will be
executed. Other actions will be skipped.
[[["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\u003eUnexpectedExitStatusEvent\u003c/code\u003e class in the Google Cloud Life Sciences v2beta API is triggered when a container execution results in a non-zero exit status that isn't ignored, allowing only \u003ccode\u003eALWAYS_RUN\u003c/code\u003e actions to continue.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, providing various functionalities like message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default constructor and one that accepts another \u003ccode\u003eUnexpectedExitStatusEvent\u003c/code\u003e instance for copying.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnexpectedExitStatusEvent\u003c/code\u003e has two key properties: \u003ccode\u003eActionId\u003c/code\u003e, which is an integer representing the numeric ID of the action that started the container, and \u003ccode\u003eExitStatus\u003c/code\u003e, also an integer, representing the container's exit status.\u003c/p\u003e\n"],["\u003cp\u003eThe class exists in version 2.0.0-beta06 (latest), 2.0.0-beta05 and 1.0.0-beta02 of the Google.Cloud.LifeSciences.V2Beta package, with the latest version being 2.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class UnexpectedExitStatusEvent (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.UnexpectedExitStatusEvent)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.UnexpectedExitStatusEvent)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.UnexpectedExitStatusEvent) \n\n public sealed class UnexpectedExitStatusEvent : IMessage\u003cUnexpectedExitStatusEvent\u003e, IEquatable\u003cUnexpectedExitStatusEvent\u003e, IDeepCloneable\u003cUnexpectedExitStatusEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class UnexpectedExitStatusEvent.\n\nAn event generated when the execution of a container results in a\nnon-zero exit status that was not otherwise ignored. Execution will\ncontinue, but only actions that are flagged as `ALWAYS_RUN` will be\nexecuted. Other actions will be skipped. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UnexpectedExitStatusEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UnexpectedExitStatusEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.UnexpectedExitStatusEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UnexpectedExitStatusEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.UnexpectedExitStatusEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UnexpectedExitStatusEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.UnexpectedExitStatusEvent), [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### UnexpectedExitStatusEvent()\n\n public UnexpectedExitStatusEvent()\n\n### UnexpectedExitStatusEvent(UnexpectedExitStatusEvent)\n\n public UnexpectedExitStatusEvent(UnexpectedExitStatusEvent other)\n\nProperties\n----------\n\n### ActionId\n\n public int ActionId { get; set; }\n\nThe numeric ID of the action that started the container.\n\n### ExitStatus\n\n public int ExitStatus { get; set; }\n\nThe exit status of the container."]]