Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dbase_cloud_client.py205 def _Handler(exc): argument
215 if self._ShouldRetry(exc, retry_http_codes,
217 logger.debug("Will retry error: %s", str(exc))
Dgcompute_client.py97 def _IsFingerPrintError(exc): argument
106 return isinstance(exc, errors.HttpError) and exc.code == 412
1065 except errors.DriverError as exc:
1067 error_msgs.append(str(exc))
Dutils_test.py202 def _IsValueError(exc): argument
203 return isinstance(exc, ValueError)
Dutils.py626 def _ShouldRetryHandler(exc): argument
635 should_retry = isinstance(exc, errors.HasRetriableRequestsError)
638 logger.info("%s", exc)
/tools/test/connectivity/acts/framework/acts/
Dutils.py386 except Exception as exc:
389 return_vals.append(exc)