Leaked source code of windows server 2003
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.

764 lines
21 KiB

  1. ;#ifndef _CIERROR_H_
  2. ;#define _CIERROR_H_
  3. ;#ifndef FACILITY_WINDOWS
  4. MessageIdTypedef=HRESULT
  5. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  6. CoError=0x2:STATUS_SEVERITY_COERROR
  7. CoFail=0x3:STATUS_SEVERITY_COFAIL
  8. )
  9. FacilityNames=(System=0x0:FACILITY_NULL
  10. Interface=0x4:FACILITY_ITF
  11. Windows=0x8:FACILITY_WINDOWS
  12. )
  13. MessageId=0x1600 Facility=Windows Severity=Success SymbolicName=NOT_AN_ERROR1
  14. Language=English
  15. NOTE: This dummy error message is necessary to force MC to output
  16. the above defines inside the FACILITY_WINDOWS guard instead
  17. of leaving it empty.
  18. .
  19. ;#endif // FACILITY_WINDOWS
  20. ;//
  21. ;// Range 0x1600-0x1850 is reserved by Content Index.
  22. ;//
  23. ;//
  24. ;// Codes 0x1600-0x164f are reserved for QUERY
  25. ;//
  26. MessageId=0x1600 Facility=Interface Severity=CoError SymbolicName=QUERY_E_FAILED
  27. Language=English
  28. Call failed for unknown reason.
  29. .
  30. MessageId=0x1601 Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALIDQUERY
  31. Language=English
  32. Invalid parameter.
  33. .
  34. MessageId=0x1602 Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALIDRESTRICTION
  35. Language=English
  36. The query restriction could not be parsed.
  37. .
  38. MessageId=0x1603 Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALIDSORT
  39. Language=English
  40. An invalid sort order was requested.
  41. .
  42. MessageId=0x1604 Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALIDCATEGORIZE
  43. Language=English
  44. An invalid categorization order was requested.
  45. .
  46. MessageId=0x1605 Facility=Interface Severity=CoError SymbolicName=QUERY_E_ALLNOISE
  47. Language=English
  48. The query contained only ignored words.
  49. .
  50. MessageId=0x1606 Facility=Interface Severity=CoError SymbolicName=QUERY_E_TOOCOMPLEX
  51. Language=English
  52. The query was too complex to be executed.
  53. .
  54. MessageId=0x1607 Facility=Interface Severity=CoError SymbolicName=QUERY_E_TIMEDOUT
  55. Language=English
  56. The query exceeded its execution time limit.
  57. .
  58. MessageId=0x1608 Facility=Interface Severity=CoError SymbolicName=QUERY_E_DUPLICATE_OUTPUT_COLUMN
  59. Language=English
  60. One or more columns in the output column list is a duplicate.
  61. .
  62. MessageId=0x1609 Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALID_OUTPUT_COLUMN
  63. Language=English
  64. One or more columns in the output column list is not valid.
  65. .
  66. MessageId=0x160A Facility=Interface Severity=CoError SymbolicName=QUERY_E_INVALID_DIRECTORY
  67. Language=English
  68. Invalid directory name.
  69. .
  70. MessageId=0x160B Facility=Interface Severity=CoError SymbolicName=QUERY_E_DIR_ON_REMOVABLE_DRIVE
  71. Language=English
  72. Specified directory is on a removable medium.
  73. .
  74. MessageId=0x160C Facility=Interface Severity=CoError SymbolicName=QUERY_S_NO_QUERY
  75. Language=English
  76. The catalog is in a state where indexing continues, but queries are not allowed.
  77. .
  78. ;//
  79. ;// Codes 0x1650-0x167f are reserved for qutil error codes
  80. ;//
  81. MessageId=0x1651
  82. Facility=Interface
  83. Severity=CoError
  84. SymbolicName=QPLIST_E_CANT_OPEN_FILE
  85. Language=English
  86. Can not open file.
  87. .
  88. MessageId=+1
  89. Facility=Interface
  90. Severity=CoError
  91. SymbolicName=QPLIST_E_READ_ERROR
  92. Language=English
  93. Read error in file.
  94. .
  95. MessageId=+1
  96. Facility=Interface
  97. Severity=CoError
  98. SymbolicName=QPLIST_E_EXPECTING_NAME
  99. Language=English
  100. Expecting property name.
  101. .
  102. MessageId=+1
  103. Facility=Interface
  104. Severity=CoError
  105. SymbolicName=QPLIST_E_EXPECTING_TYPE
  106. Language=English
  107. Expecting type specifier.
  108. .
  109. MessageId=+1
  110. Facility=Interface
  111. Severity=CoError
  112. SymbolicName=QPLIST_E_UNRECOGNIZED_TYPE
  113. Language=English
  114. Unrecognized type.
  115. .
  116. MessageId=+1
  117. Facility=Interface
  118. Severity=CoError
  119. SymbolicName=QPLIST_E_EXPECTING_INTEGER
  120. Language=English
  121. Expecting integer.
  122. .
  123. MessageId=+1
  124. Facility=Interface
  125. Severity=CoError
  126. SymbolicName=QPLIST_E_EXPECTING_CLOSE_PAREN
  127. Language=English
  128. Expecting closing parenthesis.
  129. .
  130. MessageId=+1
  131. Facility=Interface
  132. Severity=CoError
  133. SymbolicName=QPLIST_E_EXPECTING_GUID
  134. Language=English
  135. Expecting GUID.
  136. .
  137. MessageId=+1
  138. Facility=Interface
  139. Severity=CoError
  140. SymbolicName=QPLIST_E_BAD_GUID
  141. Language=English
  142. Invalid guid.
  143. .
  144. MessageId=+1
  145. Facility=Interface
  146. Severity=CoError
  147. SymbolicName=QPLIST_E_EXPECTING_PROP_SPEC
  148. Language=English
  149. Expecting property specifier.
  150. .
  151. MessageId=+1
  152. Facility=Interface
  153. Severity=CoError
  154. SymbolicName=QPLIST_E_CANT_SET_PROPERTY
  155. Language=English
  156. Failed to set property name.
  157. .
  158. MessageId=+1
  159. Facility=Interface
  160. Severity=CoError
  161. SymbolicName=QPLIST_E_DUPLICATE
  162. Language=English
  163. Duplicate property name.
  164. .
  165. MessageId=+1
  166. Facility=Interface
  167. Severity=CoError
  168. SymbolicName=QPLIST_E_VECTORBYREF_USED_ALONE
  169. Language=English
  170. DBTYPE_VECTOR or DBTYPE_BYREF used alone.
  171. .
  172. MessageId=+1
  173. Facility=Interface
  174. Severity=CoError
  175. SymbolicName=QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE
  176. Language=English
  177. DBTYPE_BYREF must be used with DBTYPE_STR, DBTYPE_WSTR, DBTYPE_GUID
  178. or DBTYPE_UI1 types.
  179. .
  180. MessageId=0x1660
  181. Facility=Interface
  182. Severity=CoError
  183. SymbolicName=QPARSE_E_UNEXPECTED_NOT
  184. Language=English
  185. Unexpected NOT operator.
  186. .
  187. MessageId=0x1661
  188. Facility=Interface
  189. Severity=CoError
  190. SymbolicName=QPARSE_E_EXPECTING_INTEGER
  191. Language=English
  192. Expecting integer.
  193. .
  194. MessageId=+1
  195. Facility=Interface
  196. Severity=CoError
  197. SymbolicName=QPARSE_E_EXPECTING_REAL
  198. Language=English
  199. Expecting real number.
  200. .
  201. MessageId=+1
  202. Facility=Interface
  203. Severity=CoError
  204. SymbolicName=QPARSE_E_EXPECTING_DATE
  205. Language=English
  206. Expecting date.
  207. .
  208. MessageId=+1
  209. Facility=Interface
  210. Severity=CoError
  211. SymbolicName=QPARSE_E_EXPECTING_CURRENCY
  212. Language=English
  213. Expecting currency.
  214. .
  215. MessageId=+1
  216. Facility=Interface
  217. Severity=CoError
  218. SymbolicName=QPARSE_E_EXPECTING_GUID
  219. Language=English
  220. Expecting GUID.
  221. .
  222. MessageId=+1
  223. Facility=Interface
  224. Severity=CoError
  225. SymbolicName=QPARSE_E_EXPECTING_BRACE
  226. Language=English
  227. Expecting closing square bracket ']'.
  228. .
  229. MessageId=+1
  230. Facility=Interface
  231. Severity=CoError
  232. SymbolicName=QPARSE_E_EXPECTING_PAREN
  233. Language=English
  234. Expecting closing parenthesis ')'.
  235. .
  236. MessageId=+1
  237. Facility=Interface
  238. Severity=CoError
  239. SymbolicName=QPARSE_E_EXPECTING_PROPERTY
  240. Language=English
  241. Expecting property name.
  242. .
  243. MessageId=+1
  244. Facility=Interface
  245. Severity=CoError
  246. SymbolicName=QPARSE_E_NOT_YET_IMPLEMENTED
  247. Language=English
  248. Not yet implemented.
  249. .
  250. MessageId=+1
  251. Facility=Interface
  252. Severity=CoError
  253. SymbolicName=QPARSE_E_EXPECTING_PHRASE
  254. Language=English
  255. Expecting phrase.
  256. .
  257. MessageId=+1
  258. Facility=Interface
  259. Severity=CoError
  260. SymbolicName=QPARSE_E_UNSUPPORTED_PROPERTY_TYPE
  261. Language=English
  262. Unsupported property type.
  263. .
  264. MessageId=+1
  265. Facility=Interface
  266. Severity=CoError
  267. SymbolicName=QPARSE_E_EXPECTING_REGEX
  268. Language=English
  269. Expecting regular expression.
  270. .
  271. MessageId=+1
  272. Facility=Interface
  273. Severity=CoError
  274. SymbolicName=QPARSE_E_EXPECTING_REGEX_PROPERTY
  275. Language=English
  276. Regular expressions require a property of type string.
  277. .
  278. MessageId=+1
  279. Facility=Interface
  280. Severity=CoError
  281. SymbolicName=QPARSE_E_INVALID_LITERAL
  282. Language=English
  283. Invalid literal.
  284. .
  285. MessageId=+1
  286. Facility=Interface
  287. Severity=CoError
  288. SymbolicName=QPARSE_E_NO_SUCH_PROPERTY
  289. Language=English
  290. No such property.
  291. .
  292. MessageId=+1
  293. Facility=Interface
  294. Severity=CoError
  295. SymbolicName=QPARSE_E_EXPECTING_EOS
  296. Language=English
  297. Expecting end of string.
  298. .
  299. MessageId=+1
  300. Facility=Interface
  301. Severity=CoError
  302. SymbolicName=QPARSE_E_EXPECTING_COMMA
  303. Language=English
  304. Expecting comma.
  305. .
  306. MessageId=+1
  307. Facility=Interface
  308. Severity=CoError
  309. SymbolicName=QPARSE_E_UNEXPECTED_EOS
  310. Language=English
  311. Unexpected end of string.
  312. .
  313. MessageId=+1
  314. Facility=Interface
  315. Severity=CoError
  316. SymbolicName=QPARSE_E_WEIGHT_OUT_OF_RANGE
  317. Language=English
  318. Weight must be between 0 and 1000 in short form queries and between 0.0 and 1.0 in long form queries.
  319. .
  320. MessageId=+1
  321. Severity=CoError
  322. SymbolicName=QPARSE_E_NO_SUCH_SORT_PROPERTY
  323. Language=English
  324. An invalid property was found in the sort specification.
  325. .
  326. MessageId=+1
  327. Severity=CoError
  328. SymbolicName=QPARSE_E_INVALID_SORT_ORDER
  329. Language=English
  330. An invalid sort order was specified. Only [a] and [d] are supported.
  331. .
  332. MessageId=+1
  333. Severity=CoError
  334. SymbolicName=QUTIL_E_CANT_CONVERT_VROOT
  335. Language=English
  336. Couldn't convert a virtual path to a physical path.
  337. .
  338. MessageId=+1
  339. Severity=CoError
  340. SymbolicName=QPARSE_E_INVALID_GROUPING
  341. Language=English
  342. An unsupported grouping type was specified.
  343. .
  344. MessageID=+1
  345. Severity=Error
  346. Symbolicname=QUTIL_E_INVALID_CODEPAGE
  347. Language=English
  348. Invalid CiCodepage was specified.
  349. .
  350. MessageId=+1
  351. Facility=Interface
  352. Severity=Success
  353. SymbolicName=QPLIST_S_DUPLICATE
  354. Language=English
  355. Exact duplicate property defined.
  356. .
  357. MessageId=+1
  358. Severity=CoError
  359. SymbolicName=QPARSE_E_INVALID_QUERY
  360. Language=English
  361. Invalid query.
  362. .
  363. MessageId=+1
  364. Severity=CoError
  365. SymbolicName=QPARSE_E_INVALID_RANKMETHOD
  366. Language=English
  367. Invalid rank method.
  368. .
  369. ;//
  370. ;// 0x1680 - 0x169F are Filter daemon error codes
  371. ;//
  372. MessageId=0x1680 Facility=Interface Severity=Success SymbolicName=FDAEMON_W_WORDLISTFULL
  373. Language=English
  374. Wordlist has reached maximum size. Additional documents should not be filtered.
  375. .
  376. MessageId=0x1681 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_LOWRESOURCE
  377. Language=English
  378. The system is running out of one of more resources needed for filtering, usually memory.
  379. .
  380. MessageId=0x1682 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_FATALERROR
  381. Language=English
  382. A critical error occurred during document filtering. Consult system administrator.
  383. .
  384. MessageId=0x1683 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_PARTITIONDELETED
  385. Language=English
  386. Documents not stored in content index because partition has been deleted.
  387. .
  388. MessageId=0x1684 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_CHANGEUPDATEFAILED
  389. Language=English
  390. Documents not stored in content index because update of changelist failed.
  391. .
  392. MessageId=0x1685 Facility=Interface Severity=Success SymbolicName=FDAEMON_W_EMPTYWORDLIST
  393. Language=English
  394. Final wordlist was empty.
  395. .
  396. MessageId=0x1686 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_WORDLISTCOMMITFAILED
  397. Language=English
  398. Commit of wordlist failed. Data not available for query.
  399. .
  400. MessageId=0x1687 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_NOWORDLIST
  401. Language=English
  402. No wordlist is being constructed. May happen after fatal filter error.
  403. .
  404. MessageId=0x1688 Facility=Interface Severity=CoError SymbolicName=FDAEMON_E_TOOMANYFILTEREDBLOCKS
  405. Language=English
  406. During document filtering the limit on buffers has been exceeded.
  407. .
  408. ;//
  409. ;// ISearch error codes
  410. ;//
  411. MessageId=0x16a0 Facility=Interface Severity=Success SymbolicName=SEARCH_S_NOMOREHITS
  412. Language=English
  413. End of hits has been reached.
  414. .
  415. MessageId=0x16a1 Facility=Interface Severity=CoError SymbolicName=SEARCH_E_NOMONIKER
  416. Language=English
  417. Retrival of hits as monikers is not supported (by filter passed into Init).
  418. .
  419. MessageId=0x16a2 Facility=Interface Severity=CoError SymbolicName=SEARCH_E_NOREGION
  420. Language=English
  421. Retrival of hits as filter regions is not supported (by filter passed into Init).
  422. .
  423. ;//
  424. ;// Filter error codes
  425. ;//
  426. MessageId=0x1730 Facility=Interface Severity=CoError SymbolicName=FILTER_E_TOO_BIG
  427. Language=English
  428. File is too large to filter.
  429. .
  430. MessageId=0x1731 Facility=Interface Severity=Success SymbolicName=FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE
  431. Language=English
  432. A partial content scan of the disk needs to be scheduled for immediate execution.
  433. .
  434. MessageId=0x1732 Facility=Interface Severity=Success SymbolicName=FILTER_S_FULL_CONTENTSCAN_IMMEDIATE
  435. Language=English
  436. A full content scan of the disk needs to be scheduled for immediate execution.
  437. .
  438. MessageId=0x1733 Facility=Interface Severity=Success SymbolicName=FILTER_S_CONTENTSCAN_DELAYED
  439. Language=English
  440. A content scan of the disk needs to be scheduled for execution later.
  441. .
  442. MessageId=0x1734 Facility=Interface Severity=CoFail SymbolicName=FILTER_E_CONTENTINDEXCORRUPT
  443. Language=English
  444. The content index is corrupt. A content scan will to be scheduled after chkdsk or autochk is run.
  445. .
  446. MessageId=0x1735 Facility=Interface Severity=Success SymbolicName=FILTER_S_DISK_FULL
  447. Language=English
  448. The disk is getting full.
  449. .
  450. MessageId=0x1736 Facility=Interface Severity=CoError SymbolicName=FILTER_E_ALREADY_OPEN
  451. Language=English
  452. A file is already open. Cannot open another one while a file is open.
  453. .
  454. MessageId=0x1737 Facility=Interface Severity=CoError SymbolicName=FILTER_E_UNREACHABLE
  455. Language=English
  456. The file is not reachable.
  457. .
  458. MessageId=0x1738 Facility=Interface Severity=CoError SymbolicName=FILTER_E_IN_USE
  459. Language=English
  460. The document is in use by another process.
  461. .
  462. MessageId=0x1739 Facility=Interface Severity=CoError SymbolicName=FILTER_E_NOT_OPEN
  463. Language=English
  464. The document is not opened.
  465. .
  466. MessageId=0x173A Facility=Interface Severity=Success SymbolicName=FILTER_S_NO_PROPSETS
  467. Language=English
  468. The document has no property sets.
  469. .
  470. MessageId=0x173B Facility=Interface Severity=CoError SymbolicName=FILTER_E_NO_SUCH_PROPERTY
  471. Language=English
  472. There is no property with the given GUID.
  473. .
  474. MessageId=0x173C Facility=Interface Severity=Success SymbolicName=FILTER_S_NO_SECURITY_DESCRIPTOR
  475. Language=English
  476. The document has no security descriptor.
  477. .
  478. MessageId=0x173D Facility=Interface Severity=CoError SymbolicName=FILTER_E_OFFLINE
  479. Language=English
  480. The document is offline.
  481. .
  482. MessageId=0x173E Facility=Interface Severity=CoError SymbolicName=FILTER_E_PARTIALLY_FILTERED
  483. Language=English
  484. The document was too large to filter in its entirety. Portions of the document were not emitted.
  485. .
  486. ;//
  487. ;// Word breaker error codes
  488. ;//
  489. MessageId=0x1780 Facility=Interface Severity=CoError SymbolicName=WBREAK_E_END_OF_TEXT
  490. Language=English
  491. End of text reached in text source.
  492. .
  493. MessageId=0x1781 Facility=Interface Severity=Success SymbolicName=LANGUAGE_S_LARGE_WORD
  494. Language=English
  495. Word larger than maximum length. May be truncated by word sink.
  496. .
  497. MessageId=0x1782 Facility=Interface Severity=CoError SymbolicName=WBREAK_E_QUERY_ONLY
  498. Language=English
  499. Feature only available in query mode.
  500. .
  501. MessageId=0x1783 Facility=Interface Severity=CoError SymbolicName=WBREAK_E_BUFFER_TOO_SMALL
  502. Language=English
  503. Buffer too small to hold composed phrase.
  504. .
  505. MessageId=0x1784 Facility=Interface Severity=CoError SymbolicName=LANGUAGE_E_DATABASE_NOT_FOUND
  506. Language=English
  507. Langauge database/cache file could not be found.
  508. .
  509. MessageId=0x1785 Facility=Interface Severity=CoError SymbolicName=WBREAK_E_INIT_FAILED
  510. Language=English
  511. Initialization of word breaker failed.
  512. .
  513. MessageId=0x1790 Facility=Interface Severity=CoError SymbolicName=PSINK_E_QUERY_ONLY
  514. Language=English
  515. Feature only available in query mode.
  516. .
  517. MessageId=0x1791 Facility=Interface Severity=CoError SymbolicName=PSINK_E_INDEX_ONLY
  518. Language=English
  519. Feature only available in index mode.
  520. .
  521. MessageId=0x1792 Facility=Interface Severity=CoError SymbolicName=PSINK_E_LARGE_ATTACHMENT
  522. Language=English
  523. Attachment type beyond valid range.
  524. .
  525. MessageId=0x1793 Facility=Interface Severity=Success SymbolicName=PSINK_S_LARGE_WORD
  526. Language=English
  527. Word larger than maximum length. May be truncated by phrase sink.
  528. .
  529. ;//
  530. ;// Content Index Framework Error Codes
  531. ;//
  532. MessageId=0x1800 Facility=Interface Severity=CoFail SymbolicName=CI_CORRUPT_DATABASE
  533. Language=English
  534. The content index is corrupt.
  535. .
  536. MessageId=0x1801 Facility=Interface Severity=CoFail SymbolicName=CI_CORRUPT_CATALOG
  537. Language=English
  538. The content index meta data is corrupt.
  539. .
  540. MessageId=0x1802 Facility=Interface Severity=CoFail SymbolicName=CI_INVALID_PARTITION
  541. Language=English
  542. The content index partition is invalid.
  543. .
  544. MessageId=0x1803 Facility=Interface Severity=CoFail SymbolicName=CI_INVALID_PRIORITY
  545. Language=English
  546. The priority is invalid.
  547. .
  548. MessageId=0x1804 Facility=Interface Severity=CoFail SymbolicName=CI_NO_STARTING_KEY
  549. Language=English
  550. There is no starting key.
  551. .
  552. MessageId=0x1805 Facility=Interface Severity=CoFail SymbolicName=CI_OUT_OF_INDEX_IDS
  553. Language=English
  554. The content index is out of index ids.
  555. .
  556. MessageId=0x1806 Facility=Interface Severity=CoFail SymbolicName=CI_NO_CATALOG
  557. Language=English
  558. There is no catalog.
  559. .
  560. MessageId=0x1807 Facility=Interface Severity=CoFail SymbolicName=CI_CORRUPT_FILTER_BUFFER
  561. Language=English
  562. The filter buffer is corrupt.
  563. .
  564. MessageId=0x1808 Facility=Interface Severity=CoFail SymbolicName=CI_INVALID_INDEX
  565. Language=English
  566. The index is invalid.
  567. .
  568. MessageId=0x1809 Facility=Interface Severity=CoFail SymbolicName=CI_PROPSTORE_INCONSISTENCY
  569. Language=English
  570. Inconsistency in property store detected.
  571. .
  572. MessageId=0x180A Facility=Interface Severity=CoError SymbolicName=CI_E_ALREADY_INITIALIZED
  573. Language=English
  574. The object is already initialzed.
  575. .
  576. MessageId=0x180B Facility=Interface Severity=CoError SymbolicName=CI_E_NOT_INITIALIZED
  577. Language=English
  578. The object is not initialzed.
  579. .
  580. MessageId=0x180C Facility=Interface Severity=CoError SymbolicName=CI_E_BUFFERTOOSMALL
  581. Language=English
  582. The buffer is too small.
  583. .
  584. MessageId=0x180D Facility=Interface Severity=CoError SymbolicName=CI_E_PROPERTY_NOT_CACHED
  585. Language=English
  586. The given property is not cached.
  587. .
  588. MessageId=0x180E Facility=Interface Severity=Success SymbolicName=CI_S_WORKID_DELETED
  589. Language=English
  590. The workid is deleted.
  591. .
  592. MessageId=0x180F Facility=Interface Severity=CoError SymbolicName=CI_E_INVALID_STATE
  593. Language=English
  594. The object is not in a valid state.
  595. .
  596. MessageId=0x1810 Facility=Interface Severity=CoError SymbolicName=CI_E_FILTERING_DISABLED
  597. Language=English
  598. Filtering is disabled in this content index.
  599. .
  600. MessageId=0x1811 Facility=Interface Severity=CoError SymbolicName=CI_E_DISK_FULL
  601. Language=English
  602. The disk is full and the specified operation cannot be done.
  603. .
  604. MessageId=0x1812 Facility=Interface Severity=CoError SymbolicName=CI_E_SHUTDOWN
  605. Language=English
  606. Content Index has been shutdown.
  607. .
  608. MessageId=0x1813 Facility=Interface Severity=CoError SymbolicName=CI_E_WORKID_NOTVALID
  609. Language=English
  610. The workid is not valid.
  611. .
  612. MessageId=0x1814 Facility=Interface Severity=Success SymbolicName=CI_S_END_OF_ENUMERATION;
  613. Language=English
  614. There are no more documents to enumerate.
  615. .
  616. MessageId=0x1815 Facility=Interface Severity=CoError SymbolicName=CI_E_NOT_FOUND
  617. Language=English
  618. The object was not found.
  619. .
  620. MessageId=0x1816 Facility=Interface Severity=CoError SymbolicName=CI_E_USE_DEFAULT_PID
  621. Language=English
  622. The passed-in property id is not supported.
  623. .
  624. MessageId=0x1817 Facility=Interface Severity=CoError SymbolicName=CI_E_DUPLICATE_NOTIFICATION
  625. Language=English
  626. There were two notifications for the same workid.
  627. .
  628. MessageId=0x1818 Facility=Interface Severity=CoError SymbolicName=CI_E_UPDATES_DISABLED
  629. Language=English
  630. A document update was rejected because updates were disabled.
  631. .
  632. MessageId=0x1819 Facility=Interface Severity=CoError SymbolicName=CI_E_INVALID_FLAGS_COMBINATION
  633. Language=English
  634. The combination of flags specified is invalid.
  635. .
  636. MessageId=0x181A Facility=Interface Severity=CoError SymbolicName=CI_E_OUTOFSEQ_INCREMENT_DATA
  637. Language=English
  638. The incremental data given to Load is not valid. It may be out of sequence.
  639. .
  640. MessageId=0x181B Facility=Interface Severity=CoError SymbolicName=CI_E_SHARING_VIOLATION
  641. Language=English
  642. A sharing or locking violation caused a failure.
  643. .
  644. MessageId=0x181C Facility=Interface Severity=CoError SymbolicName=CI_E_LOGON_FAILURE
  645. Language=English
  646. A logon permission violation caused a failure.
  647. .
  648. MessageId=0x181D Facility=Interface Severity=CoError SymbolicName=CI_E_NO_CATALOG
  649. Language=English
  650. There is no catalog.
  651. .
  652. MessageId=0x181E Facility=Interface Severity=CoError SymbolicName=CI_E_STRANGE_PAGEORSECTOR_SIZE
  653. Language=English
  654. Page size is not an integral multiple of the sector size of the volume where index is located.
  655. .
  656. MessageId=0x181F Facility=Interface Severity=CoError SymbolicName=CI_E_TIMEOUT
  657. Language=English
  658. Service is too busy.
  659. .
  660. MessageId=0x1820 Facility=Interface Severity=CoError SymbolicName=CI_E_NOT_RUNNING
  661. Language=English
  662. Service is not running.
  663. .
  664. MessageId=0x1821 Facility=Interface Severity=CoFail SymbolicName=CI_INCORRECT_VERSION
  665. Language=English
  666. The content index data on disk is for the wrong version.
  667. .
  668. MessageId=0x1822 Facility=Interface Severity=CoFail SymbolicName=CI_E_ENUMERATION_STARTED
  669. Language=English
  670. Enumeration has already been started for this query.
  671. .
  672. MessageId=0x1823 Facility=Interface Severity=CoFail SymbolicName=CI_E_PROPERTY_TOOLARGE
  673. Language=English
  674. The specified variable length property is too large for the property cache.
  675. .
  676. MessageId=0x1824 Facility=Interface Severity=CoFail SymbolicName=CI_E_CLIENT_FILTER_ABORT
  677. Language=English
  678. Filtering of object was aborted by client.
  679. .
  680. MessageId=0x1825 Facility=Interface Severity=Success SymbolicName=CI_S_NO_DOCSTORE
  681. Language=English
  682. For administrative connections from client without association to a docstore.
  683. .
  684. MessageId=0x1826 Facility=Interface Severity=Success SymbolicName=CI_S_CAT_STOPPED
  685. Language=English
  686. The catalog has been stopped.
  687. .
  688. MessageId=0x1827 Facility=Interface Severity=CoError SymbolicName=CI_E_CARDINALITY_MISMATCH
  689. Language=English
  690. Mismatch in cardinality of machine(s)/catalog(s)/scope(s).
  691. .
  692. MessageId=0x1828 Facility=Interface Severity=CoError SymbolicName=CI_E_CONFIG_DISK_FULL
  693. Language=English
  694. The disk has reached its configured space limit.
  695. .
  696. ;#endif // _CIERROR_H_