Validate_errors.Manager
Errors that may arise while validating a manager operation.
type Mavryk_protocol_environment_alpha.Error_monad.error +=
| Manager_restriction of {
source : Mavryk_protocol_environment_alpha.Signature.Public_key_hash.t;
conflict : operation_conflict;
}
| Inconsistent_sources
| Inconsistent_counters
| Incorrect_reveal_position
| Insufficient_gas_for_manager
| Gas_quota_exceeded_init_deserialize
| Sc_rollup_arith_pvm_disabled
| Sc_rollup_riscv_pvm_disabled
| Zk_rollup_feature_disabled