Bases: google.appengine.api.datastore_errors.Error
DEPRECATED: Raised by Iterator methods when the Iterator is invalid. This should not happen during normal usage; it protects against malicious users and system errors.
Bases: google.appengine.api.datastore_errors.Error
An error occurred while trying to resolve a ReferenceProperty.
Bases: google.appengine.api.datastore_errors.Error
May be raised by transaction functions when they want to roll back instead of committing. Note that any exception raised by a transaction function will cause a rollback. This is purely for convenience. See datastore.RunInTransaction for details.
Bases: google.appengine.api.datastore_errors.Error
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.
Bases: google.appengine.api.datastore_errors.Error
Raised by RunInTransaction methods when the transaction could not be committed, even after retrying. This is usually due to high contention.
Bases: google.appengine.api.datastore_errors.Error
DEPRECATED: Raised by RunInTransaction. This is an internal error; you should not see this.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-04 UTC.