Searched refs:exc (Results 1 – 5 of 5) sorted by relevance
206 def _Handler(exc): argument216 if self._ShouldRetry(exc, retry_http_codes,218 logger.debug("Will retry error: %s", str(exc))
88 def _IsFingerPrintError(exc): argument97 return isinstance(exc, errors.HttpError) and exc.code == 412977 except errors.DriverError as exc:979 error_msgs.append(str(exc))
194 def _IsValueError(exc): argument195 return isinstance(exc, ValueError)
603 def _ShouldRetryHandler(exc): argument612 should_retry = isinstance(exc, errors.HasRetriableRequestsError)615 logger.info("%s", exc)
377 except Exception as exc:380 return_vals.append(exc)