-
No error condition.
Declaration
Swift
static let noError: ReturnCode
-
Format error - he name server was unable to interpret the query.
Declaration
Swift
static let formatError: ReturnCode
-
Server failure - The name server was unable to process this query due to a problem with the name server.
Declaration
Swift
static let serverFailure: ReturnCode
-
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.
Declaration
Swift
static let nonExistentDomain: ReturnCode
-
Not Implemented - The name server does not support the requested kind of query.
Declaration
Swift
static let notImplemented: ReturnCode
-
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.
Declaration
Swift
static let queryRefused: ReturnCode
-
Some name that ought not to exist, does exist.
Declaration
Swift
static let nameExistsWhenItShouldNot: ReturnCode
-
Some RRset that ought not to exist, does exist.
Declaration
Swift
static let rrSetExistsWhenItShouldNot: ReturnCode
-
Some RRset that ought to exist, does not exist.
Declaration
Swift
static let rrSetThatShouldExistDoestNot: ReturnCode
-
The server is not authoritative for the zone named in the Zone Section.
Declaration
Swift
static let serverNotAuthoritativeForZone: ReturnCode
-
A name used in the Prerequisite or Update Section is not within the zone denoted by the Zone Section.
Declaration
Swift
static let nameNotContainedInZone: ReturnCode