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

Public Member Functions

def __init__
 
def offset
 
def last_end_time
 

Detailed Description

Requested timeout for fetch() call has expired while iterating results.

Member Function Documentation

def google.appengine.api.logservice.logservice.TimeoutError.last_end_time (   self)
End time of the last request examined prior to the timeout, or None.

Returns:
A float representing the completion time in seconds since the Unix
epoch of the last request examined.
def google.appengine.api.logservice.logservice.TimeoutError.offset (   self)
Binary offset indicating the current position in the result stream.

May be submitted to future Log read requests to continue iterating logs
starting exactly where this iterator left off.

Returns:
A byte string representing an offset into the log stream, or None.

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