Tuesday, September 27, 2011

HRESULTS: FACILITY_WINDOWSUPDATE (024)


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

Edit: 6/7/2015 - Updated from the Windows10 SDK.

WU_E_NO_SERVICE - 0x80240001 - (1)
Windows Update Agent was unable to provide the service.

WU_S_SERVICE_STOP - 0x00240001 - (1)
Windows Update Agent was stopped successfully.

WU_E_MAX_CAPACITY_REACHED - 0x80240002 - (2)
The maximum capacity of the service was exceeded.

WU_S_SELFUPDATE - 0x00240002 - (2)
Windows Update Agent updated itself.

WU_E_UNKNOWN_ID - 0x80240003 - (3)
An ID cannot be found.

WU_S_UPDATE_ERROR - 0x00240003 - (3)
Operation completed successfully but there were errors applying the updates.

WU_E_NOT_INITIALIZED - 0x80240004 - (4)
The object could not be initialized.

WU_S_MARKED_FOR_DISCONNECT - 0x00240004 - (4)
A callback was marked to be disconnected later because the request to disconnect the operation came while a callback was executing.

WU_E_RANGEOVERLAP - 0x80240005 - (5)
The update handler requested a byte range overlapping a previously requested range.

WU_S_REBOOT_REQUIRED - 0x00240005 - (5)
The system must be restarted to complete installation of the update.

WU_E_TOOMANYRANGES - 0x80240006 - (6)
The requested number of byte ranges exceeds the maximum number (2^31 - 1).

WU_S_ALREADY_INSTALLED - 0x00240006 - (6)
The update to be installed is already installed on the system.

WU_E_INVALIDINDEX - 0x80240007 - (7)
The index to a collection was invalid.

WU_S_ALREADY_UNINSTALLED - 0x00240007 - (7)
The update to be removed is not installed on the system.

WU_E_ITEMNOTFOUND - 0x80240008 - (8)
The key for the item queried could not be found.

WU_S_ALREADY_DOWNLOADED - 0x00240008 - (8)
The update to be downloaded has already been downloaded.

WU_E_OPERATIONINPROGRESS - 0x80240009 - (9)
Another conflicting operation was in progress. Some operations such as installation cannot be performed twice simultaneously.

WU_S_SOME_UPDATES_SKIPPED_ON_BATTERY - 0x00240009 - (9)
The operation completed successfully, but some updates were skipped because the system is running on batteries.

WU_E_COULDNOTCANCEL - 0x8024000A - (10)
Cancellation of the operation was not allowed.

WU_E_CALL_CANCELLED - 0x8024000B - (11)
Operation was cancelled.

WU_E_NOOP - 0x8024000C - (12)
No operation was required.

WU_E_XML_MISSINGDATA - 0x8024000D - (13)
Windows Update Agent could not find required information in the update's XML data.

WU_E_XML_INVALID - 0x8024000E - (14)
Windows Update Agent found invalid information in the update's XML data.

WU_E_CYCLE_DETECTED - 0x8024000F - (15)
Circular update relationships were detected in the metadata.

WU_E_TOO_DEEP_RELATION - 0x80240010 - (16)
Update relationships too deep to evaluate were evaluated.

WU_E_INVALID_RELATIONSHIP - 0x80240011 - (17)
An invalid update relationship was detected.

WU_E_REG_VALUE_INVALID - 0x80240012 - (18)
An invalid registry value was read.

WU_E_DUPLICATE_ITEM - 0x80240013 - (19)
Operation tried to add a duplicate item to a list.

WU_E_INVALID_INSTALL_REQUESTED - 0x80240014 - (20)
Updates requested for install are not installable by caller.

WU_E_INSTALL_NOT_ALLOWED - 0x80240016 - (22)
Operation tried to install while another installation was in progress or the system was pending a mandatory restart.

WU_E_NOT_APPLICABLE - 0x80240017 - (23)
Operation was not performed because there are no applicable updates.

WU_E_NO_USERTOKEN - 0x80240018 - (24)
Operation failed because a required user token is missing.

WU_E_EXCLUSIVE_INSTALL_CONFLICT - 0x80240019 - (25)
An exclusive update cannot be installed with other updates at the same time.

WU_E_POLICY_NOT_SET - 0x8024001A - (26)
A policy value was not set.

WU_E_SELFUPDATE_IN_PROGRESS - 0x8024001B - (27)
The operation could not be performed because the Windows Update Agent is self-updating.

WU_E_INVALID_UPDATE - 0x8024001D - (29)
An update contains invalid metadata.

WU_E_SERVICE_STOP - 0x8024001E - (30)
Operation did not complete because the service or system was being shut down.

WU_E_NO_CONNECTION - 0x8024001F - (31)
Operation did not complete because the network connection was unavailable.

WU_E_NO_INTERACTIVE_USER - 0x80240020 - (32)
Operation did not complete because there is no logged-on interactive user.

WU_E_TIME_OUT - 0x80240021 - (33)
Operation did not complete because it timed out.

WU_E_ALL_UPDATES_FAILED - 0x80240022 - (34)
Operation failed for all the updates.

WU_E_EULAS_DECLINED - 0x80240023 - (35)
The license terms for all updates were declined.

WU_E_NO_UPDATE - 0x80240024 - (36)
There are no updates.

WU_E_USER_ACCESS_DISABLED - 0x80240025 - (37)
Group Policy settings prevented access to Windows Update.

WU_E_INVALID_UPDATE_TYPE - 0x80240026 - (38)
The type of update is invalid.

WU_E_URL_TOO_LONG - 0x80240027 - (39)
The URL exceeded the maximum length.

WU_E_UNINSTALL_NOT_ALLOWED - 0x80240028 - (40)
The update could not be uninstalled because the request did not originate from a WSUS server.

WU_E_INVALID_PRODUCT_LICENSE - 0x80240029 - (41)
Search may have missed some updates before there is an unlicensed application on the system.

WU_E_MISSING_HANDLER - 0x8024002A - (42)
A component required to detect applicable updates was missing.

WU_E_LEGACYSERVER - 0x8024002B - (43)
An operation did not complete because it requires a newer version of server.

WU_E_BIN_SOURCE_ABSENT - 0x8024002C - (44)
A delta-compressed update could not be installed because it required the source.

WU_E_SOURCE_ABSENT - 0x8024002D - (45)
A full-file update could not be installed because it required the source.

