OwlCyberSecurity - MANAGER
Edit File: error.pyc
� `��ac @` s0 d Z d d l m Z m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d d d d d d d d d d g Z d S( s0 Exception class definitions for Twisted Names. i ( t divisiont absolute_import( t TimeoutErrort DomainErrorc B` s e Z d Z RS( su Indicates a lookup failed because there were no records matching the given C{name, class, type} triple. ( t __name__t __module__t __doc__( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR s t AuthoritativeDomainErrorc B` s e Z d Z RS( s� 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. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR s t DNSQueryTimeoutErrorc B` s e Z d Z d � Z RS( sk Indicates a lookup failed due to a timeout. @ivar id: The id of the message which timed out. c C` s t j | � | | _ d S( N( R t __init__t id( t selfR ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR % s ( R R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR s t DNSFormatErrorc B` s e Z d Z RS( sQ Indicates a query failed with a result of C{twisted.names.dns.EFORMAT}. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR + s t DNSServerErrorc B` s e Z d Z RS( sQ Indicates a query failed with a result of C{twisted.names.dns.ESERVER}. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR 2 s t DNSNameErrorc B` s e Z d Z RS( sO Indicates a query failed with a result of C{twisted.names.dns.ENAME}. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR 9 s t DNSNotImplementedErrorc B` s e Z d Z RS( sQ Indicates a query failed with a result of C{twisted.names.dns.ENOTIMP}. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR @ s t DNSQueryRefusedErrorc B` s e Z d Z RS( sR Indicates a query failed with a result of C{twisted.names.dns.EREFUSED}. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR G s t DNSUnknownErrorc B` s e Z d Z RS( s: Indicates a query failed with an unknown result. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR N s t ResolverErrorc B` s e Z d Z RS( s_ Indicates a query failed because of a decision made by the local resolver object. ( R R R ( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyR U s N( R t __future__R R t twisted.internet.deferR t ValueErrorR R R R R R R R R t ExceptionR t __all__( ( ( sV /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/names/error.pyt <module> s