You'll notice
Useful3 Signal1
Connection failures now show the real underlying error text.
What's wrong with this entry?
Anonymous. No account, no email.
What
Generic connection failures now surface the text of the real underlying error instead of a bare, uninformative message.
Details
- New helpers walk up to five levels of nested error causes to find the first informative message.
- Errno-shaped codes are recognised: anything matching
Efollowed by capitals or digits, plusUNKNOWNand text starting with "Unknown system error".
Evidence
Unknown system error
Strings lifted out of the shipped bundle, so the claim above can be checked against them.