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

Detailed Description

The datastore operation timed out, or the data was temporarily
unavailable. This can happen when you attempt to put, get, or delete too
many entities or an entity with too many properties, or if the datastore is
overloaded or having trouble.

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