mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Merge pull request #974 from letsencrypt/ratelimited
Add rateLimited error type.
This commit is contained in:
@@ -24,6 +24,7 @@ class Error(jose.JSONObjectWithFields, Exception):
|
|||||||
'connection': 'The server could not connect to the client for DV',
|
'connection': 'The server could not connect to the client for DV',
|
||||||
'dnssec': 'The server could not validate a DNSSEC signed domain',
|
'dnssec': 'The server could not validate a DNSSEC signed domain',
|
||||||
'malformed': 'The request message was malformed',
|
'malformed': 'The request message was malformed',
|
||||||
|
'rateLimited': 'There were too many requests of a given type',
|
||||||
'serverInternal': 'The server experienced an internal error',
|
'serverInternal': 'The server experienced an internal error',
|
||||||
'tls': 'The server experienced a TLS error during DV',
|
'tls': 'The server experienced a TLS error during DV',
|
||||||
'unauthorized': 'The client lacks sufficient authorization',
|
'unauthorized': 'The client lacks sufficient authorization',
|
||||||
|
|||||||
Reference in New Issue
Block a user