Searched refs:exc (Results 1 – 5 of 5) sorted by relevance
204 def _Handler(exc): argument214 if self._ShouldRetry(exc, retry_http_codes,216 logger.debug("Will retry error: %s", str(exc))
83 def _IsFingerPrintError(exc): argument92 return isinstance(exc, errors.HttpError) and exc.code == 412926 except errors.DriverError as exc:928 error_msgs.append(str(exc))
628 def _ShouldRetryHandler(exc): argument637 should_retry = isinstance(exc, errors.HasRetriableRequestsError)640 logger.info("%s", exc)
193 def _IsValueError(exc): argument194 return isinstance(exc, ValueError)
357 except Exception as exc:360 return_vals.append(exc)