WU_E_WU_DISABLED - 0x8024002E - (46)
Access to an unmanaged server is not allowed.

WU_E_CALL_CANCELLED_BY_POLICY - 0x8024002F - (47)
Operation did not complete because the DisableWindowsUpdateAccess policy was set.

WU_E_INVALID_PROXY_SERVER - 0x80240030 - (48)
The format of the proxy list was invalid.

WU_E_INVALID_FILE - 0x80240031 - (49)
The file is in the wrong format.

WU_E_INVALID_CRITERIA - 0x80240032 - (50)
The search criteria string was invalid.

WU_E_EULA_UNAVAILABLE - 0x80240033 - (51)
License terms could not be downloaded.

WU_E_DOWNLOAD_FAILED - 0x80240034 - (52)
Update failed to download.

WU_E_UPDATE_NOT_PROCESSED - 0x80240035 - (53)
The update was not processed.

WU_E_INVALID_OPERATION - 0x80240036 - (54)
The object's current state did not allow the operation.

WU_E_NOT_SUPPORTED - 0x80240037 - (55)
The functionality for the operation is not supported.

WU_E_WINHTTP_INVALID_FILE - 0x80240038 - (56)
The downloaded file has an unexpected content type.

WU_E_TOO_MANY_RESYNC - 0x80240039 - (57)
Agent is asked by server to resync too many times.

WU_E_NO_SERVER_CORE_SUPPORT - 0x80240040 - (64)
WUA API method does not run on Server Core installation.

WU_E_SYSPREP_IN_PROGRESS - 0x80240041 - (65)
Service is not available while sysprep is running.

WU_E_UNKNOWN_SERVICE - 0x80240042 - (66)
The update service is no longer registered with AU.

WU_E_NO_UI_SUPPORT - 0x80240043 - (67)
There is no support for WUA UI.

WU_E_PER_MACHINE_UPDATE_ACCESS_DENIED - 0x80240044 - (68)
Only administrators can perform this operation on per-machine updates.

WU_E_UNSUPPORTED_SEARCHSCOPE - 0x80240045 - (69)
A search was attempted with a scope that is not currently supported for this type of search.

WU_E_BAD_FILE_URL - 0x80240046 - (70)
The URL does not point to a file.

WU_E_NOTSUPPORTED - 0x80240047 - (71)
The operation requested is not supported.

WU_E_INVALID_NOTIFICATION_INFO - 0x80240048 - (72)
The featured update notification info returned by the server is invalid.

WU_E_OUTOFRANGE - 0x80240049 - (73)
The data is out of range.

WU_E_SETUP_IN_PROGRESS - 0x8024004A - (74)
Windows Update agent operations are not available while OS setup is running.

WU_E_ORPHANED_DOWNLOAD_JOB - 0x8024004B - (75)
An orphaned downloadjob was found with no active callers.

WU_E_LOW_BATTERY - 0x8024004C - (76)
An update could not be installed because the system battery power level is too low.

WU_E_INFRASTRUCTUREFILE_INVALID_FORMAT - 0x8024004D - (77)
The downloaded infrastructure file is incorrectly formatted.

WU_E_INFRASTRUCTUREFILE_REQUIRES_SSL - 0x8024004E - (78)
The infrastructure file must be downloaded using strong SSL.

WU_E_IDLESHUTDOWN_OPCOUNT_DISCOVERY - 0x8024004F - (79)
A discovery call contributed to a non-zero operation count at idle timer shutdown.

WU_E_IDLESHUTDOWN_OPCOUNT_SEARCH - 0x80240050 - (80)
A search call contributed to a non-zero operation count at idle timer shutdown.

WU_E_IDLESHUTDOWN_OPCOUNT_DOWNLOAD - 0x80240051 - (81)
A download call contributed to a non-zero operation count at idle timer shutdown.

WU_E_IDLESHUTDOWN_OPCOUNT_INSTALL - 0x80240052 - (82)
An install call contributed to a non-zero operation count at idle timer shutdown.

WU_E_IDLESHUTDOWN_OPCOUNT_OTHER - 0x80240053 - (83)
An unspecified call contributed to a non-zero operation count at idle timer shutdown.

WU_E_INTERACTIVE_CALL_CANCELLED - 0x80240054 - (84)
An interactive user cancelled this operation, which was started from the Windows Update Agent UI.

WU_E_AU_CALL_CANCELLED - 0x80240055 - (85)
Automatic Updates cancelled this operation because it applies to an update that is no longer applicable to this computer.

WU_E_SYSTEM_UNSUPPORTED - 0x80240056 - (86)
This version or edition of the operating system doesn't support the needed functionality.

WU_E_NO_SUCH_HANDLER_PLUGIN - 0x80240057 - (87)
The requested update download or install handler, or update applicability expression evaluator, is not provided by this Agent plugin.

WU_E_INVALID_SERIALIZATION_VERSION - 0x80240058 - (88)
The requested serialization version is not supported.

WU_E_NETWORK_COST_EXCEEDS_POLICY - 0x80240059 - (89)
The current network cost does not meet the conditions set by the network cost policy.

WU_E_CALL_CANCELLED_BY_HIDE - 0x8024005A - (90)
The call is cancelled because it applies to an update that is hidden (no longer applicable to this computer).

WU_E_CALL_CANCELLED_BY_INVALID - 0x8024005B - (91)
The call is cancelled because it applies to an update that is invalid (no longer applicable to this computer).

WU_E_PT_CATALOG_SYNC_REQUIRED - 0x80240436 - (1078)
The server does not support category-specific search; Full catalog search has to be issued instead.

WU_E_PT_SECURITY_VERIFICATION_FAILURE - 0x80240437 - (1079)
There was a problem authorizing with the service.

WU_E_PT_ENDPOINT_UNREACHABLE - 0x80240438 - (1080)
There is no route or network connectivity to the endpoint.

WU_E_PT_INVALID_FORMAT - 0x80240439 - (1081)
The data received does not meet the data contract expectations.

WU_E_PT_INVALID_URL - 0x8024043A - (1082)
The url is invalid.

WU_E_PT_NWS_NOT_LOADED - 0x8024043B - (1083)
Unable to load NWS runtime.

WU_E_PT_PROXY_AUTH_SCHEME_NOT_SUPPORTED - 0x8024043C - (1084)
The proxy auth scheme is not supported.

