Add current limits to the error message

This commit is contained in:
Alex Sherman 2021-12-05 14:06:13 +05:00 committed by olegphenomenon
parent 16d4e4b4e6
commit dbe1678430
6 changed files with 11 additions and 3 deletions

View file

@ -105,6 +105,9 @@ class Epp::Domain < Domain
max: Setting.ns_max_count
}
],
'2502' => [ # Rate limit exceeded
%i[base session_limit_exceeded],
],
]
}
end