Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core::ClientError: improve Display impl #1280

Closed
niklasad1 opened this issue Jan 24, 2024 · 0 comments · Fixed by #1283
Closed

core::ClientError: improve Display impl #1280

niklasad1 opened this issue Jan 24, 2024 · 0 comments · Fixed by #1283

Comments

@niklasad1
Copy link
Member

The display implementations of ClientError should be improved for instance an I/O error when the background task got closed generates the following:

The background task been terminated because: Networking or low-level protocol error: WebSocket connection erro
r: i/o error: Transport endpoint is not connected (os error 107); restart required

Lots are redundant information and the I/O part should be sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant