certbot.errors module¶
Certbot client errors.
- exception certbot.errors.AccountStorageError[source]¶
 Bases:
ErrorGeneric
AccountStorageerror.
- exception certbot.errors.AccountNotFound[source]¶
 Bases:
AccountStorageErrorAccount not found error.
- exception certbot.errors.HookCommandNotFound[source]¶
 Bases:
ErrorFailed to find a hook command in the PATH.
- exception certbot.errors.SignalExit[source]¶
 Bases:
ErrorA Unix signal was received while in the ErrorHandler context manager.
- exception certbot.errors.OverlappingMatchFound[source]¶
 Bases:
ErrorMultiple lineages matched what should have been a unique result.
- exception certbot.errors.FailedChallenges(failed_achalls: Set[AnnotatedChallenge])[source]¶
 Bases:
AuthorizationErrorFailed challenges error.
- Variables:
 failed_achalls (set) – Failed
AnnotatedChallengeinstances.
- exception certbot.errors.PluginEnhancementAlreadyPresent[source]¶
 Bases:
ErrorEnhancement was already set
- exception certbot.errors.PluginSelectionError[source]¶
 Bases:
ErrorA problem with plugin/configurator selection or setup
- exception certbot.errors.NoInstallationError[source]¶
 Bases:
PluginErrorCertbot No Installation error.
- exception certbot.errors.MisconfigurationError[source]¶
 Bases:
PluginErrorCertbot Misconfiguration error.
- exception certbot.errors.NotSupportedError[source]¶
 Bases:
PluginErrorCertbot Plugin function not supported error.
- exception certbot.errors.PluginStorageError[source]¶
 Bases:
PluginErrorCertbot Plugin Storage error.