Coverage for certbot/errors.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Certbot client errors."""
"""Generic Certbot client error."""
"""Generic `.AccountStorage` error."""
"""Account not found error."""
"""Certbot Reverter error."""
"""Subprocess handling error."""
"""Generic `.CertStorage` error."""
"""Failed to find a hook command in the PATH."""
"""A Unix signal was received while in the ErrorHandler context manager."""
"""Multiple lineages matched what should have been a unique result."""
"""File locking error."""
# Auth Handler Errors """Authorization error."""
"""Failed challenges error.
:ivar set failed_achalls: Failed `.AnnotatedChallenge` instances.
"""
", ".join( "{0} ({1}): {2}".format(achall.domain, achall.typ, achall.error) for achall in self.failed_achalls if achall.error is not None))
# Plugin Errors """Certbot Plugin error."""
""" Enhancement was already set """
"""A problem with plugin/configurator selection or setup"""
"""Certbot No Installation error."""
"""Certbot Misconfiguration error."""
"""Certbot Plugin function not supported error."""
"""Certbot Plugin Storage error."""
"""Standalone plugin bind error."""
"Problem binding to port {0}: {1}".format(port, socket_error))
"""Configuration sanity error."""
# NoninteractiveDisplay iDisplay plugin error:
"""A command line argument was missing in noninteractive usage""" |