TestimoX

API Reference

Enum

DnsResponseCode

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

DNS Response Codes (RCODE) as defined in RFC 2136 and others.

Inheritance

  • Enum
  • DnsResponseCode

Values

public const DnsResponseCode NOERROR #

No error; successful update.

Value: 0
public const DnsResponseCode FORMERR #

Format error; DNS server did not understand the update request.

Value: 1
public const DnsResponseCode SERVFAIL #

DNS server encountered an internal error, such as a forwarding timeout.

Value: 2
public const DnsResponseCode NXDOMAIN #

A name that should exist does not exist.

Value: 3
public const DnsResponseCode NOTIMP #

DNS server does not support the specified Operation code.

Value: 4
public const DnsResponseCode REFUSED #

DNS server refuses to perform the update.

Value: 5
public const DnsResponseCode YXDOMAIN #

A name that should not exist does exist.

Value: 6
public const DnsResponseCode YXRRSET #

A resource record set that should not exist does exist.

Value: 7
public const DnsResponseCode NXRRSET #

A resource record set that should exist does not exist.

Value: 8
public const DnsResponseCode NOTAUTH #

DNS server is not authoritative for the zone named in the Zone section.

Value: 9
public const DnsResponseCode NOTZONE #

A name used in the Prerequisite or Update sections is not within the zone specified by the Zone section.

Value: 10