@gibme/dns
    Preparing search index...

    Enumeration RCode

    Defines DNS packet response code

    Index

    Enumeration Members

    BadAlg: 21

    Algorithm not supported (RFC 2930)

    BadCookie: 23

    Bad/missing server cookie (RFC 7873)

    BadKey: 17

    Key not recognized (RFC 8945)

    BadMode: 19

    Bad TKEY mode (RFC 2930)

    BadName: 20

    Duplicate key name (RFC 2930)

    BadSigOrBadVers: 16

    TSIG signature failure or bad OPT version (RFC 8945/RFC 6891)

    BadTime: 18

    Signature out of time window (RFC 8945)

    BadTrunc: 22

    Bad truncation (RFC 8945)

    DSOType: 11

    DSO-TYPE not implemented (RFC 8490)

    FormErr: 1

    Format error: the server was unable to interpret the query (RFC 1035)

    NoError: 0

    No error condition (RFC 1035)

    NotAuth: 9

    Server not authoritative for zone, or not authorized (RFC 2136/RFC 8945)

    NotImp: 4

    Not implemented: the server does not support the requested operation (RFC 1035)

    NotZone: 10

    Name not contained in zone (RFC 2136)

    NXDomain: 3

    Non-existent domain: the queried name does not exist (RFC 1035)

    NXRRSet: 8

    RR set that should exist does not (RFC 2136)

    Refused: 5

    Query refused by policy (RFC 1035)

    ServFail: 2

    Server failure: the server encountered an internal error (RFC 1035)

    YXDomain: 6

    Name exists when it should not (RFC 2136)

    YXRRSet: 7

    RR set exists when it should not (RFC 2136)