WU_E_SERVICEPROP_NOTAVAIL - 0x8024043D - (1085)
The requested service property is not available.

WU_E_PT_ENDPOINT_REFRESH_REQUIRED - 0x8024043E - (1086)
The endpoint provider plugin requires online refresh.

WU_E_PT_ENDPOINTURL_NOTAVAIL - 0x8024043F - (1087)
A URL for the requested service endpoint is not available.

WU_E_PT_ENDPOINT_DISCONNECTED - 0x80240440 - (1088)
The connection to the service endpoint died.

WU_E_PT_INVALID_OPERATION - 0x80240441 - (1089)
The operation is invalid because protocol talker is in an inappropriate state.

WU_E_PT_OBJECT_FAULTED - 0x80240442 - (1090)
The object is in a faulted state due to a previous error.

WU_E_PT_NUMERIC_OVERFLOW - 0x80240443 - (1091)
The operation would lead to numeric overflow.

WU_E_PT_OPERATION_ABORTED - 0x80240444 - (1092)
The operation was aborted.

WU_E_PT_OPERATION_ABANDONED - 0x80240445 - (1093)
The operation was abandoned.

WU_E_PT_QUOTA_EXCEEDED - 0x80240446 - (1094)
A quota was exceeded.

WU_E_PT_NO_TRANSLATION_AVAILABLE - 0x80240447 - (1095)
The information was not available in the specified language.

WU_E_PT_ADDRESS_IN_USE - 0x80240448 - (1096)
The address is already being used.

WU_E_PT_ADDRESS_NOT_AVAILABLE - 0x80240449 - (1097)
The address is not valid for this context.

WU_E_PT_OTHER - 0x8024044A - (1098)
Unrecognized error occurred in the Windows Web Services framework.

WU_E_PT_SECURITY_SYSTEM_FAILURE - 0x8024044B - (1099)
A security operation failed in the Windows Web Services framework.

WU_E_UNEXPECTED - 0x80240FFF - (4095)
An operation failed due to reasons not covered by another error code.

WU_E_MSI_WRONG_VERSION - 0x80241001 - (4097)
Search may have missed some updates because the Windows Installer is less than version 3.1.

WU_E_MSI_NOT_CONFIGURED - 0x80241002 - (4098)
Search may have missed some updates because the Windows Installer is not configured.

WU_E_MSP_DISABLED - 0x80241003 - (4099)
Search may have missed some updates because policy has disabled Windows Installer patching.

WU_E_MSI_WRONG_APP_CONTEXT - 0x80241004 - (4100)
An update could not be applied because the application is installed per-user.

WU_E_MSI_NOT_PRESENT - 0x80241005 - (4101)
Search may have missed some updates because the Windows Installer is less than version 3.1.

WU_E_MSP_UNEXPECTED - 0x80241FFF - (8191)
Search may have missed some updates because there was a failure of the Windows Installer.

WU_E_UH_REMOTEUNAVAILABLE - 0x80242000 - (8192)
A request for a remote update handler could not be completed because no remote process is available.

WU_E_UH_LOCALONLY - 0x80242001 - (8193)
A request for a remote update handler could not be completed because the handler is local only.

WU_E_UH_UNKNOWNHANDLER - 0x80242002 - (8194)
A request for an update handler could not be completed because the handler could not be recognized.

WU_E_UH_REMOTEALREADYACTIVE - 0x80242003 - (8195)
A remote update handler could not be created because one already exists.

WU_E_UH_DOESNOTSUPPORTACTION - 0x80242004 - (8196)
A request for the handler to install (uninstall) an update could not be completed because the update does not support install (uninstall).

WU_E_UH_WRONGHANDLER - 0x80242005 - (8197)
An operation did not complete because the wrong handler was specified.

WU_E_UH_INVALIDMETADATA - 0x80242006 - (8198)
A handler operation could not be completed because the update contains invalid metadata.

WU_E_UH_INSTALLERHUNG - 0x80242007 - (8199)
An operation could not be completed because the installer exceeded the time limit.

WU_E_UH_OPERATIONCANCELLED - 0x80242008 - (8200)
An operation being done by the update handler was cancelled.

WU_E_UH_BADHANDLERXML - 0x80242009 - (8201)
An operation could not be completed because the handler-specific metadata is invalid.

WU_E_UH_CANREQUIREINPUT - 0x8024200A - (8202)
A request to the handler to install an update could not be completed because the update requires user input.

WU_E_UH_INSTALLERFAILURE - 0x8024200B - (8203)
The installer failed to install (uninstall) one or more updates.

WU_E_UH_FALLBACKTOSELFCONTAINED - 0x8024200C - (8204)
The update handler should download self-contained content rather than delta-compressed content for the update.

WU_E_UH_NEEDANOTHERDOWNLOAD - 0x8024200D - (8205)
The update handler did not install the update because it needs to be downloaded again.

WU_E_UH_NOTIFYFAILURE - 0x8024200E - (8206)
The update handler failed to send notification of the status of the install (uninstall) operation.

WU_E_UH_INCONSISTENT_FILE_NAMES - 0x8024200F - (8207)
The file names contained in the update metadata and in the update package are inconsistent.

WU_E_UH_FALLBACKERROR - 0x80242010 - (8208)
The update handler failed to fall back to the self-contained content.

WU_E_UH_TOOMANYDOWNLOADREQUESTS - 0x80242011 - (8209)
The update handler has exceeded the maximum number of download requests.

WU_E_UH_UNEXPECTEDCBSRESPONSE - 0x80242012 - (8210)
The update handler has received an unexpected response from CBS.

WU_E_UH_BADCBSPACKAGEID - 0x80242013 - (8211)
The update metadata contains an invalid CBS package identifier.

WU_E_UH_POSTREBOOTSTILLPENDING - 0x80242014 - (8212)
The post-reboot operation for the update is still in progress.

WU_E_UH_POSTREBOOTRESULTUNKNOWN - 0x80242015 - (8213)
The result of the post-reboot operation for the update could not be determined.

WU_S_UH_INSTALLSTILLPENDING - 0x00242015 - (8213)
The installation operation for the update is still in progress.

WU_E_UH_POSTREBOOTUNEXPECTEDSTATE - 0x80242016 - (8214)
The state of the update after its post-reboot operation has completed is unexpected.

WU_E_UH_NEW_SERVICING_STACK_REQUIRED - 0x80242017 - (8215)
The OS servicing stack must be updated before this update is downloaded or installed.

