App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.api.datastore_errors.CommittedButStillApplying Class Reference
Inheritance diagram for google.appengine.api.datastore_errors.CommittedButStillApplying:
google.appengine.api.datastore_errors.Timeout google.appengine.api.datastore_errors.Error

Detailed Description

The write or transaction was committed, but some entities or index rows
may not have been fully updated. Those updates should automatically be
applied soon. You can roll them forward immediately by reading one of the
entities inside a transaction.

The documentation for this class was generated from the following file: