Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 6 of 6) 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.py631 def _ShouldRetryHandler(exc): argument
640 should_retry = isinstance(exc, errors.HasRetriableRequestsError)
643 logger.info("%s", exc)
Dutils_test.py202 def _IsValueError(exc): argument
203 return isinstance(exc, ValueError)
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DPresetSimulation.py116 except Exception as exc:
117 raise RuntimeError('Could not attach to base station.') from exc
/tools/test/connectivity/acts/framework/acts/
Dutils.py386 except Exception as exc:
389 return_vals.append(exc)