App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine.api.urlfetch_errors.DownloadError Class Reference
Inheritance diagram for google.appengine.api.urlfetch_errors.DownloadError:
google.appengine.api.urlfetch_errors.Error google.appengine.api.urlfetch_errors.ConnectionClosedError google.appengine.api.urlfetch_errors.DeadlineExceededError google.appengine.api.urlfetch_errors.DNSLookupFailedError google.appengine.api.urlfetch_errors.MalformedReplyError google.appengine.api.urlfetch_errors.TooManyRedirectsError

Detailed Description

Raised when we could not fetch the URL for any reason.

Note that this exception is only raised when we cannot contact the
server. HTTP errors (e.g., 404) are returned in the status_code field
in the return value of fetch, and no exception is raised.

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