WU_E_UH_CALLED_BACK_FAILURE - 0x80242018 - (8216)
A callback installer called back with an error.

WU_E_UH_CUSTOMINSTALLER_INVALID_SIGNATURE - 0x80242019 - (8217)
The custom installer signature did not match the signature required by the update.

WU_E_UH_UNSUPPORTED_INSTALLCONTEXT - 0x8024201A - (8218)
The installer does not support the installation configuration.

WU_E_UH_INVALID_TARGETSESSION - 0x8024201B - (8219)
The targeted session for install is invalid.

WU_E_UH_DECRYPTFAILURE - 0x8024201C - (8220)
The handler failed to decrypt the update files.

WU_E_UH_HANDLER_DISABLEDUNTILREBOOT - 0x8024201D - (8221)
The update handler is disabled until the system reboots.

WU_E_UH_APPX_NOT_PRESENT - 0x8024201E - (8222)
The AppX infrastructure is not present on the system.

WU_E_UH_NOTREADYTOCOMMIT - 0x8024201F - (8223)
The update cannot be committed because it has not been previously installed or staged.

WU_E_UH_UNEXPECTED - 0x80242FFF - (12287)
An update handler error not covered by another WU_E_UH_* code.

WU_E_INSTALLATION_RESULTS_UNKNOWN_VERSION - 0x80243001 - (12289)
The results of download and installation could not be read from the registry due to an unrecognized data format version.

WU_E_INSTALLATION_RESULTS_INVALID_DATA - 0x80243002 - (12290)
The results of download and installation could not be read from the registry due to an invalid data format.

WU_E_INSTALLATION_RESULTS_NOT_FOUND - 0x80243003 - (12291)
The results of download and installation are not available; the operation may have failed to start.

WU_E_TRAYICON_FAILURE - 0x80243004 - (12292)
A failure occurred when trying to create an icon in the taskbar notification area.

WU_E_NON_UI_MODE - 0x80243FFD - (16381)
Unable to show UI when in non-UI mode; WU client UI modules may not be installed.

WU_E_WUCLTUI_UNSUPPORTED_VERSION - 0x80243FFE - (16382)
Unsupported version of WU client UI exported functions.

WU_E_AUCLIENT_UNEXPECTED - 0x80243FFF - (16383)
There was a user interface error not covered by another WU_E_AUCLIENT_* error code.

WU_E_PT_SOAPCLIENT_BASE - 0x80244000 - (16384)
WU_E_PT_SOAPCLIENT_* error codes map to the SOAPCLIENT_ERROR enum of the ATL Server Library.

WU_E_PT_SOAPCLIENT_INITIALIZE - 0x80244001 - (16385)
Same as SOAPCLIENT_INITIALIZE_ERROR - initialization of the SOAP client failed, possibly because of an MSXML installation failure.

WU_E_PT_SOAPCLIENT_OUTOFMEMORY - 0x80244002 - (16386)
Same as SOAPCLIENT_OUTOFMEMORY - SOAP client failed because it ran out of memory.

WU_E_PT_SOAPCLIENT_GENERATE - 0x80244003 - (16387)
Same as SOAPCLIENT_GENERATE_ERROR - SOAP client failed to generate the request.

WU_E_PT_SOAPCLIENT_CONNECT - 0x80244004 - (16388)
Same as SOAPCLIENT_CONNECT_ERROR - SOAP client failed to connect to the server.

WU_E_PT_SOAPCLIENT_SEND - 0x80244005 - (16389)
Same as SOAPCLIENT_SEND_ERROR - SOAP client failed to send a message for reasons of WU_E_WINHTTP_* error codes.

WU_E_PT_SOAPCLIENT_SERVER - 0x80244006 - (16390)
Same as SOAPCLIENT_SERVER_ERROR - SOAP client failed because there was a server error.

WU_E_PT_SOAPCLIENT_SOAPFAULT - 0x80244007 - (16391)
Same as SOAPCLIENT_SOAPFAULT - SOAP client failed because there was a SOAP fault for reasons of WU_E_PT_SOAP_* error codes.

WU_E_PT_SOAPCLIENT_PARSEFAULT - 0x80244008 - (16392)
Same as SOAPCLIENT_PARSEFAULT_ERROR - SOAP client failed to parse a SOAP fault.

WU_E_PT_SOAPCLIENT_READ - 0x80244009 - (16393)
Same as SOAPCLIENT_READ_ERROR - SOAP client failed while reading the response from the server.

WU_E_PT_SOAPCLIENT_PARSE - 0x8024400A - (16394)
Same as SOAPCLIENT_PARSE_ERROR - SOAP client failed to parse the response from the server.

WU_E_PT_SOAP_VERSION - 0x8024400B - (16395)
Same as SOAP_E_VERSION_MISMATCH - SOAP client found an unrecognizable namespace for the SOAP envelope.

WU_E_PT_SOAP_MUST_UNDERSTAND - 0x8024400C - (16396)
Same as SOAP_E_MUST_UNDERSTAND - SOAP client was unable to understand a header.

WU_E_PT_SOAP_CLIENT - 0x8024400D - (16397)
Same as SOAP_E_CLIENT - SOAP client found the message was malformed; fix before resending.

WU_E_PT_SOAP_SERVER - 0x8024400E - (16398)
Same as SOAP_E_SERVER - The SOAP message could not be processed due to a server error; resend later.

WU_E_PT_WMI_ERROR - 0x8024400F - (16399)
There was an unspecified Windows Management Instrumentation (WMI) error.

WU_E_PT_EXCEEDED_MAX_SERVER_TRIPS - 0x80244010 - (16400)
The number of round trips to the server exceeded the maximum limit.

WU_E_PT_SUS_SERVER_NOT_SET - 0x80244011 - (16401)
WUServer policy value is missing in the registry.

WU_E_PT_DOUBLE_INITIALIZATION - 0x80244012 - (16402)
Initialization failed because the object was already initialized.

WU_E_PT_INVALID_COMPUTER_NAME - 0x80244013 - (16403)
The computer name could not be determined.

WU_E_PT_REFRESH_CACHE_REQUIRED - 0x80244015 - (16405)
The reply from the server indicates that the server was changed or the cookie was invalid; refresh the state of the internal cache and retry.

WU_E_PT_HTTP_STATUS_BAD_REQUEST - 0x80244016 - (16406)
Same as HTTP status 400 - the server could not process the request due to invalid syntax.

