exitCode property
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.
Optional.
Implementation
core.int? exitCode;
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.
Optional.
core.int? exitCode;