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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","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,[]]