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
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.
The text was updated successfully, but these errors were encountered:
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
ConnectorError
s 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.The text was updated successfully, but these errors were encountered: