Domain Detective

API Reference

Struct

ExtendedDnsError

Namespace DnsClientX
Assembly DnsClientX
Base ValueType
Modifiers sealed

Extended DNS error information provided by the DNS server. Googles documentation: https://developers.google.com/speed/public-dns/docs/dns-over-https#extended_dns_errors

Inheritance

  • ValueType
  • ExtendedDnsError

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public Int32 InfoCode { get; set; } #
JsonPropertyName("info_code")

The extended DNS error information code.

public String ExtraText { get; set; } #
JsonPropertyName("extra_text")

Additional text providing more details about the error.

{{ include "footer" }}