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.py102 other_retriable_errors): argument
115 if isinstance(exception, other_retriable_errors):
126 list(other_retriable_errors) + [errors.HttpError],
175 other_retriable_errors=None): argument
201 other_retriable_errors = (self.RETRIABLE_ERRORS
202 if other_retriable_errors is None else
203 other_retriable_errors)
216 other_retriable_errors):
261 other_retriable_errors=None): argument
290 other_retriable_errors=other_retriable_errors
Dbase_cloud_client_test.py105 requests, other_retriable_errors=(FakeError, ))
152 other_retriable_errors=(FakeError, ))
Dutils.py538 other_retriable_errors=None): argument
564 self._other_retriable_errors = other_retriable_errors