Enum DnsResponseCode
DNS response codes. See https://www.iana.org/assignments/dns-parameters/dns-parameters.xml#dns-parameters-6
Namespace: Ae.Dns.Protocol.Enums
Assembly: Ae.Dns.Protocol.dll
Syntax
public enum DnsResponseCode : byte
Fields
Name | Description |
---|---|
BADALG | Algorithm not supported |
BADCOOKIE | Bad/missing Server Cookie |
BADKEY | Key not recognized |
BADMODE | Bad TKEY Mode |
BADNAME | Duplicate key name |
BADTIME | Signature out of time window |
BADTRUNC | Bad Truncation |
BADVERS | BADVERS or TSIG Signature Failure |
DSOTYPENI | DSO-TYPE Not Implemented |
FormErr | Format Error |
NoError | No Error |
NotAuth | Server Not Authoritative for zone or Not Authorized |
NotImp | Not Implemented |
NotZone | Name not contained in zone |
NXDomain | Non-Existent Domain |
NXRRSet | RR Set that should exist does not |
Refused | Query Refused |
ServFail | Server Failure |
YXDomain | Name Exists when it should not |
YXRRSet | RR Set Exists when it should not |