Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1267 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1277 if timeout_error == _DEFAULT_TIMEOUT_ERR:1278 timeout_error = timeout_error % timeout_secs1283 raise errors.FunctionTimeoutError(timeout_error)
498 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %503 timeout_exception=timeout_error,