Enum DnsResponseCode
Extended response codes of the IDnsQueryResponse with OPT.
Namespace: DnsClient
Assembly: DnsClient.dll
Syntax
public enum DnsResponseCode
Fields
| Name | Description |
|---|---|
| BadAlgorithm | Algorithm not supported. See Also |
| BadCookie | Bad/missing Server Cookie See Also |
| BadKey | Key not recognized. See Also |
| BadMode | Bad TKEY Mode. See Also |
| BadName | Duplicate key name. See Also |
| BadTime | Signature out of time window. See Also |
| BadTruncation | Bad Truncation. See Also |
| BadVersionOrBadSignature | Bad OPT Version or TSIG Signature Failure. See Also |
| ConnectionTimeout | Indicates a timeout error. Connection to the remote server couldn't be established. |
| ExistingDomain | Name Exists when it should not. See Also |
| ExistingResourceRecordSet | Resource record set exists when it should not. See Also |
| FormatError | Format error. The name server was unable to interpret the query. See Also |
| MissingResourceRecordSet | Resource record set that should exist but does not. See Also |
| NoError | No error condition See Also |
| NotAuthorized | Server Not Authoritative for zone / Not Authorized. See Also |
| NotExistentDomain | Name Error. Meaningful only for responses from an authoritative name server, this code signifies that the domain name referenced in the query does not exist. See Also |
| NotImplemented | Not Implemented. The name server does not support the requested kind of query. See Also |
| NotZone | Name not contained in zone. See Also |
| Refused | Refused. The name server refuses to perform the specified operation for policy reasons. For example, a name server may not wish to provide the information to the particular requester, or a name server may not wish to perform a particular operation (e.g., zone transfer) for particular data. See Also |
| ServerFailure | Server failure. The name server was unable to process this query due to a problem with the name server. See Also |
| Unassigned | Unknown error. |
| Unassinged11 | Unassigned value |
| Unassinged12 | Unassigned value |
| Unassinged13 | Unassigned value |
| Unassinged14 | Unassigned value |
| Unassinged15 | Unassigned value |