Represents the response code in the Dns message header.
public enum DnsResponseCode
Public Enum DnsResponseCode
public enum class DnsResponseCode
Name | Description |
---|
Ready | Ready - no errors. RFC1035. |
FormatError | Format error. RFC1035. |
ServerFailure | Server failure. RFC1035. |
NameError | Domain name error. Non-Existent Domain. RFC1035. |
NotImplemented | Not implemented. RFC1035. |
Refused | Server refused the request. Query Refused. RFC1035. |
UnexpectedName | Name should not exist. Name Exists when it should not. RFC2136. |
UnexpectedRecordSet | Record set Exists when it should not. |
RecordSetNotFound | Record set should exist. |
ServerNotAuthoritativeForZone | Server Not Authoritative for zone |
NameNotContainedInZone | Name not contained in zone. |
BadSignature | TSIG Signature Failure. |
BadKey | Key not recognized. |
BadTimestamp | Signature out of time window. |
BadMode | Bad TKEY mode. |
BadName | Duplicate key name. |
BadAlg | Algorithm not supported. |
BadTruncation | Bad truncation. |
Top