View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2TaskAttemptResult (quiqup_google_api_run v0.28.0)
Result of a task attempt.
attributes
Attributes
-
exitCode(type:integer(), default:nil) - Output only. 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.V2.Model.GoogleRpcStatus.t, default:nil) - Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2TaskAttemptResult{ exitCode: integer() | nil, status: GoogleApi.Run.V2.Model.GoogleRpcStatus.t() | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.