From 60451a3f6fdf79d028ca55ae65aecafb2ed9a0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Keskk=C3=BCla?= Date: Fri, 22 Aug 2014 11:57:13 +0300 Subject: [PATCH] Quick fix for Contact error code map --- app/models/contact.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/contact.rb b/app/models/contact.rb index d114f90a8..39d616512 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -98,6 +98,7 @@ class Contact < ActiveRecord::Base { '2302' => [[:code, :epp_id_taken]], '2303' => [:not_found, :epp_obj_does_not_exist], + '2305' => ['Object association prohibits operation' ], '2005' => ['Phone nr is invalid', 'Email is invalid'] } end