exitCode property

int? exitCode
getter/setter pair

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;