ZODB.Exceptions.UndoError

Documentation
A transaction could not be undone. This could be for a number of reasons:

- Part of the transaction has been packed.

- The transaction affected objects that are in storages that don't support undo.

- An object that was modified in the transaction was modified by a later transaction that has not been undone.
Concurrency
sequential
Persistence
transient