Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/internal/lib/
Dbase_cloud_client.py204 def _Handler(exc): argument
214 if self._ShouldRetry(exc, retry_http_codes,
216 logger.debug("Will retry error: %s", str(exc))
Dgcompute_client.py83 def _IsFingerPrintError(exc): argument
92 return isinstance(exc, errors.HttpError) and exc.code == 412
926 except errors.DriverError as exc:
928 error_msgs.append(str(exc))
Dutils.py628 def _ShouldRetryHandler(exc): argument
637 should_retry = isinstance(exc, errors.HasRetriableRequestsError)
640 logger.info("%s", exc)
Dutils_test.py193 def _IsValueError(exc): argument
194 return isinstance(exc, ValueError)
/tools/test/connectivity/acts/framework/acts/
Dutils.py357 except Exception as exc:
360 return_vals.append(exc)