Home
last modified time | relevance | path

Searched refs:apitools_exceptions (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/services/
H A Dpeering.py55 except (apitools_exceptions.HttpForbiddenError,
56 apitools_exceptions.HttpNotFoundError) as e:
92 except (apitools_exceptions.HttpForbiddenError,
93 apitools_exceptions.HttpNotFoundError) as e:
125 except (apitools_exceptions.HttpForbiddenError,
159 except (apitools_exceptions.HttpForbiddenError,
194 except (apitools_exceptions.HttpForbiddenError,
231 except (apitools_exceptions.HttpForbiddenError,
267 except (apitools_exceptions.HttpForbiddenError,
302 except (apitools_exceptions.HttpForbiddenError,
[all …]
H A Dserviceusage.py75 except (apitools_exceptions.HttpForbiddenError,
76 apitools_exceptions.HttpNotFoundError) as e:
104 except (apitools_exceptions.HttpForbiddenError,
105 apitools_exceptions.HttpNotFoundError) as e:
143 except (apitools_exceptions.HttpForbiddenError,
174 except (apitools_exceptions.HttpForbiddenError,
219 except (apitools_exceptions.HttpForbiddenError,
243 except (apitools_exceptions.HttpForbiddenError,
273 except (apitools_exceptions.HttpForbiddenError,
356 except (apitools_exceptions.HttpForbiddenError,
[all …]
H A Dscm.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
108 except (apitools_exceptions.HttpForbiddenError,
109 apitools_exceptions.HttpNotFoundError) as e:
151 except (apitools_exceptions.HttpForbiddenError,
152 apitools_exceptions.HttpNotFoundError) as e:
212 except (apitools_exceptions.HttpForbiddenError,
213 apitools_exceptions.HttpNotFoundError) as e:
H A Dapikeys.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
84 except (apitools_exceptions.HttpForbiddenError,
85 apitools_exceptions.HttpNotFoundError) as e:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/commerce_procurement/
H A Dapis.py67 except apitools_exceptions.HttpError as error:
87 except apitools_exceptions.HttpError as error:
118 except apitools_exceptions.HttpError as error:
138 except apitools_exceptions.HttpError as error:
176 except apitools_exceptions.HttpError as error:
200 except apitools_exceptions.HttpError as error:
243 except apitools_exceptions.HttpError as error:
261 except apitools_exceptions.HttpError as error:
285 except apitools_exceptions.HttpError as error:
384 except apitools_exceptions.HttpError as error:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/domains/
H A Dlist_user_verified.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
62 except (apitools_exceptions.HttpNotFoundError,
63 apitools_exceptions.HttpForbiddenError) as appengine_err:
67 except (apitools_exceptions.HttpNotFoundError,
68 apitools_exceptions.HttpForbiddenError):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/firestore/
H A Dcreate_util.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
28 class AppEngineAppDoesNotExist(apitools_exceptions.Error):
32 class AppEngineAppRegionDoesNotMatch(apitools_exceptions.Error):
36 class RegionNotSpecified(apitools_exceptions.Error):
62 except apitools_exceptions.HttpNotFoundError:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/container/hub/features/
H A Dbase.py24 from apitools.base.py import exceptions as apitools_exceptions unknown
47 except apitools_exceptions.HttpUnauthorizedError as e:
53 except apitools_exceptions.HttpConflictError as e:
81 except apitools_exceptions.HttpUnauthorizedError as e:
98 except apitools_exceptions.HttpUnauthorizedError as e:
113 except apitools_exceptions.HttpUnauthorizedError as e:
270 except apitools_exceptions.HttpUnauthorizedError as e:
275 except apitools_exceptions.HttpNotFoundError as e:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/deployment_manager/deployments/
H A Dstop.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
110 except apitools_exceptions.HttpError as error:
125 except apitools_exceptions.HttpError as error:
137 except apitools_exceptions.HttpError as error:
H A Dcancel_preview.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
125 except apitools_exceptions.HttpError as error:
140 except apitools_exceptions.HttpError as error:
152 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/dataflow/
H A Dapis.py92 except apitools_exceptions.HttpError as error:
117 except apitools_exceptions.HttpError as error:
142 except apitools_exceptions.HttpError as error:
171 except apitools_exceptions.HttpError as error:
204 except apitools_exceptions.HttpError as error:
243 except apitools_exceptions.HttpError as error:
429 except apitools_exceptions.HttpError as error:
489 except apitools_exceptions.HttpError as error:
711 except apitools_exceptions.HttpError as error:
839 except apitools_exceptions.HttpError as error:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/deployment_manager/
H A Ddm_api_util.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
102 except apitools_exceptions.HttpError as error:
127 except apitools_exceptions.HttpError as error:
212 except apitools_exceptions.HttpError as error:
261 except apitools_exceptions.HttpError as error:
280 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/operations/
H A Dcancel.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
65 except apitools_exceptions.HttpError as error:
79 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/
H A Dcreate_util.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
55 except apitools_exceptions.HttpNotFoundError:
86 except apitools_exceptions.HttpConflictError:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/deployment_manager/manifests/
H A Ddescribe.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
85 except apitools_exceptions.HttpError as error:
102 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/clusters/
H A Dupdate.py408 except apitools_exceptions.HttpError as error:
429 except apitools_exceptions.HttpError as error:
445 except apitools_exceptions.HttpError as error:
472 except apitools_exceptions.HttpError as error:
500 except apitools_exceptions.HttpError as error:
505 except apitools_exceptions.HttpError as error:
510 except apitools_exceptions.HttpError as error:
515 except apitools_exceptions.HttpError as error:
522 except apitools_exceptions.HttpError as error:
530 except apitools_exceptions.HttpError as error:
[all …]
H A Dupgrade.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
160 except (exceptions.HttpException, apitools_exceptions.HttpForbiddenError,
169 except (exceptions.HttpException, apitools_exceptions.HttpForbiddenError,
191 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/firebase/test/
H A Dresults_bucket.py24 from apitools.base.py import exceptions as apitools_exceptions unknown
89 except apitools_exceptions.HttpError as error:
116 except apitools_exceptions.HttpError as err:
141 except apitools_exceptions.HttpError as err:
203 except apitools_exceptions.HttpError as err:
H A Dhistory_picker.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
63 except apitools_exceptions.HttpError as error:
89 except apitools_exceptions.HttpError as error:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/hub/identity_service/
H A Ddescribe.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
58 except apitools_exceptions.HttpUnauthorizedError as e:
62 except apitools_exceptions.HttpNotFoundError as e:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_copy_helper_funcs.py21 from apitools.base.py import exceptions as apitools_exceptions unknown
306 exc = apitools_exceptions.HttpError({'status': 503}, None, None)
311 exc = apitools_exceptions.HttpError({'status': 503}, None, None)
316 exc = apitools_exceptions.HttpError({'status': 429}, None, None)
320 exc = apitools_exceptions.HttpError({'status': 410}, None, None)
325 exc = apitools_exceptions.HttpError({'status': 404}, None, None)
330 exc = apitools_exceptions.HttpError({'status': 401}, None, None)
334 exc = apitools_exceptions.TransferError('Aborting transfer')
337 exc = apitools_exceptions.TransferError('additional bytes left in stream')
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/hub/config_management/
H A Dversion.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
57 except apitools_exceptions.HttpUnauthorizedError as e:
62 except apitools_exceptions.HttpNotFoundError as e:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/config/
H A Dconfig_validators.py22 from apitools.base.py import exceptions as apitools_exceptions unknown
59 apitools_exceptions.HttpError,
82 except (apitools_exceptions.HttpError,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/util/
H A Dapis.py23 from apitools.base.py import exceptions as apitools_exceptions unknown
245 raise apitools_exceptions.RequestError('Retry')
274 response_as_error = apitools_exceptions.HttpError.FromResponse(response)
278 raise apitools_exceptions.RequestError('Retry')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Diamcredentials_api.py27 from apitools.base.py import exceptions as apitools_exceptions unknown
44 TRANSLATABLE_APITOOLS_EXCEPTIONS = (apitools_exceptions.HttpError)
153 if isinstance(e, apitools_exceptions.HttpError):
230 if isinstance(http_error, apitools_exceptions.HttpError):

1234567