Searched refs:other_retriable_errors (Results 1 – 3 of 3) sorted by relevance
96 other_retriable_errors): argument109 if isinstance(exception, other_retriable_errors):121 list(other_retriable_errors) + [errors.HttpError], str(exception))168 other_retriable_errors=None): argument194 other_retriable_errors = (self.RETRIABLE_ERRORS195 if other_retriable_errors is None else196 other_retriable_errors)209 other_retriable_errors):252 other_retriable_errors=None): argument281 other_retriable_errors=other_retriable_errors or
110 requests, other_retriable_errors=(FakeError, ))154 other_retriable_errors=(FakeError, ))
377 other_retriable_errors=None): argument403 self._other_retriable_errors = other_retriable_errors