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
errors: clarify that Join doesn't extend already-joined errors
Updates the documentation for Join to explain that it does not append to an existing joinError (i.e. the result of calling Join), and if one of the errors is a joinError, it will be wrapped again. See #60209
It also adds a test to provide an example of said behavior, as well as formalizing it in the API's contract.
0 commit comments