DNS_ERR_NODATA

There were no answers and no error condition in the DNS packet. * This can happen when you ask for an address that exists, but a record * type that doesn't.

extern (C) nothrow
enum DNS_ERR_NODATA = 70;

Meta