exec_result
Report an issueopen_in_new
View sourceopen_in_new
Nightly
8.1
·
8.0
·
7.5
·
7.4
·
7.3
·
7.2
A structure storing result of repository_ctx.execute() method. It contains the standard output stream content, the standard error stream content and the execution return code.
Members
return_code
int exec_result.return_code
The return code returned after the execution of the program. 256 if the process was terminated by a time out; values larger than 128 indicate termination by a signal.
stderr
string exec_result.stderr
The content of the standard error output returned by the execution.
stdout
string exec_result.stdout
The content of the standard output returned by the execution.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-13 UTC.
[null,null,["Last updated 2025-02-13 UTC."],[],[]]