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

Track more detail about KeeServerUnreachableExceptions #7

Open
luckyrat opened this issue May 4, 2022 · 0 comments
Open

Track more detail about KeeServerUnreachableExceptions #7

luckyrat opened this issue May 4, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@luckyrat
Copy link
Member

luckyrat commented May 4, 2022

e.g. if (e.error is SocketException && e.error.osError is OSError && e.error.osError.errorCode == 7) might let us ultimately inform the user about the specifics of why we couldn't connect to the Kee servers and thus narrow down the list of potential solutions.

Since 99.9% of issues are going to be resolved by just trying again later, this is not a high priority task but anyone that wants to take a look can start with where this exception is thrown and caught. E.g. in the DioHelperHandleException

@luckyrat luckyrat added enhancement New feature or request help wanted Extra attention is needed labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant