Module Mmdb.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