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

Fix missing import error messages #15560

Open
jgoizueta opened this issue Mar 19, 2020 · 0 comments
Open

Fix missing import error messages #15560

jgoizueta opened this issue Mar 19, 2020 · 0 comments

Comments

@jgoizueta
Copy link
Contributor

jgoizueta commented Mar 19, 2020

db-connector errors that occur during imports are mapped to a generic message (code 99999). Thus, users don't get any meaningful information about the reason for the failures.

We should include ConnectorErrors in the mapping (and force using those classes in the db connectors implementations). We should also consider a better mechanism that handles messages from exceptions of unspecified classes.

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