Module Errors.Open_file_error

type t = [
| `File_open_error of string
| `Invalid_metadata of string
| `Unknown_database_format of string
| Common_error.t
]
val pp : Stdlib.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val of_error_code : int Mmdb_types__.G.const -> [> `Corrupt_search_tree of string | `File_open_error of string | `Invalid_data of string | `Invalid_metadata of string | `Io_error of string | `Out_of_memory of string | `Unknown_database_format of string ] option