Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TransactionExecutionErrorData

Fully qualified path: sncast_std::TransactionExecutionErrorData

[derive(Drop, PartialEq, Debug)]
pub struct TransactionExecutionErrorData {
    transaction_index: felt252,
    execution_error: ContractExecutionError,
}