WU_E_PT_HTTP_STATUS_DENIED - 0x80244017 - (16407)
Same as HTTP status 401 - the requested resource requires user authentication.

WU_E_PT_HTTP_STATUS_FORBIDDEN - 0x80244018 - (16408)
Same as HTTP status 403 - server understood the request, but declined to fulfill it.

WU_E_PT_HTTP_STATUS_NOT_FOUND - 0x80244019 - (16409)
Same as HTTP status 404 - the server cannot find the requested URI (Uniform Resource Identifier).

WU_E_PT_HTTP_STATUS_BAD_METHOD - 0x8024401A - (16410)
Same as HTTP status 405 - the HTTP method is not allowed.

WU_E_PT_HTTP_STATUS_PROXY_AUTH_REQ - 0x8024401B - (16411)
Same as HTTP status 407 - proxy authentication is required.

WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT - 0x8024401C - (16412)
Same as HTTP status 408 - the server timed out waiting for the request.

WU_E_PT_HTTP_STATUS_CONFLICT - 0x8024401D - (16413)
Same as HTTP status 409 - the request was not completed due to a conflict with the current state of the resource.

WU_E_PT_HTTP_STATUS_GONE - 0x8024401E - (16414)
Same as HTTP status 410 - requested resource is no longer available at the server.

WU_E_PT_HTTP_STATUS_SERVER_ERROR - 0x8024401F - (16415)
Same as HTTP status 500 - an error internal to the server prevented fulfilling the request.

WU_E_PT_HTTP_STATUS_NOT_SUPPORTED - 0x80244020 - (16416)
Same as HTTP status 500 - server does not support the functionality required to fulfill the request.

WU_E_PT_HTTP_STATUS_BAD_GATEWAY - 0x80244021 - (16417)
Same as HTTP status 502 - the server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL - 0x80244022 - (16418)
Same as HTTP status 503 - the service is temporarily overloaded.

WU_E_PT_HTTP_STATUS_GATEWAY_TIMEOUT - 0x80244023 - (16419)
Same as HTTP status 503 - the request was timed out waiting for a gateway.

WU_E_PT_HTTP_STATUS_VERSION_NOT_SUP - 0x80244024 - (16420)
Same as HTTP status 505 - the server does not support the HTTP protocol version used for the request.

WU_E_PT_FILE_LOCATIONS_CHANGED - 0x80244025 - (16421)
Operation failed due to a changed file location; refresh internal state and resend.

WU_E_PT_REGISTRATION_NOT_SUPPORTED - 0x80244026 - (16422)
Operation failed because Windows Update Agent does not support registration with a non-WSUS server.

WU_E_PT_NO_AUTH_PLUGINS_REQUESTED - 0x80244027 - (16423)
The server returned an empty authentication information list.

WU_E_PT_NO_AUTH_COOKIES_CREATED - 0x80244028 - (16424)
Windows Update Agent was unable to create any valid authentication cookies.

WU_E_PT_INVALID_CONFIG_PROP - 0x80244029 - (16425)
A configuration property value was wrong.

WU_E_PT_CONFIG_PROP_MISSING - 0x8024402A - (16426)
A configuration property value was missing.

WU_E_PT_HTTP_STATUS_NOT_MAPPED - 0x8024402B - (16427)
The HTTP request could not be completed and the reason did not correspond to any of the WU_E_PT_HTTP_* error codes.

WU_E_PT_WINHTTP_NAME_NOT_RESOLVED - 0x8024402C - (16428)
Same as ERROR_WINHTTP_NAME_NOT_RESOLVED - the proxy server or target server name cannot be resolved.

WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS - 0x8024402F - (16431)
External cab file processing completed with some errors.

WU_E_PT_ECP_INIT_FAILED - 0x80244030 - (16432)
The external cab processor initialization did not complete.

WU_E_PT_ECP_INVALID_FILE_FORMAT - 0x80244031 - (16433)
The format of a metadata file was invalid.

WU_E_PT_ECP_INVALID_METADATA - 0x80244032 - (16434)
External cab processor found invalid metadata.

WU_E_PT_ECP_FAILURE_TO_EXTRACT_DIGEST - 0x80244033 - (16435)
The file digest could not be extracted from an external cab file.

WU_E_PT_ECP_FAILURE_TO_DECOMPRESS_CAB_FILE - 0x80244034 - (16436)
An external cab file could not be decompressed.

WU_E_PT_ECP_FILE_LOCATION_ERROR - 0x80244035 - (16437)
External cab processor was unable to get file locations.

WU_E_PT_UNEXPECTED - 0x80244FFF - (20479)
A communication error not covered by another WU_E_PT_* error code.

WU_E_REDIRECTOR_LOAD_XML - 0x80245001 - (20481)
The redirector XML document could not be loaded into the DOM class.

WU_E_REDIRECTOR_S_FALSE - 0x80245002 - (20482)
The redirector XML document is missing some required information.

WU_E_REDIRECTOR_ID_SMALLER - 0x80245003 - (20483)
The redirectorId in the downloaded redirector cab is less than in the cached cab.

WU_E_REDIRECTOR_UNKNOWN_SERVICE - 0x80245004 - (20484)
The service ID is not supported in the service environment.

WU_E_REDIRECTOR_UNSUPPORTED_CONTENTTYPE - 0x80245005 - (20485)
The response from the redirector server had an unsupported content type.

WU_E_REDIRECTOR_INVALID_RESPONSE - 0x80245006 - (20486)
The response from the redirector server had an error status or was invalid.

WU_E_REDIRECTOR_ATTRPROVIDER_EXCEEDED_MAX_NAMEVALUE - 0x80245008 - (20488)
The maximum number of name value pairs was exceeded by the attribute provider.

WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_NAME - 0x80245009 - (20489)
The name received from the attribute provider was invalid.

WU_E_REDIRECTOR_ATTRPROVIDER_INVALID_VALUE - 0x8024500A - (20490)
The value received from the attribute provider was invalid.

WU_E_REDIRECTOR_SLS_GENERIC_ERROR - 0x8024500B - (20491)
There was an error in connecting to or parsing the response from the Service Locator Service redirector server.

WU_E_REDIRECTOR_CONNECT_POLICY - 0x8024500C - (20492)
Connections to the redirector server are disallowed by managed policy.

