Indicates some error occurred indexing one of the objects requested.
def google.appengine.api.search.search.PutError.__init__ |
( |
|
self, |
|
|
|
message, |
|
|
|
results |
|
) |
| |
Initializer.
Args:
message: A message detailing the cause of the failure to index some
document.
results: A list of PutResult corresponding to the list of objects
requested to be indexed.
def google.appengine.api.search.search.PutError.results |
( |
|
self | ) |
|
Returns PutResult list corresponding to objects indexed.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/search/search.py