mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add rateLimited error type.
This commit is contained in:
parent
5ca70e19a7
commit
d5fd9986de
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class Error(jose.JSONObjectWithFields, Exception):
|
|||
'connection': 'The server could not connect to the client for DV',
|
||||
'dnssec': 'The server could not validate a DNSSEC signed domain',
|
||||
'malformed': 'The request message was malformed',
|
||||
'rateLimited': 'There were too many requests of a given type',
|
||||
'serverInternal': 'The server experienced an internal error',
|
||||
'tls': 'The server experienced a TLS error during DV',
|
||||
'unauthorized': 'The client lacks sufficient authorization',
|
||||
|
|
|
|||
Loading…
Reference in a new issue