mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Add invalidEmail error type to acme
Related to: - #1923 - https://github.com/ietf-wg-acme/acme/pull/65
This commit is contained in:
@@ -25,6 +25,8 @@ class Error(jose.JSONObjectWithFields, errors.Error):
|
|||||||
('connection', 'The server could not connect to the client to '
|
('connection', 'The server could not connect to the client to '
|
||||||
'verify the domain'),
|
'verify the domain'),
|
||||||
('dnssec', 'The server could not validate a DNSSEC signed domain'),
|
('dnssec', 'The server could not validate a DNSSEC signed domain'),
|
||||||
|
('invalidEmail',
|
||||||
|
'The provided email for a registration was invalid'),
|
||||||
('malformed', 'The request message was malformed'),
|
('malformed', 'The request message was malformed'),
|
||||||
('rateLimited', 'There were too many requests of a given type'),
|
('rateLimited', 'There were too many requests of a given type'),
|
||||||
('serverInternal', 'The server experienced an internal error'),
|
('serverInternal', 'The server experienced an internal error'),
|
||||||
|
|||||||
Reference in New Issue
Block a user