WU_E_PT_SAME_REDIR_ID - 0x8024502D - (20525)
Windows Update Agent failed to download a redirector cabinet file with a new redirectorId value from the server during the recovery.

WU_E_PT_NO_MANAGED_RECOVER - 0x8024502E - (20526)
A redirector recovery action did not complete because the server is managed.

WU_E_REDIRECTOR_UNEXPECTED - 0x80245FFF - (24575)
The redirector failed for reasons not covered by another WU_E_REDIRECTOR_* error code.

WU_E_DM_URLNOTAVAILABLE - 0x80246001 - (24577)
A download manager operation could not be completed because the requested file does not have a URL.

WU_S_DM_ALREADYDOWNLOADING - 0x00246001 - (24577)
The update to be downloaded is already being downloaded.

WU_E_DM_INCORRECTFILEHASH - 0x80246002 - (24578)
A download manager operation could not be completed because the file digest was not recognized.

WU_E_DM_UNKNOWNALGORITHM - 0x80246003 - (24579)
A download manager operation could not be completed because the file metadata requested an unrecognized hash algorithm.

WU_E_DM_NEEDDOWNLOADREQUEST - 0x80246004 - (24580)
An operation could not be completed because a download request is required from the download handler.

WU_E_DM_NONETWORK - 0x80246005 - (24581)
A download manager operation could not be completed because the network connection was unavailable.

WU_E_DM_WRONGBITSVERSION - 0x80246006 - (24582)
A download manager operation could not be completed because the version of Background Intelligent Transfer Service (BITS) is incompatible.

WU_E_DM_NOTDOWNLOADED - 0x80246007 - (24583)
The update has not been downloaded.

WU_E_DM_FAILTOCONNECTTOBITS - 0x80246008 - (24584)
A download manager operation failed because the download manager was unable to connect the Background Intelligent Transfer Service (BITS).

WU_E_DM_BITSTRANSFERERROR - 0x80246009 - (24585)
A download manager operation failed because there was an unspecified Background Intelligent Transfer Service (BITS) transfer error.

WU_E_DM_DOWNLOADLOCATIONCHANGED - 0x8024600A - (24586)
A download must be restarted because the location of the source of the download has changed.

WU_E_DM_CONTENTCHANGED - 0x8024600B - (24587)
A download must be restarted because the update content changed in a new revision.

WU_E_DM_DOWNLOADLIMITEDBYUPDATESIZE - 0x8024600C - (24588)
A download failed because the current network limits downloads by update size for the update service.

WU_E_DM_UNAUTHORIZED - 0x8024600E - (24590)
The download failed because the client was denied authorization to download the content.

WU_E_DM_BG_ERROR_TOKEN_REQUIRED - 0x8024600F - (24591)
The download failed because the user token associated with the BITS job no longer exists.

WU_E_DM_DOWNLOADSANDBOXNOTFOUND - 0x80246010 - (24592)
The sandbox directory for the downloaded update was not found.

WU_E_DM_DOWNLOADFILEPATHUNKNOWN - 0x80246011 - (24593)
The downloaded update has an unknown file path.

WU_E_DM_DOWNLOADFILEMISSING - 0x80246012 - (24594)
One or more of the files for the downloaded update is missing.

WU_E_DM_UPDATEREMOVED - 0x80246013 - (24595)
An attempt was made to access a downloaded update that has already been removed.

WU_E_DM_READRANGEFAILED - 0x80246014 - (24596)
Windows Update couldn't find a needed portion of a downloaded update's file.

WU_E_DM_NEEDBATCHDOWNLOADREQUEST - 0x80246015 - (24597)
An operation could not be completed because a batched download request is required from the download handler.

WU_E_DM_UNAUTHORIZED_NO_USER - 0x80246016 - (24598)
The download failed because the client was denied authorization to download the content due to no user logged on.

WU_E_DM_UNAUTHORIZED_LOCAL_USER - 0x80246017 - (24599)
The download failed because the local user was denied authorization to download the content.

WU_E_DM_UNAUTHORIZED_DOMAIN_USER - 0x80246018 - (24600)
The download failed because the domain user was denied authorization to download the content.

WU_E_DM_UNAUTHORIZED_NO_LICENSE - 0x80246019 - (24601)
The download failed because the user has no license to download the content.

WU_E_DM_FALLINGBACKTOBITS - 0x8024601A - (24602)
The download will be continued by falling back to BITS to download the content.

WU_E_DM_UNEXPECTED - 0x80246FFF - (28671)
There was a download manager error not covered by another WU_E_DM_* error code.

WU_E_OL_INVALID_SCANFILE - 0x80247001 - (28673)
An operation could not be completed because the scan package was invalid.

WU_E_OL_NEWCLIENT_REQUIRED - 0x80247002 - (28674)
An operation could not be completed because the scan package requires a greater version of the Windows Update Agent.

WU_E_INVALID_EVENT_PAYLOAD - 0x80247003 - (28675)
An invalid event payload was specified.

WU_E_INVALID_EVENT_PAYLOADSIZE - 0x80247004 - (28676)
The size of the event payload submitted is invalid.

WU_E_SERVICE_NOT_REGISTERED - 0x80247005 - (28677)
The service is not registered.

WU_E_OL_UNEXPECTED - 0x80247FFF - (32767)
Search using the scan package failed.

WU_E_DS_SHUTDOWN - 0x80248000 - (32768)
An operation failed because Windows Update Agent is shutting down.

WU_E_DS_INUSE - 0x80248001 - (32769)
An operation failed because the data store was in use.

WU_E_DS_INVALID - 0x80248002 - (32770)
The current and expected states of the data store do not match.

WU_E_DS_TABLEMISSING - 0x80248003 - (32771)
The data store is missing a table.

WU_E_DS_TABLEINCORRECT - 0x80248004 - (32772)
The data store contains a table with unexpected columns.

WU_E_DS_INVALIDTABLENAME - 0x80248005 - (32773)
A table could not be opened because the table is not in the data store.

WU_E_DS_BADVERSION - 0x80248006 - (32774)
The current and expected versions of the data store do not match.

WU_E_DS_NODATA - 0x80248007 - (32775)
The information requested is not in the data store.

WU_E_DS_MISSINGDATA - 0x80248008 - (32776)
The data store is missing required information or has a NULL in a table column that requires a non-null value.

