certbot.errors
¶
Certbot client errors.
-
exception
certbot.errors.
Error
[source]¶ Bases:
exceptions.Exception
Generic Certbot client error.
-
exception
certbot.errors.
AccountStorageError
[source]¶ Bases:
certbot.errors.Error
Generic
AccountStorage
error.
-
exception
certbot.errors.
AccountNotFound
[source]¶ Bases:
certbot.errors.AccountStorageError
Account not found error.
-
exception
certbot.errors.
ReverterError
[source]¶ Bases:
certbot.errors.Error
Certbot Reverter error.
-
exception
certbot.errors.
SubprocessError
[source]¶ Bases:
certbot.errors.Error
Subprocess handling error.
-
exception
certbot.errors.
CertStorageError
[source]¶ Bases:
certbot.errors.Error
Generic
CertStorage
error.
-
exception
certbot.errors.
HookCommandNotFound
[source]¶ Bases:
certbot.errors.Error
Failed to find a hook command in the PATH.
-
exception
certbot.errors.
SignalExit
[source]¶ Bases:
certbot.errors.Error
A Unix signal was received while in the ErrorHandler context manager.
-
exception
certbot.errors.
LockError
[source]¶ Bases:
certbot.errors.Error
File locking error.
-
exception
certbot.errors.
AuthorizationError
[source]¶ Bases:
certbot.errors.Error
Authorization error.
-
exception
certbot.errors.
FailedChallenges
(failed_achalls)[source]¶ Bases:
certbot.errors.AuthorizationError
Failed challenges error.
Variables: failed_achalls (set) – Failed AnnotatedChallenge
instances.
-
exception
certbot.errors.
PluginError
[source]¶ Bases:
certbot.errors.Error
Certbot Plugin error.
-
exception
certbot.errors.
PluginEnhancementAlreadyPresent
[source]¶ Bases:
certbot.errors.Error
Enhancement was already set
-
exception
certbot.errors.
PluginSelectionError
[source]¶ Bases:
certbot.errors.Error
A problem with plugin/configurator selection or setup
-
exception
certbot.errors.
NoInstallationError
[source]¶ Bases:
certbot.errors.PluginError
Certbot No Installation error.
-
exception
certbot.errors.
MisconfigurationError
[source]¶ Bases:
certbot.errors.PluginError
Certbot Misconfiguration error.
-
exception
certbot.errors.
NotSupportedError
[source]¶ Bases:
certbot.errors.PluginError
Certbot Plugin function not supported error.
-
exception
certbot.errors.
StandaloneBindError
(socket_error, port)[source]¶ Bases:
certbot.errors.Error
Standalone plugin bind error.
-
exception
certbot.errors.
ConfigurationError
[source]¶ Bases:
certbot.errors.Error
Configuration sanity error.
-
exception
certbot.errors.
MissingCommandlineFlag
[source]¶ Bases:
certbot.errors.Error
A command line argument was missing in noninteractive usage