mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Add more valid response codes to Lordn
3618 and 3619 were probably added after the fact, see https://tools.ietf.org/id/draft-lozano-tmch-func-spec-09.txt for the authoritative source. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197405129
This commit is contained in:
parent
0cb303ed7f
commit
3983f32795
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ public final class LordnLog implements Iterable<Entry<String, LordnLog.Result>>
|
||||||
.put(
|
.put(
|
||||||
3616, new Result(3616, "Registration Date of DN in claims before the end of Sunrise"))
|
3616, new Result(3616, "Registration Date of DN in claims before the end of Sunrise"))
|
||||||
.put(3617, new Result(3617, "Registrar has not been approved by the TMDB"))
|
.put(3617, new Result(3617, "Registrar has not been approved by the TMDB"))
|
||||||
|
.put(3618, new Result(3618, "Registration Date of DN outside of QLP period"))
|
||||||
|
.put(3619, new Result(3619, "TCN was not valid at the time of acknowledgement"))
|
||||||
.put(4501, new Result(4501, "Syntax Error in DN Line"))
|
.put(4501, new Result(4501, "Syntax Error in DN Line"))
|
||||||
.put(4601, new Result(4601, "Invalid TLD used"))
|
.put(4601, new Result(4601, "Invalid TLD used"))
|
||||||
.put(4602, new Result(4602, "Registrar ID Invalid"))
|
.put(4602, new Result(4602, "Registrar ID Invalid"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue