Module Errors.Fetch_value_error

type t = [
| `Invalid_lookup_path of string
| `Invalid_node_number of string
| `Unsupported_data_type of string
| `Unexpected_data_type 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 | `Invalid_data of string | `Invalid_lookup_path of string | `Invalid_node_number of string | `Io_error of string | `Out_of_memory of string ] option
val is_ignorable_error_code : int Mmdb_types__.G.const -> bool