type Tezos_base.TzPervasives.error +=
  1. | Parse_error
type Tezos_base.TzPervasives.error +=
  1. | Too_many_operations
type Tezos_base.TzPervasives.error +=
  1. | Oversized_operation of {
    1. size : int;
    2. max : int;
    }
type Tezos_base.TzPervasives.error +=
  1. | Cannot_serialize_operation_metadata
type Tezos_base.TzPervasives.error +=
  1. | Bad_data_dir
type Tezos_base.TzPervasives.error +=
  1. | Missing_block_metadata_hash of Tezos_crypto.Block_hash.t
type Tezos_base.TzPervasives.error +=
  1. | Missing_operation_metadata_hashes of Tezos_crypto.Block_hash.t
type protocol_error =
  1. | Compilation_failed
  2. | Dynlinking_failed
type Tezos_base.TzPervasives.error +=
  1. | Invalid_protocol of {
    1. hash : Tezos_crypto.Protocol_hash.t;
    2. error : protocol_error;
    }
type Tezos_base.TzPervasives.error +=
  1. | Unknown_ancestor
  2. | Known_invalid