package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Io : sig ... end
val pp_error : Stdlib.Format.formatter -> [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Inconsistent_store | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ] -> unit
val raise_error : [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Inconsistent_store | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ] -> 'a
val raise_if_error : ('a, [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Inconsistent_store | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ]) Stdlib.result -> 'a