mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +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
|
@ -62,7 +62,7 @@ module Epp
|
|||
2308 => 'Data management policy violation',
|
||||
2400 => 'Command failed',
|
||||
2501 => 'Authentication error; server closing connection',
|
||||
2502 => 'Session limit exceeded; server closing connection',
|
||||
2502 => Shunter.default_error_message,
|
||||
}.freeze
|
||||
private_constant :DEFAULT_DESCRIPTIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue