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

Public Member Functions

def ErrorCode_Name
 
def __init__
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Static Public Attributes

int OK = 0
 
int INVALID_URL = 1
 
int FETCH_ERROR = 2
 
int UNSPECIFIED_ERROR = 3
 
int RESPONSE_TOO_LARGE = 4
 
int DEADLINE_EXCEEDED = 5
 
int SSL_CERTIFICATE_ERROR = 6
 
int DNS_ERROR = 7
 
int CLOSED = 8
 
int INTERNAL_TRANSIENT_ERROR = 9
 
int TOO_MANY_REDIRECTS = 10
 
int MALFORMED_REPLY = 11
 
int CONNECTION_ERROR = 12
 
tuple ErrorCode_Name = classmethod(ErrorCode_Name)
 

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