package mmdb

  1. Overview
  2. Docs
type t = [
  1. | `Invalid_address_info
  2. | `Invalid_lookup_path of string
  3. | `Lookup_path_does_not_match_data of string
  4. | `Invalid_node_number of string
  5. | `Ipv6_lookup_in_ipv4_database of string
  6. | Common_error.t
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
OCaml

Innovation. Community. Security.