Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/names/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/names/__pycache__/error.cpython-37.pyc

B

:��]�
@s�dZddlmZmZddlmZGdd�de�ZGdd�de�ZGdd	�d	e�Z	Gd
d�de�Z
Gdd
�d
e�ZGdd�de�ZGdd�de�Z
Gdd�de�ZGdd�de�ZGdd�de�Zddd	dd
dddddg
ZdS)z0
Exception class definitions for Twisted Names.
�)�division�absolute_import)�TimeoutErrorc@seZdZdZdS)�DomainErrorzu
    Indicates a lookup failed because there were no records matching the given
    C{name, class, type} triple.
    N)�__name__�
__module__�__qualname__�__doc__�r
r
�F/opt/alt/python37/lib64/python3.7/site-packages/twisted/names/error.pyrsrc@seZdZdZdS)�AuthoritativeDomainErrorz�
    Indicates a lookup failed for a name for which this server is authoritative
    because there were no records matching the given C{name, class, type}
    triple.
    N)rrrr	r
r
r
rrsrc@seZdZdZdd�ZdS)�DNSQueryTimeoutErrorzk
    Indicates a lookup failed due to a timeout.

    @ivar id: The id of the message which timed out.
    cCst�|�||_dS)N)r�__init__�id)�selfrr
r
rr%s
zDNSQueryTimeoutError.__init__N)rrrr	rr
r
r
rr
sr
c@seZdZdZdS)�DNSFormatErrorzQ
    Indicates a query failed with a result of C{twisted.names.dns.EFORMAT}.
    N)rrrr	r
r
r
rr+src@seZdZdZdS)�DNSServerErrorzQ
    Indicates a query failed with a result of C{twisted.names.dns.ESERVER}.
    N)rrrr	r
r
r
rr2src@seZdZdZdS)�DNSNameErrorzO
    Indicates a query failed with a result of C{twisted.names.dns.ENAME}.
    N)rrrr	r
r
r
rr9src@seZdZdZdS)�DNSNotImplementedErrorzQ
    Indicates a query failed with a result of C{twisted.names.dns.ENOTIMP}.
    N)rrrr	r
r
r
rr@src@seZdZdZdS)�DNSQueryRefusedErrorzR
    Indicates a query failed with a result of C{twisted.names.dns.EREFUSED}.
    N)rrrr	r
r
r
rrGsrc@seZdZdZdS)�DNSUnknownErrorz:
    Indicates a query failed with an unknown result.
    N)rrrr	r
r
r
rrNsrc@seZdZdZdS)�
ResolverErrorz_
    Indicates a query failed because of a decision made by the local
    resolver object.
    N)rrrr	r
r
r
rrUsrN)r	�
__future__rrZtwisted.internet.deferr�
ValueErrorrrr
rrrrrr�	Exceptionr�__all__r
r
r
r�<module>s