App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.search.search.PutError Class Reference
Inheritance diagram for google.appengine.api.search.search.PutError:
google.appengine.api.search.search.Error

Public Member Functions

def __init__
 
def results
 

Detailed Description

Indicates some error occurred indexing one of the objects requested.

Constructor & Destructor Documentation

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.

Member Function Documentation

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: