mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
111601356-error_text_modification
This commit is contained in:
parent
7a27756a36
commit
9e3bb02dd1
2 changed files with 5 additions and 3 deletions
|
@ -132,8 +132,8 @@ class Epp::Contact < Contact
|
|||
'2302' => [ # Object exists
|
||||
[:code, :epp_id_taken]
|
||||
],
|
||||
'2304' => [
|
||||
[:ident_type, :invalid, { value: { obj: 'ident_type', val: ident_type } }]
|
||||
'2304' => [ # Object status prohibits operation
|
||||
[:ident_type, :epp_ident_type_invalid, { value: { obj: 'code', val: code } }]
|
||||
],
|
||||
'2305' => [ # Association exists
|
||||
[:domains, :exist]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue