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.py103 other_retriable_errors): argument
116 if isinstance(exception, other_retriable_errors):
127 list(other_retriable_errors) + [errors.HttpError],
176 other_retriable_errors=None): argument
202 other_retriable_errors = (self.RETRIABLE_ERRORS
203 if other_retriable_errors is None else
204 other_retriable_errors)
217 other_retriable_errors):
262 other_retriable_errors=None): argument
291 other_retriable_errors=other_retriable_errors
Dbase_cloud_client_test.py108 requests, other_retriable_errors=(FakeError, ))
155 other_retriable_errors=(FakeError, ))
Dutils.py532 other_retriable_errors=None): argument
558 self._other_retriable_errors = other_retriable_errors