Searched refs:exception_types (Results 1 – 2 of 2) sorted by relevance
187 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument201 return Retry(lambda e: isinstance(e, exception_types), max_retries,
86 exception_types=cls.RETRIABLE_AUTH_ERRORS,