View Source GoogleApi.Run.V1.Model.TaskAttemptResult (google_api_run v0.30.0)

Result of a task attempt.

Attributes

  • exitCode (type: integer(), default: nil) - Optional. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.
  • status (type: GoogleApi.Run.V1.Model.GoogleRpcStatus.t, default: nil) - Optional. The status of this attempt. If the status code is OK, then the attempt succeeded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.TaskAttemptResult{
  exitCode: integer() | nil,
  status: GoogleApi.Run.V1.Model.GoogleRpcStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.