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.images.InvalidBlobKeyError Class Reference
Inheritance diagram for google.appengine.api.images.InvalidBlobKeyError:
google.appengine.api.images.Error

Public Member Functions

def __init__
 
def __str__
 

Detailed Description

The provided blob key was invalid.

Constructor & Destructor Documentation

def google.appengine.api.images.InvalidBlobKeyError.__init__ (   self,
  blob_key = None 
)
Constructor.

Args:
  blob_key: The blob_key that is believed to be invalid. May be None if the
BlobKey is unknown.

Member Function Documentation

def google.appengine.api.images.InvalidBlobKeyError.__str__ (   self)
Returns a string representation of this Error.

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