Searched refs:exception_types (Results 1 – 3 of 3) sorted by relevance
85 exception_types=cls.RETRIABLE_AUTH_ERRORS,
225 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument239 return Retry(lambda e: isinstance(e, exception_types), max_retries,
119 exception_types=subprocess.CalledProcessError,