1
0
mirror of https://github.com/google/nomulus synced 2026-01-11 00:10:36 +00:00

Split ResourceAlreadyExistsException based on if this client owns the resource

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=250728711
This commit is contained in:
gbrodman
2019-05-30 11:36:23 -07:00
committed by Ben McIlwain
parent ef9478b68c
commit d2f955a488
10 changed files with 143 additions and 28 deletions

View File

@@ -27,6 +27,7 @@ An EPP flow that creates a new contact.
* Internationalized postal infos can only contain ASCII characters.
* 2302
* Resource with this id already exists.
* Resource with this id already exists.
* 2306
* Declining contact disclosure is disallowed by server policy.
@@ -341,6 +342,7 @@ An EPP flow that creates a new domain resource.
* Registrar must be active in order to perform this operation.
* 2302
* Resource with this id already exists.
* Resource with this id already exists.
* 2303
* Resource linked to this domain does not exist.
* 2304
@@ -823,6 +825,7 @@ allows creating a host name, and if necessary enqueues tasks to update DNS.
* Host names must be puny-coded.
* 2302
* Resource with this id already exists.
* Resource with this id already exists.
* 2303
* Superordinate domain for this hostname does not exist.
* 2304