google.rpc.status_pb2.Status
Output only. The status of this attempt.
If the status code is OK, then the attempt
succeeded.
exit_code
int
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.
At most one of exit_code or term_signal will be set.
term_signal
int
Output only. Termination signal of the container. This is
set to non-zero if the container is terminated by the
system.
At most one of exit_code or term_signal will be set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[],[]]