We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At https://github.com/twingly/ecco/blob/v0.5.0/lib/ecco/client.rb#L49 we rescue IOException, and always return Ecco::Error::ConnectionError, but we could improve that and return different errors for different situations.
IOException
Ecco::Error::ConnectionError
mysql-binlog-connector-java has AuthenticationException that inherits from ServerException that inherits IOException.
At https://github.com/twingly/ecco/blob/v0.5.0/spec/integration/client_spec.rb#L273 we could expect the authentication error I think.
The text was updated successfully, but these errors were encountered:
Examples:
Sorry, something went wrong.
No branches or pull requests
At https://github.com/twingly/ecco/blob/v0.5.0/lib/ecco/client.rb#L49 we rescue
IOException
, and always returnEcco::Error::ConnectionError
, but we could improve that and return different errors for different situations.mysql-binlog-connector-java has AuthenticationException that inherits from ServerException that inherits IOException.
At https://github.com/twingly/ecco/blob/v0.5.0/spec/integration/client_spec.rb#L273 we could expect the authentication error I think.
The text was updated successfully, but these errors were encountered: