mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Quick fix for Contact error code map
This commit is contained in:
parent
7a9af5a719
commit
60451a3f6f
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ class Contact < ActiveRecord::Base
|
||||||
{
|
{
|
||||||
'2302' => [[:code, :epp_id_taken]],
|
'2302' => [[:code, :epp_id_taken]],
|
||||||
'2303' => [:not_found, :epp_obj_does_not_exist],
|
'2303' => [:not_found, :epp_obj_does_not_exist],
|
||||||
|
'2305' => ['Object association prohibits operation' ],
|
||||||
'2005' => ['Phone nr is invalid', 'Email is invalid']
|
'2005' => ['Phone nr is invalid', 'Email is invalid']
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue