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

Detailed Description

Raised when we could not fetch the URL because the deadline was exceeded.

This can occur with either the client-supplied 'deadline' or the system
default, if the client does not supply a 'deadline' parameter.

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