Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This improves how error messages are surfaced through `ConnectError`. Before: ``` (lldb) po response.error?.localizedDescription ▿ Optional<String> - some : "The operation couldn’t be completed. (Connect.ConnectError error 1.)" ``` After: ``` (lldb) po response.error?.localizedDescription ▿ Optional<String> - some : "The Internet connection appears to be offline." ``` Signed-off-by: Michael Rebello <[email protected]>
- Loading branch information