package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Errors that may arise while validating a manager operation.

type Tezos_protocol_environment_alpha.Error_monad.error +=
  1. | Manager_restriction of {
    1. source : Tezos_protocol_environment_alpha.Signature.Public_key_hash.t;
    2. conflict : operation_conflict;
    }
  2. | Inconsistent_sources
  3. | Inconsistent_counters
  4. | Incorrect_reveal_position
  5. | Insufficient_gas_for_manager
  6. | Gas_quota_exceeded_init_deserialize
  7. | Sc_rollup_arith_pvm_disabled
  8. | Sc_rollup_riscv_pvm_disabled
  9. | Zk_rollup_feature_disabled
OCaml

Innovation. Community. Security.