Searched refs:timeout_error (Results 1 – 2 of 2) sorted by relevance
1184 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument1194 if timeout_error == _DEFAULT_TIMEOUT_ERR:1195 timeout_error = timeout_error % timeout_secs1200 raise errors.FunctionTimeoutError(timeout_error)
498 timeout_error = errors.DeviceBootTimeoutError(_EMULATOR_TIMEOUT_ERROR %503 timeout_exception=timeout_error,