Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRunV2TaskAttemptResult

import type { GoogleCloudRunV2TaskAttemptResult } from "https://googleapis.deno.dev/v1/run:v2.ts";

Result of a task attempt.

interface GoogleCloudRunV2TaskAttemptResult {
readonly exitCode?: number;
readonly status?: GoogleRpcStatus;
}

§Properties

§
readonly exitCode?: number
[src]

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.

§
readonly status?: GoogleRpcStatus
[src]

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.