Searched refs:exc (Results 1 – 5 of 5) sorted by relevance
205 def _Handler(exc): argument215 if self._ShouldRetry(exc, retry_http_codes,217 logger.debug("Will retry error: %s", str(exc))
97 def _IsFingerPrintError(exc): argument106 return isinstance(exc, errors.HttpError) and exc.code == 4121065 except errors.DriverError as exc:1067 error_msgs.append(str(exc))
202 def _IsValueError(exc): argument203 return isinstance(exc, ValueError)
626 def _ShouldRetryHandler(exc): argument635 should_retry = isinstance(exc, errors.HasRetriableRequestsError)638 logger.info("%s", exc)
386 except Exception as exc:389 return_vals.append(exc)