package octez-protocol-018-Proxford-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type Tezos_base.TzPervasives.error +=
  1. | Node_connection_lost
type Tezos_base.TzPervasives.error +=
  1. | Cannot_load_local_file of string
type Tezos_base.TzPervasives.error +=
  1. | Broken_locked_values_invariant
val register_error_kind : Tezos_base.TzPervasives.Error_monad.error_category -> id:string -> title:string -> description:string -> pp:(Format.formatter -> 'a -> unit) -> 'a Data_encoding.t -> (Tezos_base.TzPervasives.Error_monad.error -> 'a option) -> ('a -> Tezos_base.TzPervasives.Error_monad.error) -> unit
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_not_found of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_invalid of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_wrong_content of string
type Tezos_base.TzPervasives.error +=
  1. | Block_vote_file_missing_liquidity_baking_toggle_vote of string
type Tezos_base.TzPervasives.error +=
  1. | Missing_vote_on_startup
type Tezos_base.TzPervasives.error +=
  1. | Failed_to_checkout_context
type Tezos_base.TzPervasives.error +=
  1. | Invalid_context
type Tezos_base.TzPervasives.error +=
  1. | Unexpected_empty_block_list of {
    1. chain : string;
    2. block_hash : Tezos_base.TzPervasives.Block_hash.t;
    3. length : int;
    }
OCaml

Innovation. Community. Security.