package tezos-context

  1. Overview
  2. Docs
type Tezos_base__TzPervasives.error +=
  1. | System_write_error of string
  2. | Bad_hash of string * Stdlib.Bytes.t * Stdlib.Bytes.t
  3. | Context_not_found of Stdlib.Bytes.t
  4. | System_read_error of string
  5. | Inconsistent_snapshot_file
  6. | Inconsistent_snapshot_data
  7. | Missing_snapshot_data
  8. | Invalid_snapshot_version of string * string list
  9. | Restore_context_failure
  10. | Inconsistent_imported_block_legacy of Tezos_crypto.Block_hash.t * Tezos_crypto.Block_hash.t
module type Dump_interface = sig ... end
module type S = sig ... end
module type Context_dump = sig ... end
module type Dump_interface_legacy = sig ... end
module type S_legacy = sig ... end
module type Context_dump_legacy = sig ... end
OCaml

Innovation. Community. Security.