Commit 9a4e7ef 1 parent 48e8ff3 commit 9a4e7ef Copy full SHA for 9a4e7ef
File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
- |
3
3
Updated [epp-19](#Test-Case-epp-19) to avoid the use of the EPP message
4
4
queue.
5
+ - |
6
+ Added [`EPP_TRANSFER_NOT_PROCESSED`](#Error-EPP_TRANSFER_NOT_PROCESSED) to
7
+ [epp-19](#Test-Case-epp-19).
5
8
6
9
2024-12-04 :
7
10
- Updated the format for test TLDs for RSP evaluation.
Original file line number Diff line number Diff line change @@ -922,6 +922,7 @@ epp-19:
922
922
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_RGP_STATUS
923
923
- EPP_TRANSFER_INFO_RESPONSE_AUTHINFO_NOT_RESET
924
924
- EPP_GENERIC_COMMAND_ERROR
925
+ - EPP_TRANSFER_NOT_PROCESSED
925
926
926
927
epp-20 :
927
928
Summary : Domain <transfer> rejection test
Original file line number Diff line number Diff line change @@ -1104,3 +1104,9 @@ EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001:
1104
1104
Description : |
1105
1105
The server did not response to a host `<delete>` command with a `1xxx`
1106
1106
result code.
1107
+
1108
+ EPP_TRANSFER_NOT_PROCESSED :
1109
+ Severity : ERROR
1110
+ Description : |
1111
+ The server did not process an approved transfer request within the allotted
1112
+ time.
You can’t perform that action at this time.
0 commit comments