Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dbase_cloud_client.py206 def _Handler(exc): argument
216 if self._ShouldRetry(exc, retry_http_codes,
218 logger.debug("Will retry error: %s", str(exc))
Dgcompute_client.py88 def _IsFingerPrintError(exc): argument
97 return isinstance(exc, errors.HttpError) and exc.code == 412
977 except errors.DriverError as exc:
979 error_msgs.append(str(exc))
Dutils_test.py194 def _IsValueError(exc): argument
195 return isinstance(exc, ValueError)
Dutils.py603 def _ShouldRetryHandler(exc): argument
612 should_retry = isinstance(exc, errors.HasRetriableRequestsError)
615 logger.info("%s", exc)
/tools/test/connectivity/acts/framework/acts/
Dutils.py377 except Exception as exc:
380 return_vals.append(exc)