google.appengine.api.datastore_errors.Rollback

May be raised by transaction functions when they want to roll back instead of committing.

Inherits From: Error, expected_type

Note that any exception raised by a transaction function will cause a rollback. This is purely for convenience. See datastore.RunInTransaction for details.