You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not hide BulkTransferException messages when there were more than one exception
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.
Closesbazelbuild#14981.
PiperOrigin-RevId: 432921283
0 commit comments