package mmdb

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