Home
last modified time | relevance | path

Searched refs:other_retriable_errors (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/internal/lib/
Dbase_cloud_client.py96 other_retriable_errors): argument
109 if isinstance(exception, other_retriable_errors):
121 list(other_retriable_errors) + [errors.HttpError], str(exception))
168 other_retriable_errors=None): argument
194 other_retriable_errors = (self.RETRIABLE_ERRORS
195 if other_retriable_errors is None else
196 other_retriable_errors)
209 other_retriable_errors):
252 other_retriable_errors=None): argument
281 other_retriable_errors=other_retriable_errors or
Dbase_cloud_client_test.py110 requests, other_retriable_errors=(FakeError, ))
154 other_retriable_errors=(FakeError, ))
Dutils.py377 other_retriable_errors=None): argument
403 self._other_retriable_errors = other_retriable_errors