BitsMsg.h 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073
  1. /***************************************************************************
  2. * *
  3. * bitsmsg.h -- error code definitions for the background file copier *
  4. * *
  5. * Copyright (c) 2000, Microsoft Corp. All rights reserved. *
  6. * *
  7. ***************************************************************************/
  8. #ifndef _BGCPYMSG_
  9. #define _BGCPYMSG_
  10. #if defined (_MSC_VER) && (_MSC_VER >= 1020) && !defined(__midl)
  11. #pragma once
  12. #endif
  13. //----------------------------------------------------------------------------
  14. //
  15. // BITS 1.5 Error messages IDs
  16. //
  17. // WARNING WARNING
  18. // Any changes to this file should first be made to xpob2res.mc
  19. // xpob2res.h contains the same definitions of this file, this file
  20. // is being mantained for backward-compatability reasons.
  21. //
  22. //----------------------------------------------------------------------------
  23. //
  24. // because all these defines are also defined in xpob2res.h,
  25. // only define them if xpob2res.h was not already included.
  26. // we are testing just one defined name and that should be fine
  27. //
  28. #ifndef BG_E_NOT_FOUND
  29. //
  30. // MessageId: BG_E_NOT_FOUND
  31. //
  32. // MessageText:
  33. //
  34. // The requested job was not found.
  35. //
  36. #define BG_E_NOT_FOUND 0x80200001L
  37. //
  38. // MessageId: BG_E_INVALID_STATE
  39. //
  40. // MessageText:
  41. //
  42. // The requested action is not allowed in the current job state. The job might have been canceled or completed transferring. It is in a read-only state now.
  43. //
  44. #define BG_E_INVALID_STATE 0x80200002L
  45. //
  46. // MessageId: BG_E_EMPTY
  47. //
  48. // MessageText:
  49. //
  50. // There are no files attached to this job. Attach files to the job, and then try again.
  51. //
  52. #define BG_E_EMPTY 0x80200003L
  53. //
  54. // MessageId: BG_E_FILE_NOT_AVAILABLE
  55. //
  56. // MessageText:
  57. //
  58. // No file is available because no URL generated an error.
  59. //
  60. #define BG_E_FILE_NOT_AVAILABLE 0x80200004L
  61. //
  62. // MessageId: BG_E_PROTOCOL_NOT_AVAILABLE
  63. //
  64. // MessageText:
  65. //
  66. // No protocol is available because no URL generated an error.
  67. //
  68. #define BG_E_PROTOCOL_NOT_AVAILABLE 0x80200005L
  69. //
  70. // MessageId: BG_S_ERROR_CONTEXT_NONE
  71. //
  72. // MessageText:
  73. //
  74. // No errors have occurred.
  75. //
  76. #define BG_S_ERROR_CONTEXT_NONE 0x00200006L
  77. //
  78. // MessageId: BG_E_ERROR_CONTEXT_UNKNOWN
  79. //
  80. // MessageText:
  81. //
  82. // The error occurred in an unknown location.
  83. //
  84. #define BG_E_ERROR_CONTEXT_UNKNOWN 0x80200007L
  85. //
  86. // MessageId: BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER
  87. //
  88. // MessageText:
  89. //
  90. // The error occurred in the Background Intelligent Transfer Service (BITS) queue manager.
  91. //
  92. #define BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER 0x80200008L
  93. //
  94. // MessageId: BG_E_ERROR_CONTEXT_LOCAL_FILE
  95. //
  96. // MessageText:
  97. //
  98. // The error occurred while the local file was being processed. Verify that the file is not in use, and then try again.
  99. //
  100. #define BG_E_ERROR_CONTEXT_LOCAL_FILE 0x80200009L
  101. //
  102. // MessageId: BG_E_ERROR_CONTEXT_REMOTE_FILE
  103. //
  104. // MessageText:
  105. //
  106. // The error occurred while the remote file was being processed.
  107. //
  108. #define BG_E_ERROR_CONTEXT_REMOTE_FILE 0x8020000AL
  109. //
  110. // MessageId: BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT
  111. //
  112. // MessageText:
  113. //
  114. // The error occurred in the transport layer. The client could not connect to the server.
  115. //
  116. #define BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT 0x8020000BL
  117. //
  118. // MessageId: BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION
  119. //
  120. // MessageText:
  121. //
  122. // The error occurred while the notification callback was being processed. Background Intelligent Transfer Service (BITS) will try again later.
  123. //
  124. #define BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION 0x8020000CL
  125. //
  126. // MessageId: BG_E_DESTINATION_LOCKED
  127. //
  128. // MessageText:
  129. //
  130. // The destination file system volume is not available. Verify that another program, such as CheckDisk, is not running, which would lock the volume. When the volume is available, Background Intelligent Transfer Service (BITS) will try again.
  131. //
  132. #define BG_E_DESTINATION_LOCKED 0x8020000DL
  133. //
  134. // MessageId: BG_E_VOLUME_CHANGED
  135. //
  136. // MessageText:
  137. //
  138. // The destination volume has changed. If the disk is removable, it might have been replaced with a different disk. Reinsert the original disk and resume the job.
  139. //
  140. #define BG_E_VOLUME_CHANGED 0x8020000EL
  141. //
  142. // MessageId: BG_E_ERROR_INFORMATION_UNAVAILABLE
  143. //
  144. // MessageText:
  145. //
  146. // No errors have occurred.
  147. //
  148. #define BG_E_ERROR_INFORMATION_UNAVAILABLE 0x8020000FL
  149. //
  150. // MessageId: BG_E_NETWORK_DISCONNECTED
  151. //
  152. // MessageText:
  153. //
  154. // There are currently no active network connections. Background Intelligent Transfer Service (BITS) will try again when an adapter is connected.
  155. //
  156. #define BG_E_NETWORK_DISCONNECTED 0x80200010L
  157. //
  158. // MessageId: BG_E_MISSING_FILE_SIZE
  159. //
  160. // MessageText:
  161. //
  162. // The server did not return the file size. The URL might point to dynamic content. The Content-Length header is not available in the server's HTTP reply.
  163. //
  164. #define BG_E_MISSING_FILE_SIZE 0x80200011L
  165. //
  166. // MessageId: BG_E_INSUFFICIENT_HTTP_SUPPORT
  167. //
  168. // MessageText:
  169. //
  170. // The server does not support HTTP 1.1.
  171. //
  172. #define BG_E_INSUFFICIENT_HTTP_SUPPORT 0x80200012L
  173. //
  174. // MessageId: BG_E_INSUFFICIENT_RANGE_SUPPORT
  175. //
  176. // MessageText:
  177. //
  178. // The server does not support the necessary HTTP protocol. Background Intelligent Transfer Service (BITS) requires that the server support the Range protocol header.
  179. //
  180. #define BG_E_INSUFFICIENT_RANGE_SUPPORT 0x80200013L
  181. //
  182. // MessageId: BG_E_REMOTE_NOT_SUPPORTED
  183. //
  184. // MessageText:
  185. //
  186. // Background Intelligent Transfer Service (BITS) cannot be used remotely.
  187. //
  188. #define BG_E_REMOTE_NOT_SUPPORTED 0x80200014L
  189. //
  190. // MessageId: BG_E_NEW_OWNER_DIFF_MAPPING
  191. //
  192. // MessageText:
  193. //
  194. // The drive mapping for the job is different for the current owner than for the previous owner. Use a UNC path instead.
  195. //
  196. #define BG_E_NEW_OWNER_DIFF_MAPPING 0x80200015L
  197. //
  198. // MessageId: BG_E_NEW_OWNER_NO_FILE_ACCESS
  199. //
  200. // MessageText:
  201. //
  202. // The new owner has insufficient access to the local files for the job. The new owner might not have permissions to access the job files. Verify that the new owner has sufficient permissions, and then try again.
  203. //
  204. #define BG_E_NEW_OWNER_NO_FILE_ACCESS 0x80200016L
  205. //
  206. // MessageId: BG_S_PARTIAL_COMPLETE
  207. //
  208. // MessageText:
  209. //
  210. // Some of the transferred files were deleted because they were incomplete.
  211. //
  212. #define BG_S_PARTIAL_COMPLETE 0x00200017L
  213. //
  214. // MessageId: BG_E_PROXY_LIST_TOO_LARGE
  215. //
  216. // MessageText:
  217. //
  218. // The HTTP proxy list cannot be longer than 32,000 characters. Try again with a shorter proxy list.
  219. //
  220. #define BG_E_PROXY_LIST_TOO_LARGE 0x80200018L
  221. //
  222. // MessageId: BG_E_PROXY_BYPASS_LIST_TOO_LARGE
  223. //
  224. // MessageText:
  225. //
  226. // The HTTP proxy bypass list cannot be longer than 32,000 characters. Try again with a shorter bypass proxy list.
  227. //
  228. #define BG_E_PROXY_BYPASS_LIST_TOO_LARGE 0x80200019L
  229. //
  230. // MessageId: BG_S_UNABLE_TO_DELETE_FILES
  231. //
  232. // MessageText:
  233. //
  234. // Some of the temporary files could not be deleted. Check the system event log for the complete list of files that could not be deleted.
  235. //
  236. #define BG_S_UNABLE_TO_DELETE_FILES 0x0020001AL
  237. //
  238. // MessageId: BG_E_INVALID_SERVER_RESPONSE
  239. //
  240. // MessageText:
  241. //
  242. // 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.
  243. //
  244. #define BG_E_INVALID_SERVER_RESPONSE 0x8020001BL
  245. //
  246. // MessageId: BG_E_TOO_MANY_FILES
  247. //
  248. // MessageText:
  249. //
  250. // No more files can be added to this job.
  251. //
  252. #define BG_E_TOO_MANY_FILES 0x8020001CL
  253. //
  254. // MessageId: BG_E_LOCAL_FILE_CHANGED
  255. //
  256. // MessageText:
  257. //
  258. // The local file was changed during the transfer. Recreate the job, and then try to transfer it again.
  259. //
  260. #define BG_E_LOCAL_FILE_CHANGED 0x8020001DL
  261. //
  262. // MessageId: BG_E_ERROR_CONTEXT_REMOTE_APPLICATION
  263. //
  264. // MessageText:
  265. //
  266. // The program on the remote server reported the error.
  267. //
  268. #define BG_E_ERROR_CONTEXT_REMOTE_APPLICATION 0x8020001EL
  269. //
  270. // MessageId: BG_E_SESSION_NOT_FOUND
  271. //
  272. // MessageText:
  273. //
  274. // The specified session could not be found on the server. Background Intelligent Transfer Service (BITS) will try again.
  275. //
  276. #define BG_E_SESSION_NOT_FOUND 0x8020001FL
  277. //
  278. // MessageId: BG_E_TOO_LARGE
  279. //
  280. // MessageText:
  281. //
  282. // The job is too large for the server to accept. This job might exceed a job size limit set by the server administrator. Reduce the size of the job, and then try again.
  283. //
  284. #define BG_E_TOO_LARGE 0x80200020L
  285. //
  286. // MessageId: BG_E_STRING_TOO_LONG
  287. //
  288. // MessageText:
  289. //
  290. // The specified string is too long.
  291. //
  292. #define BG_E_STRING_TOO_LONG 0x80200021L
  293. //
  294. // MessageId: BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH
  295. //
  296. // MessageText:
  297. //
  298. // The client and server versions of Background Intelligent Transfer Service (BITS) are incompatible.
  299. //
  300. #define BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH 0x80200022L
  301. //
  302. // MessageId: BG_E_SERVER_EXECUTE_ENABLE
  303. //
  304. // MessageText:
  305. //
  306. // Scripting OR execute permissions are enabled on the IIS virtual directory associated with the job. To upload files to the virtual directory, disable the scripting and execute permissions on the virtual directory.
  307. //
  308. #define BG_E_SERVER_EXECUTE_ENABLE 0x80200023L
  309. //
  310. // MessageId: BG_E_NO_PROGRESS
  311. //
  312. // MessageText:
  313. //
  314. // The job is not making headway. The server may be misconfigured. Background Intelligent Transfer Service (BITS) will try again later.
  315. //
  316. #define BG_E_NO_PROGRESS 0x80200024L
  317. //
  318. // MessageId: BG_E_USERNAME_TOO_LARGE
  319. //
  320. // MessageText:
  321. //
  322. // The user name cannot be longer than 300 characters. Try again with a shorter name.
  323. //
  324. #define BG_E_USERNAME_TOO_LARGE 0x80200025L
  325. //
  326. // MessageId: BG_E_PASSWORD_TOO_LARGE
  327. //
  328. // MessageText:
  329. //
  330. // The password cannot be longer than 300 characters. Try again with a shorter password.
  331. //
  332. #define BG_E_PASSWORD_TOO_LARGE 0x80200026L
  333. //
  334. // MessageId: BG_E_INVALID_AUTH_TARGET
  335. //
  336. // MessageText:
  337. //
  338. // The authentication target specified in the credentials is not defined.
  339. //
  340. #define BG_E_INVALID_AUTH_TARGET 0x80200027L
  341. //
  342. // MessageId: BG_E_INVALID_AUTH_SCHEME
  343. //
  344. // MessageText:
  345. //
  346. // The authentication scheme specified in the credentials is not defined.
  347. //
  348. #define BG_E_INVALID_AUTH_SCHEME 0x80200028L
  349. //
  350. // MessageId: BG_E_FILE_NOT_FOUND
  351. //
  352. // MessageText:
  353. //
  354. // The specified file name does not match any of the files in the job.
  355. //
  356. #define BG_E_FILE_NOT_FOUND 0x80200029L
  357. //
  358. // MessageId: BG_S_PROXY_CHANGED
  359. //
  360. // MessageText:
  361. //
  362. // The proxy server was changed.
  363. //
  364. #define BG_S_PROXY_CHANGED 0x0020002AL
  365. //
  366. // MessageId: BG_E_INVALID_RANGE
  367. //
  368. // MessageText:
  369. //
  370. // The requested byte range extends beyond the end of the web page. Use byte ranges that are wholly within the page.
  371. //
  372. #define BG_E_INVALID_RANGE 0x8020002BL
  373. //
  374. // MessageId: BG_E_OVERLAPPING_RANGES
  375. //
  376. // MessageText:
  377. //
  378. // The list of byte ranges contains some overlapping ranges, which are not supported.
  379. //
  380. #define BG_E_OVERLAPPING_RANGES 0x8020002CL
  381. //
  382. // MessageId: BG_E_CONNECT_FAILURE
  383. //
  384. // MessageText:
  385. //
  386. // A connection could not be established.
  387. //
  388. #define BG_E_CONNECT_FAILURE 0x8020002DL
  389. //
  390. // MessageId: BG_E_CONNECTION_CLOSED
  391. //
  392. // MessageText:
  393. //
  394. // The connection was prematurely closed.
  395. //
  396. #define BG_E_CONNECTION_CLOSED 0x8020002EL
  397. //
  398. // MessageId: BG_E_KEEP_ALIVE_FAILURE
  399. //
  400. // MessageText:
  401. //
  402. // The connection for a request that specifies the Keep-alive header was closed unexpectedly.
  403. //
  404. #define BG_E_KEEP_ALIVE_FAILURE 0x8020002FL
  405. //
  406. // MessageId: BG_E_MESSAGE_LENGTH_LIMIT_EXCEEDED
  407. //
  408. // MessageText:
  409. //
  410. // A message was received that exceeded the specified limit when sending a request or receiving a response from the server.
  411. //
  412. #define BG_E_MESSAGE_LENGTH_LIMIT_EXCEEDED 0x80200030L
  413. //
  414. // MessageId: BG_E_NAME_RESOLUTION_FAILURE
  415. //
  416. // MessageText:
  417. //
  418. // The host name could not be found.
  419. //
  420. #define BG_E_NAME_RESOLUTION_FAILURE 0x80200031L
  421. //
  422. // MessageId: BG_E_PENDING
  423. //
  424. // MessageText:
  425. //
  426. // An internal asynchronous request is pending.
  427. //
  428. #define BG_E_PENDING 0x80200032L
  429. //
  430. // MessageId: BG_E_PIPELINE_FAILURE
  431. //
  432. // MessageText:
  433. //
  434. // BG_E_PIPELINE_FAILURE
  435. //
  436. #define BG_E_PIPELINE_FAILURE 0x80200033L
  437. //
  438. // MessageId: BG_E_PROTOCOL_ERROR
  439. //
  440. // MessageText:
  441. //
  442. // The response received from the server was complete but indicated a protocol-level error.
  443. //
  444. #define BG_E_PROTOCOL_ERROR 0x80200034L
  445. //
  446. // MessageId: BG_E_PROXY_NAME_RESOLUTION_FAILURE
  447. //
  448. // MessageText:
  449. //
  450. // The proxy name could not be found.
  451. //
  452. #define BG_E_PROXY_NAME_RESOLUTION_FAILURE 0x80200035L
  453. //
  454. // MessageId: BG_E_RECEIVE_FAILURE
  455. //
  456. // MessageText:
  457. //
  458. // A complete response was not received from the server.
  459. //
  460. #define BG_E_RECEIVE_FAILURE 0x80200036L
  461. //
  462. // MessageId: BG_E_REQUEST_CANCELED
  463. //
  464. // MessageText:
  465. //
  466. // The request was canceled.
  467. //
  468. #define BG_E_REQUEST_CANCELED 0x80200037L
  469. //
  470. // MessageId: BG_E_SECURE_CHANNEL_FAILURE
  471. //
  472. // MessageText:
  473. //
  474. // An error occurred while establishing a connection using SSL.
  475. //
  476. #define BG_E_SECURE_CHANNEL_FAILURE 0x80200038L
  477. //
  478. // MessageId: BG_E_SEND_FAILURE
  479. //
  480. // MessageText:
  481. //
  482. // A complete request could not be sent to the remote server.
  483. //
  484. #define BG_E_SEND_FAILURE 0x80200039L
  485. //
  486. // MessageId: BG_E_SERVER_PROTOCOL_VIOLATION
  487. //
  488. // MessageText:
  489. //
  490. // The server response was not valid.
  491. //
  492. #define BG_E_SERVER_PROTOCOL_VIOLATION 0x8020003AL
  493. //
  494. // MessageId: BG_E_TIMEOUT
  495. //
  496. // MessageText:
  497. //
  498. // The operation exceeded the time limit.
  499. //
  500. #define BG_E_TIMEOUT 0x8020003BL
  501. //
  502. // MessageId: BG_E_TRUST_FAILURE
  503. //
  504. // MessageText:
  505. //
  506. // A server certificate could not be validated.
  507. //
  508. #define BG_E_TRUST_FAILURE 0x8020003CL
  509. //
  510. // MessageId: BG_E_UNKNOWN_ERROR
  511. //
  512. // MessageText:
  513. //
  514. // A unknown error occured.
  515. //
  516. #define BG_E_UNKNOWN_ERROR 0x8020003DL
  517. //
  518. // MessageId: BG_E_BLOCKED_BY_POLICY
  519. //
  520. // MessageText:
  521. //
  522. // Group Policy settings prevent background jobs from running at this time.
  523. //
  524. #define BG_E_BLOCKED_BY_POLICY 0x8020003EL
  525. //
  526. // MessageId: BG_E_INVALID_PROXY_INFO
  527. //
  528. // MessageText:
  529. //
  530. // The supplied proxy server or bypass list is invalid.
  531. //
  532. #define BG_E_INVALID_PROXY_INFO 0x8020003FL
  533. //
  534. // MessageId: BG_E_INVALID_CREDENTIALS
  535. //
  536. // MessageText:
  537. //
  538. // The format of the supplied security credentials is invalid.
  539. //
  540. #define BG_E_INVALID_CREDENTIALS 0x80200040L
  541. //
  542. // MessageId: BG_E_HTTP_ERROR_100
  543. //
  544. // MessageText:
  545. //
  546. // The request can be continued.
  547. //
  548. #define BG_E_HTTP_ERROR_100 0x80190064L
  549. //
  550. // MessageId: BG_E_HTTP_ERROR_101
  551. //
  552. // MessageText:
  553. //
  554. // The server switched protocols in an upgrade header.
  555. //
  556. #define BG_E_HTTP_ERROR_101 0x80190065L
  557. //
  558. // MessageId: BG_E_HTTP_ERROR_200
  559. //
  560. // MessageText:
  561. //
  562. // 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.
  563. //
  564. #define BG_E_HTTP_ERROR_200 0x801900C8L
  565. //
  566. // MessageId: BG_E_HTTP_ERROR_201
  567. //
  568. // MessageText:
  569. //
  570. // The request was fulfilled and resulted in the creation of a new resource.
  571. //
  572. #define BG_E_HTTP_ERROR_201 0x801900C9L
  573. //
  574. // MessageId: BG_E_HTTP_ERROR_202
  575. //
  576. // MessageText:
  577. //
  578. // The request was accepted for processing, but the processing has not been completed yet.
  579. //
  580. #define BG_E_HTTP_ERROR_202 0x801900CAL
  581. //
  582. // MessageId: BG_E_HTTP_ERROR_203
  583. //
  584. // MessageText:
  585. //
  586. // The returned metadata in the entity-header is not the definitive set available from the server of origin.
  587. //
  588. #define BG_E_HTTP_ERROR_203 0x801900CBL
  589. //
  590. // MessageId: BG_E_HTTP_ERROR_204
  591. //
  592. // MessageText:
  593. //
  594. // The server has fulfilled the request, but there is no new information to send back.
  595. //
  596. #define BG_E_HTTP_ERROR_204 0x801900CCL
  597. //
  598. // MessageId: BG_E_HTTP_ERROR_205
  599. //
  600. // MessageText:
  601. //
  602. // 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.
  603. //
  604. #define BG_E_HTTP_ERROR_205 0x801900CDL
  605. //
  606. // MessageId: BG_E_HTTP_ERROR_206
  607. //
  608. // MessageText:
  609. //
  610. // The server fulfilled the partial GET request for the resource.
  611. //
  612. #define BG_E_HTTP_ERROR_206 0x801900CEL
  613. //
  614. // MessageId: BG_E_HTTP_ERROR_300
  615. //
  616. // MessageText:
  617. //
  618. // The server could not return the requested data.
  619. //
  620. #define BG_E_HTTP_ERROR_300 0x8019012CL
  621. //
  622. // MessageId: BG_E_HTTP_ERROR_301
  623. //
  624. // MessageText:
  625. //
  626. // 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.
  627. //
  628. #define BG_E_HTTP_ERROR_301 0x8019012DL
  629. //
  630. // MessageId: BG_E_HTTP_ERROR_302
  631. //
  632. // MessageText:
  633. //
  634. // The requested resource was assigned a different Uniform Resource Identifier (URI). This change is temporary.
  635. //
  636. #define BG_E_HTTP_ERROR_302 0x8019012EL
  637. //
  638. // MessageId: BG_E_HTTP_ERROR_303
  639. //
  640. // MessageText:
  641. //
  642. // The response to the request is under a different Uniform Resource Identifier (URI) and must be retrieved using a GET method on that resource.
  643. //
  644. #define BG_E_HTTP_ERROR_303 0x8019012FL
  645. //
  646. // MessageId: BG_E_HTTP_ERROR_304
  647. //
  648. // MessageText:
  649. //
  650. // 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.
  651. //
  652. #define BG_E_HTTP_ERROR_304 0x80190130L
  653. //
  654. // MessageId: BG_E_HTTP_ERROR_305
  655. //
  656. // MessageText:
  657. //
  658. // The requested resource must be accessed through the proxy given by the location field.
  659. //
  660. #define BG_E_HTTP_ERROR_305 0x80190131L
  661. //
  662. // MessageId: BG_E_HTTP_ERROR_307
  663. //
  664. // MessageText:
  665. //
  666. // The URL has been temporarily relocated. Try again later.
  667. //
  668. #define BG_E_HTTP_ERROR_307 0x80190133L
  669. //
  670. // MessageId: BG_E_HTTP_ERROR_400
  671. //
  672. // MessageText:
  673. //
  674. // The server cannot process the request because the syntax is not valid.
  675. //
  676. #define BG_E_HTTP_ERROR_400 0x80190190L
  677. //
  678. // MessageId: BG_E_HTTP_ERROR_401
  679. //
  680. // MessageText:
  681. //
  682. // The requested resource requires user authentication.
  683. //
  684. #define BG_E_HTTP_ERROR_401 0x80190191L
  685. //
  686. // MessageId: BG_E_HTTP_ERROR_402
  687. //
  688. // MessageText:
  689. //
  690. // 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.
  691. //
  692. #define BG_E_HTTP_ERROR_402 0x80190192L
  693. //
  694. // MessageId: BG_E_HTTP_ERROR_403
  695. //
  696. // MessageText:
  697. //
  698. // The client does not have sufficient access rights to the requested server object.
  699. //
  700. #define BG_E_HTTP_ERROR_403 0x80190193L
  701. //
  702. // MessageId: BG_E_HTTP_ERROR_404
  703. //
  704. // MessageText:
  705. //
  706. // The requested URL does not exist on the server.
  707. //
  708. #define BG_E_HTTP_ERROR_404 0x80190194L
  709. //
  710. // MessageId: BG_E_HTTP_ERROR_405
  711. //
  712. // MessageText:
  713. //
  714. // The method used is not allowed.
  715. //
  716. #define BG_E_HTTP_ERROR_405 0x80190195L
  717. //
  718. // MessageId: BG_E_HTTP_ERROR_406
  719. //
  720. // MessageText:
  721. //
  722. // No responses acceptable to the client were found.
  723. //
  724. #define BG_E_HTTP_ERROR_406 0x80190196L
  725. //
  726. // MessageId: BG_E_HTTP_ERROR_407
  727. //
  728. // MessageText:
  729. //
  730. // Proxy authentication is required.
  731. //
  732. #define BG_E_HTTP_ERROR_407 0x80190197L
  733. //
  734. // MessageId: BG_E_HTTP_ERROR_408
  735. //
  736. // MessageText:
  737. //
  738. // The server timed out waiting for the request.
  739. //
  740. #define BG_E_HTTP_ERROR_408 0x80190198L
  741. //
  742. // MessageId: BG_E_HTTP_ERROR_409
  743. //
  744. // MessageText:
  745. //
  746. // 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.
  747. //
  748. #define BG_E_HTTP_ERROR_409 0x80190199L
  749. //
  750. // MessageId: BG_E_HTTP_ERROR_410
  751. //
  752. // MessageText:
  753. //
  754. // The requested resource is not currently available at the server, and no forwarding address is known.
  755. //
  756. #define BG_E_HTTP_ERROR_410 0x8019019AL
  757. //
  758. // MessageId: BG_E_HTTP_ERROR_411
  759. //
  760. // MessageText:
  761. //
  762. // The server cannot accept the request without a defined content length.
  763. //
  764. #define BG_E_HTTP_ERROR_411 0x8019019BL
  765. //
  766. // MessageId: BG_E_HTTP_ERROR_412
  767. //
  768. // MessageText:
  769. //
  770. // The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
  771. //
  772. #define BG_E_HTTP_ERROR_412 0x8019019CL
  773. //
  774. // MessageId: BG_E_HTTP_ERROR_413
  775. //
  776. // MessageText:
  777. //
  778. // The server cannot process the request because the request entity is too large.
  779. //
  780. #define BG_E_HTTP_ERROR_413 0x8019019DL
  781. //
  782. // MessageId: BG_E_HTTP_ERROR_414
  783. //
  784. // MessageText:
  785. //
  786. // The server cannot process the request because the request Uniform Resource Identifier (URI) is longer than the server can interpret.
  787. //
  788. #define BG_E_HTTP_ERROR_414 0x8019019EL
  789. //
  790. // MessageId: BG_E_HTTP_ERROR_415
  791. //
  792. // MessageText:
  793. //
  794. // 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.
  795. //
  796. #define BG_E_HTTP_ERROR_415 0x8019019FL
  797. //
  798. // MessageId: BG_E_HTTP_ERROR_416
  799. //
  800. // MessageText:
  801. //
  802. // The server could not satisfy the range request.
  803. //
  804. #define BG_E_HTTP_ERROR_416 0x801901A0L
  805. //
  806. // MessageId: BG_E_HTTP_ERROR_417
  807. //
  808. // MessageText:
  809. //
  810. // The server could not meet the expectation given in an Expect request-header field.
  811. //
  812. #define BG_E_HTTP_ERROR_417 0x801901A1L
  813. //
  814. // MessageId: BG_E_HTTP_ERROR_449
  815. //
  816. // MessageText:
  817. //
  818. // 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.
  819. //
  820. #define BG_E_HTTP_ERROR_449 0x801901C1L
  821. //
  822. // MessageId: BG_E_HTTP_ERROR_500
  823. //
  824. // MessageText:
  825. //
  826. // An unexpected condition prevented the server from fulfilling the request.
  827. //
  828. #define BG_E_HTTP_ERROR_500 0x801901F4L
  829. //
  830. // MessageId: BG_E_HTTP_ERROR_501
  831. //
  832. // MessageText:
  833. //
  834. // The server does not support the functionality required to fulfill the request.
  835. //
  836. #define BG_E_HTTP_ERROR_501 0x801901F5L
  837. //
  838. // MessageId: BG_E_HTTP_ERROR_502
  839. //
  840. // MessageText:
  841. //
  842. // The server, while acting as a gateway or proxy to fulfill the request, received an invalid response from the upstream server it accessed.
  843. //
  844. #define BG_E_HTTP_ERROR_502 0x801901F6L
  845. //
  846. // MessageId: BG_E_HTTP_ERROR_503
  847. //
  848. // MessageText:
  849. //
  850. // The service is temporarily overloaded.
  851. //
  852. #define BG_E_HTTP_ERROR_503 0x801901F7L
  853. //
  854. // MessageId: BG_E_HTTP_ERROR_504
  855. //
  856. // MessageText:
  857. //
  858. // The request was timed out waiting for a gateway.
  859. //
  860. #define BG_E_HTTP_ERROR_504 0x801901F8L
  861. //
  862. // MessageId: BG_E_HTTP_ERROR_505
  863. //
  864. // MessageText:
  865. //
  866. // The server does not support the HTTP protocol version that was used in the request message.
  867. //
  868. #define BG_E_HTTP_ERROR_505 0x801901F9L
  869. //
  870. // Additional Background Intelligent Transfer Service (BITS) mc entries
  871. // Reserved range is 0x4000 to 0x4100
  872. //
  873. //
  874. // MessageId: BITS_MC_JOB_CANCELLED
  875. //
  876. // MessageText:
  877. //
  878. // The administrator %4 canceled job "%2" on behalf of %3. The job ID was %1.
  879. //
  880. #define BITS_MC_JOB_CANCELLED 0x80194000L
  881. //
  882. // MessageId: BITS_MC_FILE_DELETION_FAILED
  883. //
  884. // MessageText:
  885. //
  886. // While canceling job "%2", BITS was not able to remove the temporary files listed below.
  887. // If you can delete them, then you will regain some disk space. The job ID was %1.%\
  888. //
  889. // %3
  890. //
  891. #define BITS_MC_FILE_DELETION_FAILED 0x80194001L
  892. //
  893. // MessageId: BITS_MC_FILE_DELETION_FAILED_MORE
  894. //
  895. // MessageText:
  896. //
  897. // While canceling job "%2", BITS was not able to remove the temporary files listed below.
  898. // If you can delete them, then you will regain some disk space. The job ID was %1. %\
  899. //
  900. // %3
  901. // %\
  902. // Due to space limitations, not all files are listed here. Check for additional files of the form BITxxx.TMP in the same directory.
  903. //
  904. #define BITS_MC_FILE_DELETION_FAILED_MORE 0x80194002L
  905. //
  906. // MessageId: BITS_MC_JOB_PROPERTY_CHANGE
  907. //
  908. // MessageText:
  909. //
  910. // The administrator %3 modified the %4 property of job "%2". The job ID was %1.
  911. //
  912. #define BITS_MC_JOB_PROPERTY_CHANGE 0x80194003L
  913. //
  914. // MessageId: BITS_MC_JOB_TAKE_OWNERSHIP
  915. //
  916. // MessageText:
  917. //
  918. // The administrator %4 took ownership of job "%2" from %3. The job ID was %1.
  919. //
  920. #define BITS_MC_JOB_TAKE_OWNERSHIP 0x80194004L
  921. //
  922. // MessageId: BITS_MC_JOB_SCAVENGED
  923. //
  924. // MessageText:
  925. //
  926. // Job "%2" owned by %3 was canceled after being inactive for more than %4 days. The job ID was %1.
  927. //
  928. #define BITS_MC_JOB_SCAVENGED 0x80194005L
  929. //
  930. // MessageId: BITS_MC_JOB_NOTIFICATION_FAILURE
  931. //
  932. // MessageText:
  933. //
  934. // Job "%2" owned by %3 failed to notify its associated application. BITS will retry in %4 minutes. The job ID was %1.
  935. //
  936. #define BITS_MC_JOB_NOTIFICATION_FAILURE 0x80194006L
  937. //
  938. // MessageId: BITS_MC_STATE_FILE_CORRUPT
  939. //
  940. // MessageText:
  941. //
  942. // 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.
  943. //
  944. #define BITS_MC_STATE_FILE_CORRUPT 0x80194007L
  945. //
  946. // MessageId: BITS_MC_FAILED_TO_START
  947. //
  948. // MessageText:
  949. // The BITS server failed to start. Try restarting the service at a later time.
  950. //
  951. #define BITS_MC_FAILED_TO_START 0x80194008L
  952. #endif // ifndef BG_E_NOT_FOUND
  953. #endif //_BGCPYMSG_