package tezos-storage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Dump_interface = sig ... end
module type S = sig ... end
type Tezos_base__TzPervasives.error +=
  1. | System_write_error of string
type Tezos_base__TzPervasives.error +=
  1. | Bad_hash of string * Bytes.t * Bytes.t
type Tezos_base__TzPervasives.error +=
  1. | Context_not_found of Bytes.t
type Tezos_base__TzPervasives.error +=
  1. | System_read_error of string
type Tezos_base__TzPervasives.error +=
  1. | Inconsistent_snapshot_file
type Tezos_base__TzPervasives.error +=
  1. | Inconsistent_snapshot_data
type Tezos_base__TzPervasives.error +=
  1. | Missing_snapshot_data
type Tezos_base__TzPervasives.error +=
  1. | Invalid_snapshot_version of string * string list
type Tezos_base__TzPervasives.error +=
  1. | Restore_context_failure
module type Context_dump = sig ... end
OCaml

Innovation. Community. Security.