Tuesday, September 27, 2011

HRESULTS: FACILITY_HTTP


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

CodeHRESULTDescription#define
1000x80190064 HTTP status 100: The request can be continued. BG_E_HTTP_ERROR_100
1010x80190065 HTTP status 101: The server switched protocols in an upgrade header. BG_E_HTTP_ERROR_101
2000x801900C8 HTTP status 200: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_200
2010x801900C9 HTTP status 201: The request was fulfilled and resulted in the creation of a new resource. BG_E_HTTP_ERROR_201
2020x801900CA HTTP status 202: The request was accepted for processing, but the processing has not been completed yet. BG_E_HTTP_ERROR_202
2030x801900CB HTTP status 203: The returned metadata in the entity-header is not the definitive set available from the server of origin. BG_E_HTTP_ERROR_203
2040x801900CC HTTP status 204: The server has fulfilled the request, but there is no new information to send back. BG_E_HTTP_ERROR_204
2050x801900CD HTTP status 205: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_205
2060x801900CE HTTP status 206: The server fulfilled the partial GET request for the resource. BG_E_HTTP_ERROR_206
3000x8019012C HTTP status 300: The server could not return the requested data. BG_E_HTTP_ERROR_300
3010x8019012D HTTP status 301: The requested resource was assigned to a new permanent Uniform Resource Identifier (URI), and any future references to this resource should use one of the returned URIs. BG_E_HTTP_ERROR_301
3020x8019012E HTTP status 302: The requested resource was assigned a different Uniform Resource Identifier (URI). This change is temporary. BG_E_HTTP_ERROR_302
3030x8019012F HTTP status 303: The response to the request is under a different Uniform Resource Identifier (URI) and must be retrieved using a GET method on that resource. BG_E_HTTP_ERROR_303
3040x80190130 HTTP status 304: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_304
3050x80190131 HTTP status 305: The requested resource must be accessed through the proxy given by the location field. BG_E_HTTP_ERROR_305
3070x80190133 HTTP status 307: The URL has been temporarily relocated. Try again later. BG_E_HTTP_ERROR_307
4000x80190190 HTTP status 400: The server cannot process the request because the syntax is not valid. BG_E_HTTP_ERROR_400
4010x80190191 HTTP status 401: The requested resource requires user authentication. BG_E_HTTP_ERROR_401
4020x80190192 HTTP status 402: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_402
4030x80190193 HTTP status 403: The client does not have sufficient access rights to the requested server object. BG_E_HTTP_ERROR_403
4040x80190194 HTTP status 404: The requested URL does not exist on the server. BG_E_HTTP_ERROR_404
4050x80190195 HTTP status 405: The method used is not allowed. BG_E_HTTP_ERROR_405
4060x80190196 HTTP status 406: No responses acceptable to the client were found. BG_E_HTTP_ERROR_406
4070x80190197 HTTP status 407: Proxy authentication is required. BG_E_HTTP_ERROR_407
4080x80190198 HTTP status 408: The server timed out waiting for the request. BG_E_HTTP_ERROR_408
4090x80190199 HTTP status 409: The request could not be completed because of a conflict with the current state of the resource. The user should resubmit the request with more information. BG_E_HTTP_ERROR_409
4100x8019019A HTTP status 410: The requested resource is not currently available at the server, and no forwarding address is known. BG_E_HTTP_ERROR_410
4110x8019019B HTTP status 411: The server cannot accept the request without a defined content length. BG_E_HTTP_ERROR_411
4120x8019019C HTTP status 412: The precondition given in one or more of the request header fields evaluated to false when it was tested on the server. BG_E_HTTP_ERROR_412
4130x8019019D HTTP status 413: The server cannot process the request because the request entity is too large. BG_E_HTTP_ERROR_413
4140x8019019E HTTP status 414: The server cannot process the request because the request Uniform Resource Identifier (URI) is longer than the server can interpret. BG_E_HTTP_ERROR_414
4150x8019019F HTTP status 415: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_415
4160x801901A0 HTTP status 416: The server could not satisfy the range request. BG_E_HTTP_ERROR_416
4170x801901A1 HTTP status 417: The server could not meet the expectation given in an Expect request-header field. BG_E_HTTP_ERROR_417
4490x801901C1 HTTP status 449: The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again. BG_E_HTTP_ERROR_449
5000x801901F4 HTTP status 500: An unexpected condition prevented the server from fulfilling the request. BG_E_HTTP_ERROR_500
5010x801901F5 HTTP status 501: The server does not support the functionality required to fulfill the request. BG_E_HTTP_ERROR_501
5020x801901F6 HTTP status 502: The server, while acting as a gateway or proxy to fulfill the request, received an invalid response from the upstream server it accessed. BG_E_HTTP_ERROR_502
5030x801901F7 HTTP status 503: The service is temporarily overloaded. BG_E_HTTP_ERROR_503
5040x801901F8 HTTP status 504: The request was timed out waiting for a gateway. BG_E_HTTP_ERROR_504
5050x801901F9 HTTP status 505: The server does not support the HTTP protocol version that was used in the request message. BG_E_HTTP_ERROR_505
163840x80194000 The administrator %4 canceled job "%2" on behalf of %3. The job ID was %1. BITS_MC_JOB_CANCELLED
163850x80194001 While canceling job "%2", BITS was not able to remove the temporary files listed below. If you can delete them, then you will regain some disk space. The job ID was %1. %3 BITS_MC_FILE_DELETION_FAILED
163860x80194002 While canceling job "%2", BITS was not able to remove the temporary files listed below. If you can delete them, then you will regain some disk space. The job ID was %1. %3 Due to space limitations, not all files are listed here. Check for additional files of the form BITxxx.TMP in the same directory. BITS_MC_FILE_DELETION_FAILED_MORE
163870x80194003 The administrator %3 modified the %4 property of job "%2". The job ID was %1. BITS_MC_JOB_PROPERTY_CHANGE
163880x80194004 The administrator %4 took ownership of job "%2" from %3. The job ID was %1. BITS_MC_JOB_TAKE_OWNERSHIP
163890x80194005 Job "%2" owned by %3 was canceled after being inactive for more than %4 days. The job ID was %1. BITS_MC_JOB_SCAVENGED
163900x80194006 Job "%2" owned by %3 failed to notify its associated application. BITS will retry in %4 minutes. The job ID was %1. BITS_MC_JOB_NOTIFICATION_FAILURE
163910x80194007 The BITS job list is not in a recognized format. It may have been created by a different version of BITS. The job list has been cleared. BITS_MC_STATE_FILE_CORRUPT
163920x80194008 The BITS service failed to start. Try restarting the service at a later time. BITS_MC_FAILED_TO_START
163930x80194009 BITS has hit a fatal error communicating with an Internet Gateway Device. Please check that the device is functioning properly. BITS will not attempt to use this device until the next system reboot. BITS_MC_FATAL_IGD_ERROR
163940x8019400A BITS Peer-caching protocol BITS_MC_PEERCACHING_PORT
163950x8019400B Web Services-Discovery protocol BITS_MC_WSD_PORT

No comments:

Post a Comment