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 -> stringto_string t is a string representation of t.
Dns.RcodeResponse 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 -> stringto_string t is a string representation of t.