Show / Hide Table of Contents

Enum MessageStatus

Response codes.

Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public enum MessageStatus : byte

Fields

Name Description
BADALG

Algorithm not supported (TKEY).

BadKey

Invalid key (TSIG).

BADMODE

Bad TKEY mode (TKEY).

BADNAME

Duplicate key name (TKEY).

BadSignature

Invalid signature (TSIG).

BadTime

Invalid date/time (TSIG).

BadVersion

Invalid version.

FormatError

The name server was unable to interpret the query.

NameError

Meaningful only for responses from an authoritative name server, this code signifies that the domain name referenced in the query does not exist.

NoError

No error condition

NotAuthoritative

The server is not authoritative for the zone named in the Zone Section.

NotImplemented

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

NotZone

A name used in the Prerequisite or Update Section is not within the zone denoted by the Zone Section.

NXRRSet

Some RRset that ought not to exist, does exist.

Refused

The name server refuses to perform the specified operation for policy reasons.

ServerFailure

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

YXDomain

Some name that ought not to exist, does exist.

YXRRSet

Some RRset that ought not to exist, does exist.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX