dnsErrorType property

String? dnsErrorType
getter/setter pair

The type of DNS error. Possible string values are:

"AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DNS_ERROR_TYPE_UNKNOWN" : Not specified or unknown.

  • "HOSTNAME_NOT_FOUND" : Host name not found in DNS when fetching landing page.
  • "GOOGLE_CRAWLER_DNS_ISSUE" : Google could not crawl the landing page when communicating with DNS.

Implementation

core.String? dnsErrorType;