WU_E_DS_MISSINGREF - 0x80248009 - (32777)
The data store is missing required information or has a reference to missing license terms, file, localized property or linked row.

WU_E_DS_UNKNOWNHANDLER - 0x8024800A - (32778)
The update was not processed because its update handler could not be recognized.

WU_E_DS_CANTDELETE - 0x8024800B - (32779)
The update was not deleted because it is still referenced by one or more services.

WU_E_DS_LOCKTIMEOUTEXPIRED - 0x8024800C - (32780)
The data store section could not be locked within the allotted time.

WU_E_DS_NOCATEGORIES - 0x8024800D - (32781)
The category was not added because it contains no parent categories and is not a top-level category itself.

WU_E_DS_ROWEXISTS - 0x8024800E - (32782)
The row was not added because an existing row has the same primary key.

WU_E_DS_STOREFILELOCKED - 0x8024800F - (32783)
The data store could not be initialized because it was locked by another process.

WU_E_DS_CANNOTREGISTER - 0x80248010 - (32784)
The data store is not allowed to be registered with COM in the current process.

WU_E_DS_UNABLETOSTART - 0x80248011 - (32785)
Could not create a data store object in another process.

WU_E_DS_DUPLICATEUPDATEID - 0x80248013 - (32787)
The server sent the same update to the client with two different revision IDs.

WU_E_DS_UNKNOWNSERVICE - 0x80248014 - (32788)
An operation did not complete because the service is not in the data store.

WU_E_DS_SERVICEEXPIRED - 0x80248015 - (32789)
An operation did not complete because the registration of the service has expired.

WU_E_DS_DECLINENOTALLOWED - 0x80248016 - (32790)
A request to hide an update was declined because it is a mandatory update or because it was deployed with a deadline.

WU_E_DS_TABLESESSIONMISMATCH - 0x80248017 - (32791)
A table was not closed because it is not associated with the session.

WU_E_DS_SESSIONLOCKMISMATCH - 0x80248018 - (32792)
A table was not closed because it is not associated with the session.

WU_E_DS_NEEDWINDOWSSERVICE - 0x80248019 - (32793)
A request to remove the Windows Update service or to unregister it with Automatic Updates was declined because it is a built-in service and/or Automatic Updates cannot fall back to another service.

WU_E_DS_INVALIDOPERATION - 0x8024801A - (32794)
A request was declined because the operation is not allowed.

WU_E_DS_SCHEMAMISMATCH - 0x8024801B - (32795)
The schema of the current data store and the schema of a table in a backup XML document do not match.

WU_E_DS_RESETREQUIRED - 0x8024801C - (32796)
The data store requires a session reset; release the session and retry with a new session.

WU_E_DS_IMPERSONATED - 0x8024801D - (32797)
A data store operation did not complete because it was requested with an impersonated identity.

WU_E_DS_UNEXPECTED - 0x80248FFF - (36863)
A data store error not covered by another WU_E_DS_* code.

WU_E_INVENTORY_PARSEFAILED - 0x80249001 - (36865)
Parsing of the rule file failed.

WU_E_INVENTORY_GET_INVENTORY_TYPE_FAILED - 0x80249002 - (36866)
Failed to get the requested inventory type from the server.

WU_E_INVENTORY_RESULT_UPLOAD_FAILED - 0x80249003 - (36867)
Failed to upload inventory result to the server.

WU_E_INVENTORY_UNEXPECTED - 0x80249004 - (36868)
There was an inventory error not covered by another error code.

WU_E_INVENTORY_WMI_ERROR - 0x80249005 - (36869)
A WMI error occurred when enumerating the instances for a particular class.

WU_E_AU_NOSERVICE - 0x8024A000 - (40960)
Automatic Updates was unable to service incoming requests.

WU_E_AU_NONLEGACYSERVER - 0x8024A002 - (40962)
The old version of the Automatic Updates client has stopped because the WSUS server has been upgraded.

WU_E_AU_LEGACYCLIENTDISABLED - 0x8024A003 - (40963)
The old version of the Automatic Updates client was disabled.

WU_E_AU_PAUSED - 0x8024A004 - (40964)
Automatic Updates was unable to process incoming requests because it was paused.

WU_E_AU_NO_REGISTERED_SERVICE - 0x8024A005 - (40965)
No unmanaged service is registered with AU.

WU_E_AU_DETECT_SVCID_MISMATCH - 0x8024A006 - (40966)
The default service registered with AU changed during the search.

WU_E_REBOOT_IN_PROGRESS - 0x8024A007 - (40967)
A reboot is in progress.

WU_E_AU_OOBE_IN_PROGRESS - 0x8024A008 - (40968)
Automatic Updates can't process incoming requests while Windows Welcome is running.

WU_E_AU_UNEXPECTED - 0x8024AFFF - (45055)
An Automatic Updates error not covered by another WU_E_AU * code.

WU_E_WUTASK_INPROGRESS - 0x8024B001 - (45057)
The task is currently in progress.

WU_E_WUTASK_STATUS_DISABLED - 0x8024B002 - (45058)
The operation cannot be completed since the task status is currently disabled.

WU_E_WUTASK_NOT_STARTED - 0x8024B003 - (45059)
The operation cannot be completed since the task is not yet started.

WU_E_WUTASK_RETRY - 0x8024B004 - (45060)
The task was stopped and needs to be run again to complete.

WU_E_WUTASK_CANCELINSTALL_DISALLOWED - 0x8024B005 - (45061)
Cannot cancel a non-scheduled install.

WU_E_UNKNOWN_HARDWARECAPABILITY - 0x8024B101 - (45313)
Hardware capability meta data was not found after a sync with the service.

WU_E_BAD_XML_HARDWARECAPABILITY - 0x8024B102 - (45314)
Hardware capability meta data was malformed and/or failed to parse.

WU_E_DRV_PRUNED - 0x8024C001 - (49153)
A driver was skipped.

WU_E_DRV_NOPROP_OR_LEGACY - 0x8024C002 - (49154)
A property for the driver could not be found. It may not conform with required specifications.

WU_E_DRV_REG_MISMATCH - 0x8024C003 - (49155)
The registry type read for the driver does not match the expected type.

WU_E_DRV_NO_METADATA - 0x8024C004 - (49156)
The driver update is missing metadata.

WU_E_DRV_MISSING_ATTRIBUTE - 0x8024C005 - (49157)
The driver update is missing a required attribute.

