public sealed class UnexpectedExitStatusEvent : IMessage<UnexpectedExitStatusEvent>, IEquatable<UnexpectedExitStatusEvent>, IDeepCloneable<UnexpectedExitStatusEvent>, IBufferMessage, IMessage
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-03-21 UTC."],[[["`UnexpectedExitStatusEvent` is triggered when a container execution results in a non-zero exit status that is not ignored."],["Following an `UnexpectedExitStatusEvent`, only actions marked as `ALWAYS_RUN` will continue to be executed, while others will be skipped."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two integer properties: `ActionId`, which identifies the action that initiated the container, and `ExitStatus`, which indicates the exit status of the container."],["The class is found within the `Google.Cloud.LifeSciences.V2Beta` namespace."]]],[]]