| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.9/site-packages/certbot/__pycache__/ |
Upload File : |
a
�]e�
� @ s� d Z ddlmZ ddlmZ er,ddlmZ G dd� de�ZG dd� de�ZG d d
� d
e�Z G dd� de�Z
G d
d� de�ZG dd� de�ZG dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d!d"� d"e�ZG d#d$� d$e�ZG d%d&� d&e�ZG d'd(� d(e�ZG d)d*� d*e�ZG d+d,� d,e�ZG d-d.� d.e�ZG d/d0� d0e�Zd1S )2zCertbot client errors.� )�Set)�
TYPE_CHECKING)�AnnotatedChallengec @ s e Zd ZdZdS )�ErrorzGeneric Certbot client error.N��__name__�
__module__�__qualname__�__doc__� r r �2/usr/lib/python3.9/site-packages/certbot/errors.pyr s r c @ s e Zd ZdZdS )�AccountStorageErrorz Generic `.AccountStorage` error.Nr r r r r r
s r
c @ s e Zd ZdZdS )�AccountNotFoundzAccount not found error.Nr r r r r r s r c @ s e Zd ZdZdS )�
ReverterErrorzCertbot Reverter error.Nr r r r r r s r c @ s e Zd ZdZdS )�SubprocessErrorzSubprocess handling error.Nr r r r r r s r c @ s e Zd ZdZdS )�CertStorageErrorzGeneric `.CertStorage` error.Nr r r r r r s r c @ s e Zd ZdZdS )�HookCommandNotFoundz*Failed to find a hook command in the PATH.Nr r r r r r ! s r c @ s e Zd ZdZdS )�
SignalExitzEA Unix signal was received while in the ErrorHandler context manager.Nr r r r r r % s r c @ s e Zd ZdZdS )�OverlappingMatchFoundz@Multiple lineages matched what should have been a unique result.Nr r r r r r ( s r c @ s e Zd ZdZdS )� LockErrorzFile locking error.Nr r r r r r + s r c @ s e Zd ZdZdS )�AuthorizationErrorzAuthorization error.Nr r r r r r 0 s r c s: e Zd ZdZed dd�� fdd�Zed�dd �Z� ZS )
�FailedChallengeszeFailed challenges error.
:ivar set failed_achalls: Failed `.AnnotatedChallenge` instances.
r N)�failed_achalls�returnc s |sJ �|| _ t� �� d S )N)r �super�__init__)�selfr �� __class__r r r : s zFailedChallenges.__init__)r c C s d� d�dd� | jD ���S )Nz#Failed authorization procedure. {0}z, c s s, | ]$}|j d urd�|j|j|j �V qd S )Nz{0} ({1}): {2})�error�formatZdomain�typ)�.0Zachallr r r � <genexpr>A s �z+FailedChallenges.__str__.<locals>.<genexpr>)r �joinr )r r r r �__str__? s
��zFailedChallenges.__str__) r r r r
r r �strr% �
__classcell__r r r r r 4 s r c @ s e Zd ZdZdS )�PluginErrorzCertbot Plugin error.Nr r r r r r( G s r( c @ s e Zd ZdZdS )�PluginEnhancementAlreadyPresentz Enhancement was already set Nr r r r r r) K s r) c @ s e Zd ZdZdS )�PluginSelectionErrorz5A problem with plugin/configurator selection or setupNr r r r r r* O s r* c @ s e Zd ZdZdS )�NoInstallationErrorzCertbot No Installation error.Nr r r r r r+ S s r+ c @ s e Zd ZdZdS )�MisconfigurationErrorzCertbot Misconfiguration error.Nr r r r r r, W s r, c @ s e Zd ZdZdS )�NotSupportedErrorz,Certbot Plugin function not supported error.Nr r r r r r- [ s r- c @ s e Zd ZdZdS )�PluginStorageErrorzCertbot Plugin Storage error.Nr r r r r r. _ s r. c s* e Zd ZdZeedd�� fdd�Z� ZS )�StandaloneBindErrorzStandalone plugin bind error.N)�socket_error�portr c s$ t � �d�||�� || _|| _d S )Nz Problem binding to port {0}: {1})r r r r0 r1 )r r0 r1 r r r r f s
�zStandaloneBindError.__init__)r r r r
�OSError�intr r'