mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Merge branch 'main' into dk/1217-domain-expiration-epp
This commit is contained in:
commit
021f0454c6
23 changed files with 496 additions and 120 deletions
|
@ -642,7 +642,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
|
||||
# if unable to update domain raise error and stop
|
||||
if responseCode != ErrorCode.COMMAND_COMPLETED_SUCCESSFULLY:
|
||||
raise NameserverError(code=nsErrorCodes.UNABLE_TO_UPDATE_DOMAIN)
|
||||
raise NameserverError(code=nsErrorCodes.BAD_DATA)
|
||||
|
||||
successTotalNameservers = len(oldNameservers) - deleteCount + addToDomainCount
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue