WUA Networking Error Codes
The Windows Update Agent (WUA) API can return the following error codes when performing network operations such as searching for updates:
Constant/value | Description |
---|---|
|
The downloaded file has an unexpected content type. |
|
Same as HTTP status 400 – The server could not process the request due to invalid syntax. |
|
Same as HTTP status 401 – The requested resource requires user authentication. |
|
Same as HTTP status 403 – Server understood the request, but declines to fulfill it. |
|
Same as HTTP status 404 – The server cannot find the requested URI (Uniform Resource Identifier). |
|
Same as HTTP status 405 – The HTTP method is not allowed. |
|
Same as HTTP status 407 – Proxy authentication is required. |
|
Same as HTTP status 408 – The server timed out waiting for the request. |
|
Same as HTTP status 409 – The request was not completed due to a conflict with the current state of the resource. |
|
Same as HTTP status 410 – Requested resource is no longer available at the server. |
|
Same as HTTP status 500 – An error internal to the server prevented fulfilling the request. |
|
Same as HTTP status 501 – Server does not support the functionality required to fulfill the request. |
|
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. |
|
Same as HTTP status 503 – The service is temporarily overloaded. |
|
Same as HTTP status 504 – The request was timed out waiting for a gateway. |
|
Same as HTTP status 505 – The server does not support the HTTP protocol version used for the request. |
|
The request could not be completed and the reason did not correspond to any of the WU_E_PT_HTTP_* error codes. |
|
Same as ERROR_WINHTTP_NAME_NOT_RESOLVED - The proxy server or target server name cannot be resolved. |
Requirements
Requirement | Value |
---|---|
Header |
|