Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not hide BulkTransferException messages when there were more than …
…one exception (#14986) Previously, when there were more than one BulkTransferException, it would be reported like this: ``` Executing genrule //:foo failed: Exec failed due to IOException: 221 errors during bulk transfer ``` which didn't include the underlying exception messages. The only case that underlying exceptions were included was when there was only one exception. This change patches the error message to include all the exception messages, which helps diagnose BulkTransferException. Closes #14981. PiperOrigin-RevId: 432921283 (cherry picked from commit 113eaca) Co-authored-by: Thi Doan <t@thi.im>
- Loading branch information