/usr/lib/python2.6/site-packages/keystoneauth1/exceptions
Edit: /usr/lib/python2.6/site-packages/keystoneauth1/exceptions/connection.pyc (2210B)
Ñò
DVc @ s¶ d d k l Z d d d d d g Z d e f d „ ƒ YZ d e i f d „ ƒ YZ d e e f d „ ƒ YZ d e e f d
„ ƒ YZ d e f d „ ƒ YZ d e f d
„ ƒ YZ
d S( iÿÿÿÿ( t baset ConnectionErrort ConnectTimeoutt ConnectFailuret SSLErrort RetriableConnectionFailurec B s e Z d Z RS( sA A mixin class that implies you can retry the most recent request.( t __name__t
__module__t __doc__( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR s c B s e Z d Z RS( s Cannot connect to API service.( R R t message( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR s c B s e Z d Z RS( s Timed out connecting to service.( R R R ( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR s c B s e Z d Z RS( s' Connection failure that may be retried.( R R R ( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR $ s c B s e Z d Z RS( s An SSL error occurred.( R R R ( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR ( s t UnknownConnectionErrorc B s e Z d Z d „ Z RS( s6 An error was encountered but we don't know what it is.c C s# t t | ƒ i | ƒ | | _ d S( N( t superR
t __init__t original( t selft msgR
( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR / s ( R R R R ( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyR
, s N( t keystoneauth1.exceptionsR t __all__t ExceptionR t ClientExceptionR R R R R
( ( ( sJ /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/connection.pyt
s