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))
99 def _IsFingerPrintError(exc): argument108 return isinstance(exc, errors.HttpError) and exc.code == 4121067 except errors.DriverError as exc:1069 error_msgs.append(str(exc))
609 def _ShouldRetryHandler(exc): argument618 should_retry = isinstance(exc, errors.HasRetriableRequestsError)621 logger.info("%s", exc)
203 def _IsValueError(exc): argument204 return isinstance(exc, ValueError)
380 except Exception as exc:383 return_vals.append(exc)