Values associated with DNS errors found by the API and texts

Macros

#define GETDNS_BAD_DNS_CNAME_IN_TARGET   1100
 
#define GETDNS_BAD_DNS_CNAME_IN_TARGET_TEXT   "A DNS query type that does not allow a target to be a CNAME pointed to a CNAME"
 
#define GETDNS_BAD_DNS_ALL_NUMERIC_LABEL   1101
 
#define GETDNS_BAD_DNS_ALL_NUMERIC_LABEL_TEXT   "One or more labels in a returned domain name is all-numeric; this is not legal for a hostname"
 
#define GETDNS_BAD_DNS_CNAME_RETURNED_FOR_OTHER_TYPE   1102
 
#define GETDNS_BAD_DNS_CNAME_RETURNED_FOR_OTHER_TYPE_TEXT   "A DNS query for a type other than CNAME returned a CNAME response"
 

Detailed Description

Macro Definition Documentation

#define GETDNS_BAD_DNS_CNAME_IN_TARGET   1100

Definition at line 330 of file getdns.h.

#define GETDNS_BAD_DNS_CNAME_IN_TARGET_TEXT   "A DNS query type that does not allow a target to be a CNAME pointed to a CNAME"

Definition at line 331 of file getdns.h.

#define GETDNS_BAD_DNS_ALL_NUMERIC_LABEL   1101

Definition at line 332 of file getdns.h.

#define GETDNS_BAD_DNS_ALL_NUMERIC_LABEL_TEXT   "One or more labels in a returned domain name is all-numeric; this is not legal for a hostname"

Definition at line 333 of file getdns.h.

#define GETDNS_BAD_DNS_CNAME_RETURNED_FOR_OTHER_TYPE   1102

Definition at line 334 of file getdns.h.

#define GETDNS_BAD_DNS_CNAME_RETURNED_FOR_OTHER_TYPE_TEXT   "A DNS query for a type other than CNAME returned a CNAME response"

Definition at line 335 of file getdns.h.