package mmdb

  1. Overview
  2. Docs

Module Mmdb.Fetch_value_errorSource

Sourcetype t = [
  1. | `Invalid_lookup_path of string
  2. | `Invalid_node_number of string
  3. | `Unsupported_data_type of string
  4. | `Unexpected_data_type of string
  5. | Common_error.t
]