The docs still mention the succeeded property on transactions run with with even though it has been removed in ed0762b. It's not clear to me how to check for a successful transaction now. I suspect it throws an exception otherwise, which mirrors ndb behaviour, but I still check for _status == 3 just in case.
The docs still mention the
succeededproperty on transactions run withwitheven though it has been removed in ed0762b. It's not clear to me how to check for a successful transaction now. I suspect it throws an exception otherwise, which mirrorsndbbehaviour, but I still check for_status == 3just in case.