Improve database errors #12
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Currently, the database functions don't differentiate between user-related related errors (that should return 40x) & other issues (50x). This should be improved to provide a better user experience in the long run.