RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Improved exception management #12

Open stanislav-bedunkevich opened 2 years ago

stanislav-bedunkevich commented 2 years ago

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 commented 1 year ago

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

This link is only accessible to employees of RelationalAI.