exitCode property

ToolExitCode? exitCode
getter/setter pair

Tool execution exit code.

This field will be set once the tool has exited. - In response: present if set by create/update request - In create request: optional - In update request: optional, a FAILED_PRECONDITION error will be returned if an exit_code is already set.

Implementation

ToolExitCode? exitCode;