class DnsResponseCode
Represents the possible response codes a server may send after receiving a query. A response code of 0 indicates no error.
fun code(): Int
Returns the error code for this io.vertx.core.dns.DnsResponseCode. |
|
fun toString(): String
Returns a formatted error message for this io.vertx.core.dns.DnsResponseCode. |
|
static fun valueOf(responseCode: Int): DnsResponseCode
Returns the io.vertx.core.dns.DnsResponseCode that corresponds with the given |