type t =
compare a b
compares the response code a
with b
using the RFC-specified integer representation of response codes.
val to_string : t -> string
to_string t
is a string representation of t
.
Dns.Rcode
Response code
Each DNS reply includes a 4bit response code which signals the status of the request.
type t =
compare a b
compares the response code a
with b
using the RFC-specified integer representation of response codes.
val to_string : t -> string
to_string t
is a string representation of t
.