Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1277 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1287 if timeout_error == _DEFAULT_TIMEOUT_ERR:1288 timeout_error = timeout_error % timeout_secs1293 raise errors.FunctionTimeoutError(timeout_error)
554 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %559 timeout_exception=timeout_error,