Skip to content

Commit

Permalink
add EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001 to epp-24
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Oct 16, 2024
1 parent 349d13c commit caa7c87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
error codes as needed to [rde-08](#Test-Case-rde-08),
[rde-09](#Test-Case-rde-09) and
[rde-10](#Test-Case-rde-10).
- |
Added
[`EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001`](#Error-EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001)
to [epp-24](#Test-Case-epp-24).
2024-10-09:
- Miscellaneous minor fixes.
Expand Down
1 change: 1 addition & 0 deletions inc/epp/cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ epp-24:
- EPP_XML_PARSE_ERROR
- EPP_SCHEMA_VALIDATION_ERROR
- EPP_LOGIN_ERROR
- EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001
- EPP_HOST_DELETE_INFO_RESPONSE_OBJECT_STILL_EXISTS
- EPP_GENERIC_COMMAND_ERROR
- EPP_UNEXPECTED_COMMAND_FAILURE
6 changes: 6 additions & 0 deletions inc/epp/errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,3 +1112,9 @@ EPP_DOMAIN_UPDATE_SERVER_ACCEPTS_INVALID_STATUS_CODE:
Description: |
The server incorrectly accepted a `<status>` element in element with an
invalid `s` attribute in a domain `<update>` command.
EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001:
Severity: ERROR
Description: |
The server did not response to a host `<delete>` command with a `1xxx`
result code.

0 comments on commit caa7c87

Please sign in to comment.