ustore
ustore copied to clipboard
Feature: Exception handling
Describe what you are looking for
Add exception handling in the main interface functions of UStore.
Can you contribute to the implementation?
- [ ] I can contribute
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
No response
Is there an existing issue for this?
- [X] I have searched the existing issues
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Can you please clarify this?
To have exception handling in the main functions of the 'UStore' engines interfaces, such as ustore_database_control
, ustore_collection_create
, ustore_snapshot_drop
... These functions should handle exceptions that come from below. In the future, these points will also be used for the logging mechanism.