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