mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add current limits to the error message
This commit is contained in:
parent
16d4e4b4e6
commit
dbe1678430
6 changed files with 11 additions and 3 deletions
|
@ -105,6 +105,9 @@ class Epp::Domain < Domain
|
|||
max: Setting.ns_max_count
|
||||
}
|
||||
],
|
||||
'2502' => [ # Rate limit exceeded
|
||||
%i[base session_limit_exceeded],
|
||||
],
|
||||
]
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue