Module Errors.Fetch_ip_data_error
type t
=[
|
`Invalid_address_info
|
`Ipv6_lookup_in_ipv4_database 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 : ?address_error_code:int -> int Mmdb_types__.G.const -> [> `Corrupt_search_tree of string | `Invalid_address_info | `Invalid_data of string | `Io_error of string | `Ipv6_lookup_in_ipv4_database of string | `Out_of_memory of string ] option