pub fn rollback(transaction_id: &str) -> Result<(), Error>Expand description
Reverts all operations recorded in a transaction.
This is the “Atomic Rollback” mechanism. It processes operations in reverse order:
- Installs are uninstalled.
- Uninstalls are re-installed (either from local store or registry).
- Upgrades are reverted to the previous version.