Module Protocols.DNS
- Description
Support for the Domain Name System protocol.
- Constant
FORMERR
final
constantint
Protocols.DNS.FORMERR
- Description
The name server was unable to interpret the request due to a format error.
- Constant
NOTAUTH
final
constantint
Protocols.DNS.NOTAUTH
- Description
Server not authoritative for zone.
- Constant
NOTIMP
Constant NOTIMPL
final
constantint
Protocols.DNS.NOTIMP
final
constantint
Protocols.DNS.NOTIMPL
- Description
The name server does not support the specified Opcode.
- Constant
NXDOMAIN
final
constantint
Protocols.DNS.NXDOMAIN
- Description
Some name that ought to exist, does not exist.
- Constant
NXRRSET
final
constantint
Protocols.DNS.NXRRSET
- Description
Some RRset that ought to exist, does not exist.
- Constant
REFUSED
final
constantint
Protocols.DNS.REFUSED
- Description
The name server refuses to perform the specified operation for policy or security reasons.
- Constant
SERVFAIL
final
constantint
Protocols.DNS.SERVFAIL
- Description
The name server encountered an internal failure while processing this request, for example an operating system error or a forwarding timeout.
- Constant
YXDOMAIN
final
constantint
Protocols.DNS.YXDOMAIN
- Description
Name that should not exist, does exist.