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
]
OCaml

Innovation. Community. Security.