Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

363 lines
12 KiB

  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. ;
  9. ;#ifndef _BGCPYMSG_
  10. ;#define _BGCPYMSG_
  11. ;
  12. ;#if defined (_MSC_VER) && (_MSC_VER >= 1020) && !defined(__midl)
  13. ;#pragma once
  14. ;#endif
  15. ;
  16. SeverityNames=(Success=0x0
  17. CoError=0x2
  18. )
  19. FacilityNames=(Interface=0x4
  20. HTTP=0x19
  21. BackgroundCopy=0x20
  22. )
  23. MessageId=0x001 SymbolicName=BG_E_NOT_FOUND Facility=BackgroundCopy Severity=CoError
  24. Language=English
  25. The requested item was not found.
  26. .
  27. MessageId=0x002 SymbolicName=BG_E_INVALID_STATE Facility=BackgroundCopy Severity=CoError
  28. Language=English
  29. The requested action is not allowed in the current state.
  30. .
  31. MessageId=0x003 SymbolicName=BG_E_EMPTY Facility=BackgroundCopy Severity=CoError
  32. Language=English
  33. The item is empty.
  34. .
  35. MessageId=0x004 SymbolicName=BG_E_FILE_NOT_AVAILABLE Facility=BackgroundCopy Severity=CoError
  36. Language=English
  37. The file is not available.
  38. .
  39. MessageId=0x005 SymbolicName=BG_E_PROTOCOL_NOT_AVAILABLE Facility=BackgroundCopy Severity=CoError
  40. Language=English
  41. The protocol is not available.
  42. .
  43. MessageId=0x006 SymbolicName=BG_S_ERROR_CONTEXT_NONE Facility=BackgroundCopy Severity=Success
  44. Language=English
  45. An error has not occured.
  46. .
  47. MessageId=0x007 SymbolicName=BG_E_ERROR_CONTEXT_UNKNOWN Facility=BackgroundCopy Severity=CoError
  48. Language=English
  49. The error occured in an unknown location.
  50. .
  51. MessageId=0x008 SymbolicName=BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER Facility=BackgroundCopy Severity=CoError
  52. Language=English
  53. The error occured in the queue manager.
  54. .
  55. MessageId=0x009 SymbolicName=BG_E_ERROR_CONTEXT_LOCAL_FILE Facility=BackgroundCopy Severity=CoError
  56. Language=English
  57. The error occured while processing the local file.
  58. .
  59. MessageId=0x00A SymbolicName=BG_E_ERROR_CONTEXT_REMOTE_FILE Facility=BackgroundCopy Severity=CoError
  60. Language=English
  61. The error occured while processing the remote file.
  62. .
  63. MessageId=0x00B SymbolicName=BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT Facility=BackgroundCopy Severity=CoError
  64. Language=English
  65. The error occured in the transport layer.
  66. .
  67. MessageId=0x00C SymbolicName=BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION Facility=BackgroundCopy Severity=CoError
  68. Language=English
  69. The error occured while processing the notification callback.
  70. .
  71. MessageId=0x00D SymbolicName=BG_E_DESTINATION_LOCKED Facility=BackgroundCopy Severity=CoError
  72. Language=English
  73. The destination volume is locked.
  74. .
  75. MessageId=0x00E SymbolicName=BG_E_VOLUME_CHANGED Facility=BackgroundCopy Severity=CoError
  76. Language=English
  77. The destination volume changed.
  78. .
  79. MessageId=0x00F SymbolicName=BG_E_ERROR_INFORMATION_UNAVAILABLE Facility=BackgroundCopy Severity=CoError
  80. Language=English
  81. Error information is unavailable.
  82. .
  83. MessageId=0x010 SymbolicName=BG_E_NETWORK_DISCONNECTED Facility=BackgroundCopy Severity=CoError
  84. Language=English
  85. No network connection is active at this time.
  86. .
  87. MessageId=0x011 SymbolicName=BG_E_MISSING_FILE_SIZE Facility=BackgroundCopy Severity=CoError
  88. Language=English
  89. The server did not return the file size. The URL may point to dynamic content.
  90. .
  91. MessageId=0x012 SymbolicName=BG_E_INSUFFICIENT_HTTP_SUPPORT Facility=BackgroundCopy Severity=CoError
  92. Language=English
  93. The server does not support HTTP 1.1.
  94. .
  95. MessageId=0x013 SymbolicName=BG_E_INSUFFICIENT_RANGE_SUPPORT Facility=BackgroundCopy Severity=CoError
  96. Language=English
  97. The server does not support the Range header.
  98. .
  99. MessageId=0x014 SymbolicName=BG_E_REMOTE_NOT_SUPPORTED Facility=BackgroundCopy Severity=CoError
  100. Language=English
  101. Remote use of BITS is not supported.
  102. .
  103. MessageId=0x015 SymbolicName=BG_E_NEW_OWNER_DIFF_MAPPING Facility=BackgroundCopy Severity=CoError
  104. Language=English
  105. The drive mapping for the job are different for the current owner then the previous owner.
  106. .
  107. MessageId=0x016 SymbolicName=BG_E_NEW_OWNER_NO_FILE_ACCESS Facility=BackgroundCopy Severity=CoError
  108. Language=English
  109. The new owner has insufficient access to the temp files.
  110. .
  111. MessageId=0x017 SymbolicName=BG_S_PARTIAL_COMPLETE Facility=BackgroundCopy Severity=Success
  112. Language=English
  113. Some files were incomplete and were deleted.
  114. .
  115. MessageId=0x018 SymbolicName=BG_E_PROXY_LIST_TOO_LARGE Facility=BackgroundCopy Severity=CoError
  116. Language=English
  117. The proxy list may not be longer then 32767 characters.
  118. .
  119. MessageId=0x019 SymbolicName=BG_E_PROXY_BYPASS_LIST_TOO_LARGE Facility=BackgroundCopy Severity=CoError
  120. Language=English
  121. The proxy bypass list may not be longer then 32767 characters.
  122. .
  123. MessageId=0x01A SymbolicName=BG_S_UNABLE_TO_DELETE_FILES Facility=BackgroundCopy Severity=Success
  124. Language=English
  125. Unable to delete all the temporary files.
  126. .
  127. MessageId=100 SymbolicName=BG_E_HTTP_ERROR_100 Facility=HTTP Severity=CoError
  128. Language=English
  129. The request can be continued.
  130. .
  131. MessageId=101 SymbolicName=BG_E_HTTP_ERROR_101 Facility=HTTP Severity=CoError
  132. Language=English
  133. The server has switched protocols in an upgrade header.
  134. .
  135. MessageId=200 SymbolicName=BG_E_HTTP_ERROR_200 Facility=HTTP Severity=CoError
  136. Language=English
  137. The request completed successfully.
  138. .
  139. MessageId=201 SymbolicName=BG_E_HTTP_ERROR_201 Facility=HTTP Severity=CoError
  140. Language=English
  141. The request has been fulfilled and resulted in the creation of a new resource.
  142. .
  143. MessageId=202 SymbolicName=BG_E_HTTP_ERROR_202 Facility=HTTP Severity=CoError
  144. Language=English
  145. The request has been accepted for processing, but the processing has not been completed.
  146. .
  147. MessageId=203 SymbolicName=BG_E_HTTP_ERROR_203 Facility=HTTP Severity=CoError
  148. Language=English
  149. The returned meta information in the entity-header is not the definitive set available from the origin server.
  150. .
  151. MessageId=204 SymbolicName=BG_E_HTTP_ERROR_204 Facility=HTTP Severity=CoError
  152. Language=English
  153. The server has fulfilled the request, but there is no new information to send back.
  154. .
  155. MessageId=205 SymbolicName=BG_E_HTTP_ERROR_205 Facility=HTTP Severity=CoError
  156. Language=English
  157. The request has been completed, and the client program should reset the document view that caused the request to be sent to allow the user to easily initiate another input action.
  158. .
  159. MessageId=206 SymbolicName=BG_E_HTTP_ERROR_206 Facility=HTTP Severity=CoError
  160. Language=English
  161. The server has fulfilled the partial GET request for the resource.
  162. .
  163. MessageId=300 SymbolicName=BG_E_HTTP_ERROR_300 Facility=HTTP Severity=CoError
  164. Language=English
  165. The server couldn't decide what to return.
  166. .
  167. MessageId=301 SymbolicName=BG_E_HTTP_ERROR_301 Facility=HTTP Severity=CoError
  168. Language=English
  169. The requested resource has been assigned to a new permanent URI (Uniform Resource Identifier), and any future references to this resource should be done using one of the returned URIs.
  170. .
  171. MessageId=302 SymbolicName=BG_E_HTTP_ERROR_302 Facility=HTTP Severity=CoError
  172. Language=English
  173. The requested resource resides temporarily under a different URI (Uniform Resource Identifier).
  174. .
  175. MessageId=303 SymbolicName=BG_E_HTTP_ERROR_303 Facility=HTTP Severity=CoError
  176. Language=English
  177. The response to the request can be found under a different URI (Uniform Resource Identifier) and should be retrieved using a GET method on that resource.
  178. .
  179. MessageId=304 SymbolicName=BG_E_HTTP_ERROR_304 Facility=HTTP Severity=CoError
  180. Language=English
  181. The requested resource has not been modified.
  182. .
  183. MessageId=305 SymbolicName=BG_E_HTTP_ERROR_305 Facility=HTTP Severity=CoError
  184. Language=English
  185. The requested resource must be accessed through the proxy given by the location field.
  186. .
  187. MessageId=307 SymbolicName=BG_E_HTTP_ERROR_307 Facility=HTTP Severity=CoError
  188. Language=English
  189. The redirected request keeps the same verb. HTTP/1.1 behavior.
  190. .
  191. MessageId=400 SymbolicName=BG_E_HTTP_ERROR_400 Facility=HTTP Severity=CoError
  192. Language=English
  193. The request could not be processed by the server due to invalid syntax.
  194. .
  195. MessageId=401 SymbolicName=BG_E_HTTP_ERROR_401 Facility=HTTP Severity=CoError
  196. Language=English
  197. The requested resource requires user authentication.
  198. .
  199. MessageId=402 SymbolicName=BG_E_HTTP_ERROR_402 Facility=HTTP Severity=CoError
  200. Language=English
  201. Not currently implemented in the HTTP protocol.
  202. .
  203. MessageId=403 SymbolicName=BG_E_HTTP_ERROR_403 Facility=HTTP Severity=CoError
  204. Language=English
  205. The server understood the request, but is refusing to fulfill it.
  206. .
  207. MessageId=404 SymbolicName=BG_E_HTTP_ERROR_404 Facility=HTTP Severity=CoError
  208. Language=English
  209. The server has not found anything matching the requested URI (Uniform Resource Identifier).
  210. .
  211. MessageId=405 SymbolicName=BG_E_HTTP_ERROR_405 Facility=HTTP Severity=CoError
  212. Language=English
  213. The method used is not allowed.
  214. .
  215. MessageId=406 SymbolicName=BG_E_HTTP_ERROR_406 Facility=HTTP Severity=CoError
  216. Language=English
  217. No responses acceptable to the client were found.
  218. .
  219. MessageId=407 SymbolicName=BG_E_HTTP_ERROR_407 Facility=HTTP Severity=CoError
  220. Language=English
  221. Proxy authentication required.
  222. .
  223. MessageId=408 SymbolicName=BG_E_HTTP_ERROR_408 Facility=HTTP Severity=CoError
  224. Language=English
  225. The server timed out waiting for the request.
  226. .
  227. MessageId=409 SymbolicName=BG_E_HTTP_ERROR_409 Facility=HTTP Severity=CoError
  228. Language=English
  229. The request could not be completed due to a conflict with the current state of the resource. The user should resubmit with more information.
  230. .
  231. MessageId=410 SymbolicName=BG_E_HTTP_ERROR_410 Facility=HTTP Severity=CoError
  232. Language=English
  233. The requested resource is no longer available at the server, and no forwarding address is known.
  234. .
  235. MessageId=411 SymbolicName=BG_E_HTTP_ERROR_411 Facility=HTTP Severity=CoError
  236. Language=English
  237. The server refuses to accept the request without a defined content length.
  238. .
  239. MessageId=412 SymbolicName=BG_E_HTTP_ERROR_412 Facility=HTTP Severity=CoError
  240. Language=English
  241. The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
  242. .
  243. MessageId=413 SymbolicName=BG_E_HTTP_ERROR_413 Facility=HTTP Severity=CoError
  244. Language=English
  245. The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
  246. .
  247. MessageId=414 SymbolicName=BG_E_HTTP_ERROR_414 Facility=HTTP Severity=CoError
  248. Language=English
  249. The server is refusing to service the request because the request URI (Uniform Resource Identifier) is longer than the server is willing to interpret.
  250. .
  251. MessageId=415 SymbolicName=BG_E_HTTP_ERROR_415 Facility=HTTP Severity=CoError
  252. Language=English
  253. The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
  254. .
  255. MessageId=416 SymbolicName=BG_E_HTTP_ERROR_416 Facility=HTTP Severity=CoError
  256. Language=English
  257. The server could not satisfy the range request.
  258. .
  259. MessageId=417 SymbolicName=BG_E_HTTP_ERROR_417 Facility=HTTP Severity=CoError
  260. Language=English
  261. The expectation given in an Expect request-header field could not be met by this server.
  262. .
  263. MessageId=449 SymbolicName=BG_E_HTTP_ERROR_449 Facility=HTTP Severity=CoError
  264. Language=English
  265. The request should be retried after doing the appropriate action.
  266. .
  267. MessageId=500 SymbolicName=BG_E_HTTP_ERROR_500 Facility=HTTP Severity=CoError
  268. Language=English
  269. The server encountered an unexpected condition that prevented it from fulfilling the request.
  270. .
  271. MessageId=501 SymbolicName=BG_E_HTTP_ERROR_501 Facility=HTTP Severity=CoError
  272. Language=English
  273. The server does not support the functionality required to fulfill the request.
  274. .
  275. MessageId=502 SymbolicName=BG_E_HTTP_ERROR_502 Facility=HTTP Severity=CoError
  276. Language=English
  277. 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.
  278. .
  279. MessageId=503 SymbolicName=BG_E_HTTP_ERROR_503 Facility=HTTP Severity=CoError
  280. Language=English
  281. The service is temporarily overloaded.
  282. .
  283. MessageId=504 SymbolicName=BG_E_HTTP_ERROR_504 Facility=HTTP Severity=CoError
  284. Language=English
  285. The request was timed out waiting for a gateway.
  286. .
  287. MessageId=505 SymbolicName=BG_E_HTTP_ERROR_505 Facility=HTTP Severity=CoError
  288. Language=English
  289. The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
  290. .
  291. ;#endif //_BGCPYMSG_