pub fn interpret_panic_as_tx_result(
    panic_any: Box<dyn Any + Send>,
    panic_message_flag: bool
) -> TxResult
Expand description

Interprets a panic thrown during execution as a tx failure. Note: specific tx outcomes from the debugger are signalled via specific panic objects.