package tezos-protocol-017-PtNairob

  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_017_PtNairob.Error_monad.error +=
  1. | Manager_restriction of {
    1. source : Tezos_protocol_environment_017_PtNairob.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. | Tx_rollup_feature_disabled
  8. | Sc_rollup_feature_disabled
  9. | Sc_rollup_arith_pvm_disabled
  10. | Zk_rollup_feature_disabled
OCaml

Innovation. Community. Security.