Classes representing legacy Google App Engine exceptions.
Unless otherwise noted, these are meant to act as shims for the exception types defined in the google.appengine.api.datastore_errors
module in legacy Google App Engine runtime.
Bases: google.cloud.ndb.exceptions.Error
Indicates an invalid argument was passed.
Raised by Query.Order()
, Iterator.Next()
, and others.
Bases: google.cloud.ndb.exceptions.Error
Indicates a filter value is invalid.
Raised by Query.__setitem__()
and Query.Run()
when a filter string is invalid.
Bases: google.cloud.ndb.exceptions.Error
Raised by Query when a query or query string is invalid.
Bases: google.cloud.ndb.exceptions.Error
Indicates a bad request was passed.
Raised by Model.non_transactional()
and others.
Bases: google.cloud.ndb.exceptions.Error
Indicates a property value or filter value is invalid.
Raised by Entity.__setitem__()
, Query.__setitem__()
, Get()
, and others.
Bases: google.cloud.ndb.exceptions.Error
Indicates an NDB call being made without a context.
Raised whenever an NDB call is made outside of a context established by google.cloud.ndb.client.Client.context()
.
Bases: Exception
Base datastore error type.
Bases: google.cloud.ndb.exceptions.Error
Allows a transaction to be rolled back instead of committed.
Note that any exception raised by a transaction function will cause a rollback. Hence, this exception type is purely for convenience.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4