-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rabbit_db_vhost: Bubble up database errors in delete/1
We need to bubble up the error through the caller `rabbit_vhost:delete/2`. The CLI calls `rabbit_vhost:delete/2` and already handles the `{error, timeout}` but the management UI needs an update so that an HTTP DELETE returns an error code when the deletion times out.
- Loading branch information
1 parent
2a86dde
commit 8399450
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters