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"]],[["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\u003e\u003ccode\u003eUnexpectedExitStatusEvent\u003c/code\u003e is triggered when a container execution results in a non-zero exit status that is not ignored.\u003c/p\u003e\n"],["\u003cp\u003eFollowing an \u003ccode\u003eUnexpectedExitStatusEvent\u003c/code\u003e, only actions marked as \u003ccode\u003eALWAYS_RUN\u003c/code\u003e will continue to be executed, while others will be skipped.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two integer properties: \u003ccode\u003eActionId\u003c/code\u003e, which identifies the action that initiated the container, and \u003ccode\u003eExitStatus\u003c/code\u003e, which indicates the exit status of the container.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found within the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]