View Source GoogleApi.LifeSciences.V2beta.Model.UnexpectedExitStatusEvent (google_api_life_sciences v0.13.1)

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.

Attributes

  • actionId (type: integer(), default: nil) - The numeric ID of the action that started the container.
  • exitStatus (type: integer(), default: nil) - The exit status of the container.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.LifeSciences.V2beta.Model.UnexpectedExitStatusEvent{
  actionId: integer() | nil,
  exitStatus: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.