From caa7c87da6069f46499c77f716d97d32f378c59e Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Wed, 16 Oct 2024 10:09:28 +0100 Subject: [PATCH] add EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001 to epp-24 --- ChangeLog.yaml | 4 ++++ inc/epp/cases.yaml | 1 + inc/epp/errors.yaml | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog.yaml b/ChangeLog.yaml index a6ae975..894993d 100644 --- a/ChangeLog.yaml +++ b/ChangeLog.yaml @@ -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. diff --git a/inc/epp/cases.yaml b/inc/epp/cases.yaml index ff71ae6..f1829db 100644 --- a/inc/epp/cases.yaml +++ b/inc/epp/cases.yaml @@ -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 diff --git a/inc/epp/errors.yaml b/inc/epp/errors.yaml index 82248ea..d2c62fc 100644 --- a/inc/epp/errors.yaml +++ b/inc/epp/errors.yaml @@ -1112,3 +1112,9 @@ EPP_DOMAIN_UPDATE_SERVER_ACCEPTS_INVALID_STATUS_CODE: Description: | The server incorrectly accepted a `` element in element with an invalid `s` attribute in a domain `` command. + +EPP_HOST_DELETE_RESPONSE_NOT_1000_OR_1001: + Severity: ERROR + Description: | + The server did not response to a host `` command with a `1xxx` + result code.