You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently just unwrapping on SSL related errors and crossing our fingers. Would be good to create a custom error type for the crate which could be obtained from either the SSL error or from the various IO errors which are possible.
This would allow removing Box<dyn std::error::Error> from APIs which would be nice for users.
The text was updated successfully, but these errors were encountered:
Currently just unwrapping on SSL related errors and crossing our fingers. Would be good to create a custom error type for the crate which could be obtained from either the SSL error or from the various IO errors which are possible.
This would allow removing
Box<dyn std::error::Error>
from APIs which would be nice for users.The text was updated successfully, but these errors were encountered: