-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Client exceptions refactoring #1661
Comments
I have strong temptation for dropping |
This was referenced Feb 20, 2017
Closed
we can kill |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New hierarchy of exceptions:
ClientError
ClientResponseError
- exceptions that could happen after we get response from serverWSServerHandshakeError
- web socket server response errorClientHttpProxyError
- proxy responseClientConnectionError
- exceptions related to low-level connection problemClientOSError
- subset of connection errors that are initiated by OSError exceptionClientConnectorError
- connector related exceptionsServerConnectionError
- server connection related errorsServerDisconnectedError
- server disconnectedServerTimeoutError
- server operation timeout, (read timeout, etc)ServerFingerprintMismatch
- server fingerprint mistmachThe text was updated successfully, but these errors were encountered: