ReturnCode Enumeration

Result of a dns request

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public enum ReturnCode

Members

NoError0

No error

Defined in RFC 1035.

FormatError1

Format error

Defined in RFC 1035.

ServerFailure2

Server failure

Defined in RFC 1035.

NxDomain3

Non-existent domain

Defined in RFC 1035.

NotImplemented4

Not implemented

Defined in RFC 1035.

Refused5

Query refused

Defined in RFC 1035.

YXDomain6

Name exists when it should not

Defined in RFC 2136.

YXRRSet7

Record exists when it should not

Defined in RFC 2136.

NXRRSet8

Record that should exist does not

Defined in RFC 2136.

NotAuthoritive9

Server is not authoritative for zone

Defined in RFC 2136.

NotZone10

Name not contained in zone

Defined in RFC 2136.

BadVersion16

EDNS version is not supported by responder

Defined in RFC 2671 and RFC 6891.

BadSig16

TSIG signature failure

Defined in RFC 2845.

BadKey17

Key not recognized

Defined in RFC 2845.

BadTime18

Signature out of time window

Defined in RFC 2845.

BadMode19

Bad TKEY mode

Defined in RFC 2930.

BadName20

Duplicate key name

Defined in RFC 2930.

BadAlg21

Algorithm not supported

Defined in RFC 2930.

BadTrunc22

Bad truncation of TSIG record

Defined in RFC 4635.

BadCookie23

Bad/missing server cookie

Defined in draft-ietf-dnsop-cookies

See Also