mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 13:06:30 +02:00
more consolidation of error messages and their text
This commit is contained in:
parent
d532449b3d
commit
182d1a61c0
5 changed files with 101 additions and 21 deletions
|
@ -1,8 +1,5 @@
|
|||
from enum import IntEnum
|
||||
|
||||
CANNOT_CONTACT_REGISTRY = "Update failed. Cannot contact the registry."
|
||||
GENERIC_ERROR = "Value entered was wrong."
|
||||
|
||||
|
||||
class ErrorCode(IntEnum):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue