From 94204c579bf852be8183222e1f71f8254f135db6 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 13 Apr 2021 12:47:36 +0500 Subject: [PATCH] Addition of Error Code Added a missing error code informaiton. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/9190 --- windows/deployment/update/windows-update-error-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deployment/update/windows-update-error-reference.md b/windows/deployment/update/windows-update-error-reference.md index fa6a49c1a0..39e3b36d8c 100644 --- a/windows/deployment/update/windows-update-error-reference.md +++ b/windows/deployment/update/windows-update-error-reference.md @@ -320,6 +320,7 @@ The PnP enumerated device is removed from the System Spec because one of the har | 0x80240042 | `WU_E_UNKNOWN_SERVICE` | The update service is no longer registered with `AU`. | 0x80240043 | `WU_E_NO_UI_SUPPORT` | There is no support for `WUA UI`. | 0x80240FFF | `WU_E_UNEXPECTED` | An operation failed due to reasons not covered by another error code. +| 0x80070422 | | Windows Update service stopped working or not running. ## Windows Update success codes