package mmdb

  1. Overview
  2. Docs
type t = [
  1. | `File_open_error of string
  2. | `Invalid_metadata of string
  3. | `Unknown_database_format of string
  4. | Common_error.t
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit