Home
last modified time | relevance | path

Searched refs:BaseHTTPError (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/common/
H A Dexceptions.py28 class BaseHTTPError(Exception): class
40 super(BaseHTTPError, self).__init__(message)
46 class RateLimitReachedError(BaseHTTPError):
101 cls = _code_map.get(code, BaseHTTPError)
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/dns/drivers/
H A Dpointdns.py35 from libcloud.common.exceptions import BaseHTTPError
262 except BaseHTTPError as e:
299 except BaseHTTPError as e:
333 except (BaseHTTPError, MalformedResponseError) as e:
376 except (BaseHTTPError, MalformedResponseError) as e:
488 except (BaseHTTPError, MalformedResponseError) as e:
513 except (BaseHTTPError, MalformedResponseError) as e:
532 except (BaseHTTPError, MalformedResponseError) as e:
555 except (BaseHTTPError, MalformedResponseError) as e:
608 except (BaseHTTPError, MalformedResponseError) as e:
[all …]
H A Dpowerdns.py20 from libcloud.common.exceptions import BaseHTTPError
228 except BaseHTTPError as e:
279 except BaseHTTPError as e:
307 except BaseHTTPError:
332 except BaseHTTPError:
362 except BaseHTTPError as e:
382 except BaseHTTPError as e:
474 except BaseHTTPError as e:
H A Drcodezero.py22 from libcloud.common.exceptions import BaseHTTPError
175 except BaseHTTPError as e:
221 except BaseHTTPError as e:
268 except BaseHTTPError as e:
297 except BaseHTTPError as e:
319 except BaseHTTPError:
337 except BaseHTTPError as e:
380 except BaseHTTPError as e:
429 except BaseHTTPError as e:
H A Dnfsn.py19 from libcloud.common.exceptions import BaseHTTPError
85 except BaseHTTPError as e:
154 except BaseHTTPError as e:
178 except BaseHTTPError as e:
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/
H A Dtest_azure_arm.py23 from libcloud.common.exceptions import BaseHTTPError
223 lambda f: error(BaseHTTPError, code=404, message='Not found'),
252 lambda f: error(BaseHTTPError, code=202, message='Deleting'),
260 lambda f: error(BaseHTTPError, code=404, message='Not found'),
271 err = BaseHTTPError(code=400, message='[NicInUse] Cannot destroy')
279 with self.assertRaises(BaseHTTPError):
290 lambda f: error(BaseHTTPError, code=202, message='Deleting'),
292 lambda f: error(BaseHTTPError, code=404, message='Not found'),
306 lambda f: error(BaseHTTPError, code=404, message='Not found'),
310 with self.assertRaises(BaseHTTPError):
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/common/
H A Dtest_base.py22 from libcloud.common.exceptions import BaseHTTPError, RateLimitReachedError
86 except BaseHTTPError as e:
100 except BaseHTTPError as e:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/vendored/requests/
H A Dexceptions.py10 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
90 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/devel/py-botocore/botocore-1.21.61/botocore/vendored/requests/
H A Dexceptions.py10 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
90 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/
H A Dexceptions.py10 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
90 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/
H A Dexceptions.py10 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
90 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/
H A Dexceptions.py10 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
90 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/requests/
H A Dexceptions.pyi4 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError
24 class ContentDecodingError(RequestException, BaseHTTPError): ...
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/requests/
H A Dexceptions.py9 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError unknown
92 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
92 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/requests/
H A Dexceptions.pyi4 from .packages.urllib3.exceptions import HTTPError as BaseHTTPError
24 class ContentDecodingError(RequestException, BaseHTTPError): ...
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/requests/
H A Dexceptions.py9 from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/www/py-requests/requests-2.25.1/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/www/py-requests/requests-2.25.1/build/lib/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/www/py-requests/stage/usr/local/lib/python3.8/site-packages/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
100 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/requests/
H A Dexceptions.py9 from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/requests/
H A Dexceptions.py9 from urllib3.exceptions import HTTPError as BaseHTTPError unknown
96 class ContentDecodingError(RequestException, BaseHTTPError):

123