Mavryk_raw_protocol_alpha.Sc_rollup_errors
type Mavryk_protocol_environment_alpha.Error_monad.error +=
| Sc_rollup_disputed
| Sc_rollup_no_valid_commitment_to_cement
| Sc_rollup_does_not_exist of Sc_rollup_repr.t
| Sc_rollup_no_conflict
| Sc_rollup_no_stakers
| Sc_rollup_not_staked
| Sc_rollup_not_staked_on_lcc_or_ancestor
| Sc_rollup_parent_not_lcc
| Sc_rollup_remove_lcc_or_ancestor
| Sc_rollup_staker_double_stake
| Sc_rollup_too_far_ahead
| Sc_rollup_commitment_from_future of {
current_level : Raw_level_repr.t;
inbox_level : Raw_level_repr.t;
}
| Sc_rollup_commitment_too_recent of {
current_level : Raw_level_repr.t;
min_level : Raw_level_repr.t;
}
| Sc_rollup_unknown_commitment of Sc_rollup_commitment_repr.Hash.t
| Sc_rollup_bad_inbox_level
| Sc_rollup_game_already_started
| Sc_rollup_max_number_of_parallel_games_reached of Mavryk_protocol_environment_alpha.Signature.Public_key_hash.t
| Sc_rollup_wrong_turn
| Sc_rollup_no_game
| Sc_rollup_staker_in_game of [ `Both of
Mavryk_protocol_environment_alpha.Signature.public_key_hash
* Mavryk_protocol_environment_alpha.Signature.public_key_hash
| `Defender of
Mavryk_protocol_environment_alpha.Signature.public_key_hash
| `Refuter of
Mavryk_protocol_environment_alpha.Signature.public_key_hash ]
| Sc_rollup_timeout_level_not_reached of int32
* Mavryk_protocol_environment_alpha.Signature.public_key_hash
| Sc_rollup_max_number_of_messages_reached_for_commitment_period
| Sc_rollup_add_zero_messages
| Sc_rollup_invalid_outbox_message_index
| Sc_rollup_outbox_level_expired
| Sc_rollup_outbox_message_already_applied
| Sc_rollup_staker_funds_too_low of {
staker : Mavryk_protocol_environment_alpha.Signature.public_key_hash;
sc_rollup : Sc_rollup_repr.t;
staker_balance : Tez_repr.t;
min_expected_balance : Tez_repr.t;
}
| Sc_rollup_bad_commitment_serialization
| Sc_rollup_address_generation
| Sc_rollup_zero_tick_commitment
| Sc_rollup_commitment_past_curfew
| Sc_rollup_not_valid_commitments_conflict of Sc_rollup_commitment_repr.Hash.t
* Mavryk_protocol_environment_alpha.Signature.public_key_hash
* Sc_rollup_commitment_repr.Hash.t
* Mavryk_protocol_environment_alpha.Signature.public_key_hash
| Sc_rollup_wrong_staker_for_conflict_commitment of Mavryk_protocol_environment_alpha.Signature.public_key_hash
* Sc_rollup_commitment_repr.Hash.t
| Sc_rollup_commitment_too_old of {
last_cemented_inbox_level : Raw_level_repr.t;
commitment_inbox_level : Raw_level_repr.t;
}
| Sc_rollup_no_commitment_to_cement of Raw_level_repr.t
| Sc_rollup_double_publish of Sc_rollup_commitment_repr.Hash.t
| Sc_rollup_empty_whitelist
| Sc_rollup_whitelist_disabled
| Sc_rollup_staker_not_in_whitelist
| Sc_rollup_duplicated_key_in_whitelist
| Sc_rollup_is_public