Library
Module
Module type
Parameter
Class
Class type
Internal error in rollup node
type Tezos_base.TzPervasives.error +=
| Tx_rollup_not_originated_in_the_given_block of Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup.t
Error issued when the rollup referenced by its hash has not been created on the block referenced by its hash. The node computes a state from the block that created the rollup.
Error issued when the rollup genesis block is (or moves) to a different branch.
Error issued when the configuration file does not exists.
Error issued when the configuration already exists and we try to save it.
Error issued when the configuration file cannot be write.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_invalid_l2_address of Tezos_micheline.Micheline.canonical_location
Error issued when the Tx rollup node try to parse an invalid rollup l2 address.
Error issued when a ticket amount is invalid.
Error issued when a deposit is invalid.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_cannot_checkout_context of Tezos_protocol_013_PtJakart.Protocol.Tx_rollup_l2_context_hash.t
Error issued when context cannot be retrieved.
type Tezos_base.TzPervasives.error +=
Error issued when the Tx rollup node starts without a rollup origination stored on disk and when there is no given rollup genesis.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_different_disk_stored_origination_rollup_and_given_rollup_genesis of {
disk_rollup_origination : Tezos_crypto.Block_hash.t;
given_rollup_genesis : Tezos_crypto.Block_hash.t;
}
Error issued when the Tx rollup node starts with a rollup origination stored on disk different from the given rollup genesis.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_no_operation_metadata of Tezos_crypto.Operation_hash.t
Error when operation metadata is not available.
Error when rollup stored on disk is different from the expected one.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_cannot_fetch_tezos_block of Tezos_crypto.Block_hash.t
Error when Tezos block cannot be fetched.
Error when the tree is not found in the context.
Error when the kinded key is not found in the tree.
Error when a message position does not exist in the inbox for the proof RPC
Error when we want to interact with the batcher but it was not started.
type Tezos_base.TzPervasives.error +=
| Tx_rollup_unknown_ticket of Tezos_protocol_013_PtJakart.Protocol.Tx_rollup_l2_context_sig.Ticket_indexable.either
Error when a ticket is not registered for a ticket index
type Tezos_base.TzPervasives.error +=
| Tx_rollup_no_proto_inbox of Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_level.t * Tezos_crypto.Block_hash.t
Error when the tezos node does not know the inbox
type Tezos_base.TzPervasives.error +=
| Tx_rollup_inbox_mismatch of {
level : Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_level.t;
reconstructed_inbox : Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_inbox.t;
protocol_inbox : Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_inbox.t;
}
Error when the node reconstructed a different inbox than the one stored on L1
type Tezos_base.TzPervasives.error +=
| Tx_rollup_cannot_check_inbox of Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_level.t
Error when the cannot check the inbox with L1
Error when the transaction submitted to the batcher produces a too large message regarding the layer1 limit.
type Tezos_base.TzPervasives.error +=
Missing signers for the chosen mode.
Error returned when the rollup node is not authorized to make deposits
Error (fatal) when we are slashed