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.py99 def _IsFingerPrintError(exc): argument
108 return isinstance(exc, errors.HttpError) and exc.code == 412
1067 except errors.DriverError as exc:
1069 error_msgs.append(str(exc))
Dutils.py609 def _ShouldRetryHandler(exc): argument
618 should_retry = isinstance(exc, errors.HasRetriableRequestsError)
621 logger.info("%s", exc)
Dutils_test.py203 def _IsValueError(exc): argument
204 return isinstance(exc, ValueError)
/tools/test/connectivity/acts/framework/acts/
Dutils.py380 except Exception as exc:
383 return_vals.append(exc)