• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Enum DnsHeaderResponseCode

    4 bit response codes of the IDnsQueryResponse's header.

    Namespace: DnsClient
    Assembly: DnsClient.dll
    Syntax
    public enum DnsHeaderResponseCode : short

    Fields

    Name Description
    ExistingDomain

    Name Exists when it should not.

    See Also
    RFC 2136
    ExistingResourceRecordSet

    Resource record set exists when it should not.

    See Also
    RFC 2136
    FormatError

    Format error. The name server was unable to interpret the query.

    See Also
    RFC 1035
    MissingResourceRecordSet

    Resource record set that should exist but does not.

    See Also
    RFC 2136
    NoError

    No error condition

    See Also
    RFC 1035
    NotAuthorized

    Server Not Authoritative for zone / Not Authorized.

    See Also
    RFC 2136
    RFC 2845
    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
    RFC 1035
    NotImplemented

    Not Implemented. The name server does not support the requested kind of query.

    See Also
    RFC 1035
    NotZone

    Name not contained in zone.

    See Also
    RFC 2136
    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
    RFC 1035
    ServerFailure

    Server failure. The name server was unable to process this query due to a problem with the name server.

    See Also
    RFC 1035
    Unassinged11

    Unassigned value

    Unassinged12

    Unassigned value

    Unassinged13

    Unassigned value

    Unassinged14

    Unassigned value

    Unassinged15

    Unassigned value

    See Also

    RFC 6895
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net