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