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

Improved exception management #12

Open
stanislav-bedunkevich opened this issue Aug 2, 2022 · 1 comment
Open

Improved exception management #12

stanislav-bedunkevich opened this issue Aug 2, 2022 · 1 comment

Comments

@stanislav-bedunkevich
Copy link
Contributor

stanislav-bedunkevich commented Aug 2, 2022

Revise the exception hierarchy and ensure the information passed within the exception is elaborate enough for the user to act based on the exception type.

This includes handling of exception swallowing in the tests:
try { client.DeleteDatabaseAsync(Dbname).Wait(); } catch {}
where we'd like to log the exception if it actually occurs.

@billscheidel-rai
Copy link

Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-6209.

This link is only accessible to employees of RelationalAI.

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

No branches or pull requests

4 participants