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.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class UnexpectedExitStatusEvent : IDirectResponseSchema
Properties
ActionId
The numeric ID of the action that started the container.
Declaration
[JsonProperty("actionId")]
public virtual int? ActionId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExitStatus
The exit status of the container.
Declaration
[JsonProperty("exitStatus")]
public virtual int? ExitStatus { get; set; }
Property Value
Type | Description |
---|---|
int? |