dnsError property
DNS lookup errors. Possible string values are:
- "DNS_ERROR_UNSPECIFIED" : Default value that should never be used.
- "ERROR_DNS" : DNS name was not found.
- "GOOGLE_CRAWLER_DNS_ISSUE" : An internal issue occurred when Google's crawler tried to resolve the DNS entry. This is a Google-internal issue and may not be the result of an issue with the landing page.
Implementation
core.String? dnsError;