Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
pip._vendor.requests.exceptions.RequestException Class Reference
Inheritance diagram for pip._vendor.requests.exceptions.RequestException:
pip._vendor.requests.exceptions.ChunkedEncodingError pip._vendor.requests.exceptions.ConnectionError pip._vendor.requests.exceptions.ContentDecodingError pip._vendor.requests.exceptions.HTTPError pip._vendor.requests.exceptions.InvalidSchema pip._vendor.requests.exceptions.InvalidURL pip._vendor.requests.exceptions.MissingSchema pip._vendor.requests.exceptions.Timeout pip._vendor.requests.exceptions.TooManyRedirects pip._vendor.requests.exceptions.URLRequired

Public Member Functions

def __init__
 

Public Attributes

 response
 
 request
 

Detailed Description

There was an ambiguous exception that occurred while handling your
request.

Constructor & Destructor Documentation

def pip._vendor.requests.exceptions.RequestException.__init__ (   self,
  args,
  kwargs 
)
There was an ambiguous exception that occurred while handling your
request.
Initialize RequestException with `request` and `response` objects.

Member Data Documentation

pip._vendor.requests.exceptions.RequestException.request
pip._vendor.requests.exceptions.RequestException.response

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

Copyright 2014 Google Inc. All rights reserved.