Skip to content

Commit

Permalink
Merge pull request #971 from qinwang-murphy/wangqin_exception_20221230
Browse files Browse the repository at this point in the history
Add an exception of storage users has reached the upper limit
  • Loading branch information
joseph-v authored Dec 28, 2022
2 parents de517c9 + 1893050 commit 2538007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions delfin/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,8 @@ class ComponentNotFound(NotFound):
class IncompleteTrapInformation(DelfinException):
msg_fmt = _("Incomplete trap information."
"Storage {0} alert information needs to be synchronized.")


class StorageMaxUserCountException(DelfinException):
msg_fmt = _(
"Exception from storage of users has reached the upper limit: {0}.")

0 comments on commit 2538007

Please sign in to comment.