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-05-02 UTC."],[[["The `UnexpectedExitStatusEvent` 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 `ALWAYS_RUN` actions to continue."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class provides two constructors, a default constructor and one that accepts another `UnexpectedExitStatusEvent` instance for copying."],["`UnexpectedExitStatusEvent` has two key properties: `ActionId`, which is an integer representing the numeric ID of the action that started the container, and `ExitStatus`, also an integer, representing the container's exit status."],["The 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."]]],[]]