WU_E_DRV_SYNC_FAILED - 0x8024C006 - (49158)
Driver synchronization failed.

WU_E_DRV_NO_PRINTER_CONTENT - 0x8024C007 - (49159)
Information required for the synchronization of applicable printers is missing.

WU_E_DRV_DEVICE_PROBLEM - 0x8024C008 - (49160)
After installing a driver update, the updated device has reported a problem.

WU_E_DRV_UNEXPECTED - 0x8024CFFF - (53247)
A driver error not covered by another WU_E_DRV_* code.

WU_E_SETUP_INVALID_INFDATA - 0x8024D001 - (53249)
Windows Update Agent could not be updated because an INF file contains invalid information.

WU_E_SETUP_INVALID_IDENTDATA - 0x8024D002 - (53250)
Windows Update Agent could not be updated because the wuident.cab file contains invalid information.

WU_E_SETUP_ALREADY_INITIALIZED - 0x8024D003 - (53251)
Windows Update Agent could not be updated because of an internal error that caused setup initialization to be performed twice.

WU_E_SETUP_NOT_INITIALIZED - 0x8024D004 - (53252)
Windows Update Agent could not be updated because setup initialization never completed successfully.

WU_E_SETUP_SOURCE_VERSION_MISMATCH - 0x8024D005 - (53253)
Windows Update Agent could not be updated because the versions specified in the INF do not match the actual source file versions.

WU_E_SETUP_TARGET_VERSION_GREATER - 0x8024D006 - (53254)
Windows Update Agent could not be updated because a WUA file on the target system is newer than the corresponding source file.

WU_E_SETUP_REGISTRATION_FAILED - 0x8024D007 - (53255)
Windows Update Agent could not be updated because regsvr32.exe returned an error.

WU_E_SELFUPDATE_SKIP_ON_FAILURE - 0x8024D008 - (53256)
An update to the Windows Update Agent was skipped because previous attempts to update have failed.

WU_E_SETUP_SKIP_UPDATE - 0x8024D009 - (53257)
An update to the Windows Update Agent was skipped due to a directive in the wuident.cab file.

WU_E_SETUP_UNSUPPORTED_CONFIGURATION - 0x8024D00A - (53258)
Windows Update Agent could not be updated because the current system configuration is not supported.

WU_E_SETUP_BLOCKED_CONFIGURATION - 0x8024D00B - (53259)
Windows Update Agent could not be updated because the system is configured to block the update.

WU_E_SETUP_REBOOT_TO_FIX - 0x8024D00C - (53260)
Windows Update Agent could not be updated because a restart of the system is required.

WU_E_SETUP_ALREADYRUNNING - 0x8024D00D - (53261)
Windows Update Agent setup is already running.

WU_E_SETUP_REBOOTREQUIRED - 0x8024D00E - (53262)
Windows Update Agent setup package requires a reboot to complete installation.

WU_E_SETUP_HANDLER_EXEC_FAILURE - 0x8024D00F - (53263)
Windows Update Agent could not be updated because the setup handler failed during execution.

WU_E_SETUP_INVALID_REGISTRY_DATA - 0x8024D010 - (53264)
Windows Update Agent could not be updated because the registry contains invalid information.

WU_E_SELFUPDATE_REQUIRED - 0x8024D011 - (53265)
Windows Update Agent must be updated before search can continue.

WU_E_SELFUPDATE_REQUIRED_ADMIN - 0x8024D012 - (53266)
Windows Update Agent must be updated before search can continue. An administrator is required to perform the operation.

WU_E_SETUP_WRONG_SERVER_VERSION - 0x8024D013 - (53267)
Windows Update Agent could not be updated because the server does not contain update information for this version.

WU_E_SETUP_DEFERRABLE_REBOOT_PENDING - 0x8024D014 - (53268)
Windows Update Agent is successfully updated, but a reboot is required to complete the setup.

WU_E_SETUP_NON_DEFERRABLE_REBOOT_PENDING - 0x8024D015 - (53269)
Windows Update Agent is successfully updated, but a reboot is required to complete the setup.

WU_E_SETUP_FAIL - 0x8024D016 - (53270)
Windows Update Agent could not be updated because of an unknown error.

WU_E_SETUP_UNEXPECTED - 0x8024DFFF - (57343)
Windows Update Agent could not be updated because of an error not covered by another WU_E_SETUP_* error code.

WU_E_EE_UNKNOWN_EXPRESSION - 0x8024E001 - (57345)
An expression evaluator operation could not be completed because an expression was unrecognized.

WU_E_EE_INVALID_EXPRESSION - 0x8024E002 - (57346)
An expression evaluator operation could not be completed because an expression was invalid.

WU_E_EE_MISSING_METADATA - 0x8024E003 - (57347)
An expression evaluator operation could not be completed because an expression contains an incorrect number of metadata nodes.

WU_E_EE_INVALID_VERSION - 0x8024E004 - (57348)
An expression evaluator operation could not be completed because the version of the serialized expression data is invalid.

WU_E_EE_NOT_INITIALIZED - 0x8024E005 - (57349)
The expression evaluator could not be initialized.

WU_E_EE_INVALID_ATTRIBUTEDATA - 0x8024E006 - (57350)
An expression evaluator operation could not be completed because there was an invalid attribute.

WU_E_EE_CLUSTER_ERROR - 0x8024E007 - (57351)
An expression evaluator operation could not be completed because the cluster state of the computer could not be determined.

WU_E_EE_UNEXPECTED - 0x8024EFFF - (61439)
There was an expression evaluator error not covered by another WU_E_EE_* error code.

WU_E_REPORTER_EVENTCACHECORRUPT - 0x8024F001 - (61441)
The event cache file was defective.

WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED - 0x8024F002 - (61442)
The XML in the event namespace descriptor could not be parsed.

WU_E_INVALID_EVENT - 0x8024F003 - (61443)
The XML in the event namespace descriptor could not be parsed.

WU_E_SERVER_BUSY - 0x8024F004 - (61444)
The server rejected an event because the server was too busy.

WU_E_CALLBACK_COOKIE_NOT_FOUND - 0x8024F005 - (61445)
The specified callback cookie is not found.

WU_E_REPORTER_UNEXPECTED - 0x8024FFFF - (65535)
There was a reporter error not covered by another error code.

1 comment:

  1. The download failed because the client was denied authorization to download the content.
    0x8024600E

    ReplyDelete