Skip to content

Commit

Permalink
Document exit code 38 as a BES error
Browse files Browse the repository at this point in the history
Resolves #13969.

This way users can know they can ignore this error in scripts.

Closes #20756.

PiperOrigin-RevId: 596593376
Change-Id: Idf5f9ec3dc03f87cc431c299a0f920b1cc0d884e
  • Loading branch information
brentleyjones authored and copybara-github committed Jan 8, 2024
1 parent c48392c commit b76e687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/run/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Bazel execution can result in following exit codes:
- `35` - Reserved for Google-internal use.
- `36` - Local Environmental Issue, suspected permanent.
- `37` - Unhandled Exception / Internal Bazel Error.
- `38` - Reserved for Google-internal use.
- `38` - Transient error publishing results to the Build Event Service.
- `39` - Blobs required by Bazel are evicted from Remote Cache.
- `41-44` - Reserved for Google-internal use.
- `45` - Error publishing results to the Build Event Service.
- `45` - Persistent error publishing results to the Build Event Service.
- `47` - Reserved for Google-internal use.
- `49` - Reserved for Google-internal use.

Expand Down

0 comments on commit b76e687

Please sign in to comment.