certbot.errors module¶
Certbot client errors.
- exception certbot.errors.AccountStorageError[source]¶
Bases:
Error
Generic
AccountStorage
error.
- exception certbot.errors.AccountNotFound[source]¶
Bases:
AccountStorageError
Account not found error.
- exception certbot.errors.HookCommandNotFound[source]¶
Bases:
Error
Failed to find a hook command in the PATH.
- exception certbot.errors.SignalExit[source]¶
Bases:
Error
A Unix signal was received while in the ErrorHandler context manager.
- exception certbot.errors.OverlappingMatchFound[source]¶
Bases:
Error
Multiple lineages matched what should have been a unique result.
- exception certbot.errors.FailedChallenges(failed_achalls: Set[AnnotatedChallenge])[source]¶
Bases:
AuthorizationError
Failed challenges error.
- Variables:
failed_achalls (set) – Failed
AnnotatedChallenge
instances.
- exception certbot.errors.PluginEnhancementAlreadyPresent[source]¶
Bases:
Error
Enhancement was already set
- exception certbot.errors.PluginSelectionError[source]¶
Bases:
Error
A problem with plugin/configurator selection or setup
- exception certbot.errors.NoInstallationError[source]¶
Bases:
PluginError
Certbot No Installation error.
- exception certbot.errors.MisconfigurationError[source]¶
Bases:
PluginError
Certbot Misconfiguration error.
- exception certbot.errors.NotSupportedError[source]¶
Bases:
PluginError
Certbot Plugin function not supported error.
- exception certbot.errors.PluginStorageError[source]¶
Bases:
PluginError
Certbot Plugin Storage error.