pub type RollbackTxResponse = Result<(), String>;
pub enum RollbackTxResponse { Ok(()), Err(String), }
Contains the success value
Contains the error value