Part of twisted.names View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 12 | Class | DomainError | Indicates a lookup failed because there were no records matching the given |
| 20 | Class | AuthoritativeDomainError | Indicates a lookup failed for a name for which this server is authoritative |
| 29 | Class | DNSQueryTimeoutError | Indicates a lookup failed due to a timeout. |
| 41 | Class | DNSFormatError | Indicates a query failed with a result of
twisted.names.dns.EFORMAT.
|
| 48 | Class | DNSServerError | Indicates a query failed with a result of
twisted.names.dns.ESERVER.
|
| 55 | Class | DNSNameError | Indicates a query failed with a result of
twisted.names.dns.ENAME.
|
| 62 | Class | DNSNotImplementedError | Indicates a query failed with a result of
twisted.names.dns.ENOTIMP.
|
| 69 | Class | DNSQueryRefusedError | Indicates a query failed with a result of
twisted.names.dns.EREFUSED.
|
| 76 | Class | DNSUnknownError | Indicates a query failed with an unknown result. |