errors: add table to generate WERRORs from
[nivanova/samba-autobuild/.git] / libcli / util / werror_err_table.txt
1 Errors retrieved from https://msdn.microsoft.com/en-us/library/cc231199.aspx.
2 License retrieved from https://msdn.microsoft.com/en-us/library/cc231196.aspx:
3
4 Intellectual Property Rights Notice for Open Specifications Documentation
5
6    - Technical Documentation. Microsoft publishes Open Specifications documentation (“this documentation”) for protocols, file formats, data portability, computer languages, and standards support. Additionally, overview documents cover inter-protocol relationships and interactions.
7
8    - Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you can make copies of it in order to develop implementations of the technologies that are described in this documentation and can distribute portions of it in your implementations that use these technologies or in your documentation as necessary to properly document the implementation. You can also distribute in your implementation, with or without modification, any schemas, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications documentation.
9
10    - No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.
11
12    - Patents. Microsoft has patents that might cover your implementations of the technologies described in the Open Specifications documentation. Neither this notice nor Microsoft's delivery of this documentation grants any licenses under those patents or any other Microsoft patents. However, a given Open Specifications document might be covered by the Microsoft Open Specifications Promise or the Microsoft Community Promise. If you would prefer a written license, or if the technologies described in this documentation are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting iplg@microsoft.com.
13
14    - Trademarks. The names of companies and products contained in this documentation might be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. For a list of Microsoft trademarks, visit www.microsoft.com/trademarks.
15
16    - Fictitious Names. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events that are depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred.
17
18 Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than as specifically described above, whether by implication, estoppel, or otherwise.
19
20 Tools. The Open Specifications documentation does not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments, you are free to take advantage of them. Certain Open Specifications documents are intended for use in conjunction with publicly available standards specifications and network programming art and, as such, assume that the reader either is familiar with the aforementioned material or has immediate access to it.
21
22 ===========
23
24 0x00000000
25
26 ERROR_SUCCESS
27         
28
29 The operation completed successfully.
30
31 0x00000000
32
33 NERR_Success
34         
35
36 The operation completed successfully.
37
38 0x00000001
39
40 ERROR_INVALID_FUNCTION
41         
42
43 Incorrect function.
44
45 0x00000002
46
47 ERROR_FILE_NOT_FOUND
48         
49
50 The system cannot find the file specified.
51
52 0x00000003
53
54 ERROR_PATH_NOT_FOUND
55         
56
57 The system cannot find the path specified.
58
59 0x00000004
60
61 ERROR_TOO_MANY_OPEN_FILES
62         
63
64 The system cannot open the file.
65
66 0x00000005
67
68 ERROR_ACCESS_DENIED
69         
70
71 Access is denied.
72
73 0x00000006
74
75 ERROR_INVALID_HANDLE
76         
77
78 The handle is invalid.
79
80 0x00000007
81
82 ERROR_ARENA_TRASHED
83         
84
85 The storage control blocks were destroyed.
86
87 0x00000008
88
89 ERROR_NOT_ENOUGH_MEMORY
90         
91
92 Not enough storage is available to process this command.
93
94 0x00000009
95
96 ERROR_INVALID_BLOCK
97         
98
99 The storage control block address is invalid.
100
101 0x0000000A
102
103 ERROR_BAD_ENVIRONMENT
104         
105
106 The environment is incorrect.
107
108 0x0000000B
109
110 ERROR_BAD_FORMAT
111         
112
113 An attempt was made to load a program with an incorrect format.
114
115 0x0000000C
116
117 ERROR_INVALID_ACCESS
118         
119
120 The access code is invalid.
121
122 0x0000000D
123
124 ERROR_INVALID_DATA
125         
126
127 The data is invalid.
128
129 0x0000000E
130
131 ERROR_OUTOFMEMORY
132         
133
134 Not enough storage is available to complete this operation.
135
136 0x0000000F
137
138 ERROR_INVALID_DRIVE
139         
140
141 The system cannot find the drive specified.
142
143 0x00000010
144
145 ERROR_CURRENT_DIRECTORY
146         
147
148 The directory cannot be removed.
149
150 0x00000011
151
152 ERROR_NOT_SAME_DEVICE
153         
154
155 The system cannot move the file to a different disk drive.
156
157 0x00000012
158
159 ERROR_NO_MORE_FILES
160         
161
162 There are no more files.
163
164 0x00000013
165
166 ERROR_WRITE_PROTECT
167         
168
169 The media is write-protected.
170
171 0x00000014
172
173 ERROR_BAD_UNIT
174         
175
176 The system cannot find the device specified.
177
178 0x00000015
179
180 ERROR_NOT_READY
181         
182
183 The device is not ready.
184
185 0x00000016
186
187 ERROR_BAD_COMMAND
188         
189
190 The device does not recognize the command.
191
192 0x00000017
193
194 ERROR_CRC
195         
196
197 Data error (cyclic redundancy check).
198
199 0x00000018
200
201 ERROR_BAD_LENGTH
202         
203
204 The program issued a command but the command length is incorrect.
205
206 0x00000019
207
208 ERROR_SEEK
209         
210
211 The drive cannot locate a specific area or track on the disk.
212
213 0x0000001A
214
215 ERROR_NOT_DOS_DISK
216         
217
218 The specified disk cannot be accessed.
219
220 0x0000001B
221
222 ERROR_SECTOR_NOT_FOUND
223         
224
225 The drive cannot find the sector requested.
226
227 0x0000001C
228
229 ERROR_OUT_OF_PAPER
230         
231
232 The printer is out of paper.
233
234 0x0000001D
235
236 ERROR_WRITE_FAULT
237         
238
239 The system cannot write to the specified device.
240
241 0x0000001E
242
243 ERROR_READ_FAULT
244         
245
246 The system cannot read from the specified device.
247
248 0x0000001F
249
250 ERROR_GEN_FAILURE
251         
252
253 A device attached to the system is not functioning.
254
255 0x00000020
256
257 ERROR_SHARING_VIOLATION
258         
259
260 The process cannot access the file because it is being used by another process.
261
262 0x00000021
263
264 ERROR_LOCK_VIOLATION
265         
266
267 The process cannot access the file because another process has locked a portion of the file.
268
269 0x00000022
270
271 ERROR_WRONG_DISK
272         
273
274 The wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
275
276 0x00000024
277
278 ERROR_SHARING_BUFFER_EXCEEDED
279         
280
281 Too many files opened for sharing.
282
283 0x00000026
284
285 ERROR_HANDLE_EOF
286         
287
288 Reached the end of the file.
289
290 0x00000027
291
292 ERROR_HANDLE_DISK_FULL
293         
294
295 The disk is full.
296
297 0x00000032
298
299 ERROR_NOT_SUPPORTED
300         
301
302 The request is not supported.
303
304 0x00000033
305
306 ERROR_REM_NOT_LIST
307         
308
309 Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
310
311 0x00000034
312
313 ERROR_DUP_NAME
314         
315
316 You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name, and then try again.
317
318 0x00000035
319
320 ERROR_BAD_NETPATH
321         
322
323 The network path was not found.
324
325 0x00000036
326
327 ERROR_NETWORK_BUSY
328         
329
330 The network is busy.
331
332 0x00000037
333
334 ERROR_DEV_NOT_EXIST
335         
336
337 The specified network resource or device is no longer available.
338
339 0x00000038
340
341 ERROR_TOO_MANY_CMDS
342         
343
344 The network BIOS command limit has been reached.
345
346 0x00000039
347
348 ERROR_ADAP_HDW_ERR
349         
350
351 A network adapter hardware error occurred.
352
353 0x0000003A
354
355 ERROR_BAD_NET_RESP
356         
357
358 The specified server cannot perform the requested operation.
359
360 0x0000003B
361
362 ERROR_UNEXP_NET_ERR
363         
364
365 An unexpected network error occurred.
366
367 0x0000003C
368
369 ERROR_BAD_REM_ADAP
370         
371
372 The remote adapter is not compatible.
373
374 0x0000003D
375
376 ERROR_PRINTQ_FULL
377         
378
379 The print queue is full.
380
381 0x0000003E
382
383 ERROR_NO_SPOOL_SPACE
384         
385
386 Space to store the file waiting to be printed is not available on the server.
387
388 0x0000003F
389
390 ERROR_PRINT_CANCELLED
391         
392
393 Your file waiting to be printed was deleted.
394
395 0x00000040
396
397 ERROR_NETNAME_DELETED
398         
399
400 The specified network name is no longer available.
401
402 0x00000041
403
404 ERROR_NETWORK_ACCESS_DENIED
405         
406
407 Network access is denied.
408
409 0x00000042
410
411 ERROR_BAD_DEV_TYPE
412         
413
414 The network resource type is not correct.
415
416 0x00000043
417
418 ERROR_BAD_NET_NAME
419         
420
421 The network name cannot be found.
422
423 0x00000044
424
425 ERROR_TOO_MANY_NAMES
426         
427
428 The name limit for the local computer network adapter card was exceeded.
429
430 0x00000045
431
432 ERROR_TOO_MANY_SESS
433         
434
435 The network BIOS session limit was exceeded.
436
437 0x00000046
438
439 ERROR_SHARING_PAUSED
440         
441
442 The remote server has been paused or is in the process of being started.
443
444 0x00000047
445
446 ERROR_REQ_NOT_ACCEP
447         
448
449 No more connections can be made to this remote computer at this time because the computer has accepted the maximum number of connections.
450
451 0x00000048
452
453 ERROR_REDIR_PAUSED
454         
455
456 The specified printer or disk device has been paused.
457
458 0x00000050
459
460 ERROR_FILE_EXISTS
461         
462
463 The file exists.
464
465 0x00000052
466
467 ERROR_CANNOT_MAKE
468         
469
470 The directory or file cannot be created.
471
472 0x00000053
473
474 ERROR_FAIL_I24
475         
476
477 Fail on INT 24.
478
479 0x00000054
480
481 ERROR_OUT_OF_STRUCTURES
482         
483
484 Storage to process this request is not available.
485
486 0x00000055
487
488 ERROR_ALREADY_ASSIGNED
489         
490
491 The local device name is already in use.
492
493 0x00000056
494
495 ERROR_INVALID_PASSWORD
496         
497
498 The specified network password is not correct.
499
500 0x00000057
501
502 ERROR_INVALID_PARAMETER
503         
504
505 The parameter is incorrect.
506
507 0x00000058
508
509 ERROR_NET_WRITE_FAULT
510         
511
512 A write fault occurred on the network.
513
514 0x00000059
515
516 ERROR_NO_PROC_SLOTS
517         
518
519 The system cannot start another process at this time.
520
521 0x00000064
522
523 ERROR_TOO_MANY_SEMAPHORES
524         
525
526 Cannot create another system semaphore.
527
528 0x00000065
529
530 ERROR_EXCL_SEM_ALREADY_OWNED
531         
532
533 The exclusive semaphore is owned by another process.
534
535 0x00000066
536
537 ERROR_SEM_IS_SET
538         
539
540 The semaphore is set and cannot be closed.
541
542 0x00000067
543
544 ERROR_TOO_MANY_SEM_REQUESTS
545         
546
547 The semaphore cannot be set again.
548
549 0x00000068
550
551 ERROR_INVALID_AT_INTERRUPT_TIME
552         
553
554 Cannot request exclusive semaphores at interrupt time.
555
556 0x00000069
557
558 ERROR_SEM_OWNER_DIED
559         
560
561 The previous ownership of this semaphore has ended.
562
563 0x0000006A
564
565 ERROR_SEM_USER_LIMIT
566         
567
568 Insert the disk for drive %1.
569
570 0x0000006B
571
572 ERROR_DISK_CHANGE
573         
574
575 The program stopped because an alternate disk was not inserted.
576
577 0x0000006C
578
579 ERROR_DRIVE_LOCKED
580         
581
582 The disk is in use or locked by another process.
583
584 0x0000006D
585
586 ERROR_BROKEN_PIPE
587         
588
589 The pipe has been ended.
590
591 0x0000006E
592
593 ERROR_OPEN_FAILED
594         
595
596 The system cannot open the device or file specified.
597
598 0x0000006F
599
600 ERROR_BUFFER_OVERFLOW
601         
602
603 The file name is too long.
604
605 0x00000070
606
607 ERROR_DISK_FULL
608         
609
610 There is not enough space on the disk.
611
612 0x00000071
613
614 ERROR_NO_MORE_SEARCH_HANDLES
615         
616
617 No more internal file identifiers are available.
618
619 0x00000072
620
621 ERROR_INVALID_TARGET_HANDLE
622         
623
624 The target internal file identifier is incorrect.
625
626 0x00000075
627
628 ERROR_INVALID_CATEGORY
629         
630
631 The Input Output Control (IOCTL) call made by the application program is not correct.
632
633 0x00000076
634
635 ERROR_INVALID_VERIFY_SWITCH
636         
637
638 The verify-on-write switch parameter value is not correct.
639
640 0x00000077
641
642 ERROR_BAD_DRIVER_LEVEL
643         
644
645 The system does not support the command requested.
646
647 0x00000078
648
649 ERROR_CALL_NOT_IMPLEMENTED
650         
651
652 This function is not supported on this system.
653
654 0x00000079
655
656 ERROR_SEM_TIMEOUT
657         
658
659 The semaphore time-out period has expired.
660
661 0x0000007A
662
663 ERROR_INSUFFICIENT_BUFFER
664         
665
666 The data area passed to a system call is too small.
667
668 0x0000007B
669
670 ERROR_INVALID_NAME
671         
672
673 The file name, directory name, or volume label syntax is incorrect.
674
675 0x0000007C
676
677 ERROR_INVALID_LEVEL
678         
679
680 The system call level is not correct.
681
682 0x0000007D
683
684 ERROR_NO_VOLUME_LABEL
685         
686
687 The disk has no volume label.
688
689 0x0000007E
690
691 ERROR_MOD_NOT_FOUND
692         
693
694 The specified module could not be found.
695
696 0x0000007F
697
698 ERROR_PROC_NOT_FOUND
699         
700
701 The specified procedure could not be found.
702
703 0x00000080
704
705 ERROR_WAIT_NO_CHILDREN
706         
707
708 There are no child processes to wait for.
709
710 0x00000081
711
712 ERROR_CHILD_NOT_COMPLETE
713         
714
715 The %1 application cannot be run in Win32 mode.
716
717 0x00000082
718
719 ERROR_DIRECT_ACCESS_HANDLE
720         
721
722 Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
723
724 0x00000083
725
726 ERROR_NEGATIVE_SEEK
727         
728
729 An attempt was made to move the file pointer before the beginning of the file.
730
731 0x00000084
732
733 ERROR_SEEK_ON_DEVICE
734         
735
736 The file pointer cannot be set on the specified device or file.
737
738 0x00000085
739
740 ERROR_IS_JOIN_TARGET
741         
742
743 A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
744
745 0x00000086
746
747 ERROR_IS_JOINED
748         
749
750 An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
751
752 0x00000087
753
754 ERROR_IS_SUBSTED
755         
756
757 An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
758
759 0x00000088
760
761 ERROR_NOT_JOINED
762         
763
764 The system tried to delete the JOIN of a drive that is not joined.
765
766 0x00000089
767
768 ERROR_NOT_SUBSTED
769         
770
771 The system tried to delete the substitution of a drive that is not substituted.
772
773 0x0000008A
774
775 ERROR_JOIN_TO_JOIN
776         
777
778 The system tried to join a drive to a directory on a joined drive.
779
780 0x0000008B
781
782 ERROR_SUBST_TO_SUBST
783         
784
785 The system tried to substitute a drive to a directory on a substituted drive.
786
787 0x0000008C
788
789 ERROR_JOIN_TO_SUBST
790         
791
792 The system tried to join a drive to a directory on a substituted drive.
793
794 0x0000008D
795
796 ERROR_SUBST_TO_JOIN
797         
798
799 The system tried to SUBST a drive to a directory on a joined drive.
800
801 0x0000008E
802
803 ERROR_BUSY_DRIVE
804         
805
806 The system cannot perform a JOIN or SUBST at this time.
807
808 0x0000008F
809
810 ERROR_SAME_DRIVE
811         
812
813 The system cannot join or substitute a drive to or for a directory on the same drive.
814
815 0x00000090
816
817 ERROR_DIR_NOT_ROOT
818         
819
820 The directory is not a subdirectory of the root directory.
821
822 0x00000091
823
824 ERROR_DIR_NOT_EMPTY
825         
826
827 The directory is not empty.
828
829 0x00000092
830
831 ERROR_IS_SUBST_PATH
832         
833
834 The path specified is being used in a substitute.
835
836 0x00000093
837
838 ERROR_IS_JOIN_PATH
839         
840
841 Not enough resources are available to process this command.
842
843 0x00000094
844
845 ERROR_PATH_BUSY
846         
847
848 The path specified cannot be used at this time.
849
850 0x00000095
851
852 ERROR_IS_SUBST_TARGET
853         
854
855 An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
856
857 0x00000096
858
859 ERROR_SYSTEM_TRACE
860         
861
862 System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
863
864 0x00000097
865
866 ERROR_INVALID_EVENT_COUNT
867         
868
869 The number of specified semaphore events for DosMuxSemWait is not correct.
870
871 0x00000098
872
873 ERROR_TOO_MANY_MUXWAITERS
874         
875
876 DosMuxSemWait did not execute; too many semaphores are already set.
877
878 0x00000099
879
880 ERROR_INVALID_LIST_FORMAT
881         
882
883 The DosMuxSemWait list is not correct.
884
885 0x0000009A
886
887 ERROR_LABEL_TOO_LONG
888         
889
890 The volume label you entered exceeds the label character limit of the destination file system.
891
892 0x0000009B
893
894 ERROR_TOO_MANY_TCBS
895         
896
897 Cannot create another thread.
898
899 0x0000009C
900
901 ERROR_SIGNAL_REFUSED
902         
903
904 The recipient process has refused the signal.
905
906 0x0000009D
907
908 ERROR_DISCARDED
909         
910
911 The segment is already discarded and cannot be locked.
912
913 0x0000009E
914
915 ERROR_NOT_LOCKED
916         
917
918 The segment is already unlocked.
919
920 0x0000009F
921
922 ERROR_BAD_THREADID_ADDR
923         
924
925 The address for the thread ID is not correct.
926
927 0x000000A0
928
929 ERROR_BAD_ARGUMENTS
930         
931
932 One or more arguments are not correct.
933
934 0x000000A1
935
936 ERROR_BAD_PATHNAME
937         
938
939 The specified path is invalid.
940
941 0x000000A2
942
943 ERROR_SIGNAL_PENDING
944         
945
946 A signal is already pending.
947
948 0x000000A4
949
950 ERROR_MAX_THRDS_REACHED
951         
952
953 No more threads can be created in the system.
954
955 0x000000A7
956
957 ERROR_LOCK_FAILED
958         
959
960 Unable to lock a region of a file.
961
962 0x000000AA
963
964 ERROR_BUSY
965         
966
967 The requested resource is in use.
968
969 0x000000AD
970
971 ERROR_CANCEL_VIOLATION
972         
973
974 A lock request was not outstanding for the supplied cancel region.
975
976 0x000000AE
977
978 ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
979         
980
981 The file system does not support atomic changes to the lock type.
982
983 0x000000B4
984
985 ERROR_INVALID_SEGMENT_NUMBER
986         
987
988 The system detected a segment number that was not correct.
989
990 0x000000B6
991
992 ERROR_INVALID_ORDINAL
993         
994
995 The operating system cannot run %1.
996
997 0x000000B7
998
999 ERROR_ALREADY_EXISTS
1000         
1001
1002 Cannot create a file when that file already exists.
1003
1004 0x000000BA
1005
1006 ERROR_INVALID_FLAG_NUMBER
1007         
1008
1009 The flag passed is not correct.
1010
1011 0x000000BB
1012
1013 ERROR_SEM_NOT_FOUND
1014         
1015
1016 The specified system semaphore name was not found.
1017
1018 0x000000BC
1019
1020 ERROR_INVALID_STARTING_CODESEG
1021         
1022
1023 The operating system cannot run %1.
1024
1025 0x000000BD
1026
1027 ERROR_INVALID_STACKSEG
1028         
1029
1030 The operating system cannot run %1.
1031
1032 0x000000BE
1033
1034 ERROR_INVALID_MODULETYPE
1035         
1036
1037 The operating system cannot run %1.
1038
1039 0x000000BF
1040
1041 ERROR_INVALID_EXE_SIGNATURE
1042         
1043
1044 Cannot run %1 in Win32 mode.
1045
1046 0x000000C0
1047
1048 ERROR_EXE_MARKED_INVALID
1049         
1050
1051 The operating system cannot run %1.
1052
1053 0x000000C1
1054
1055 ERROR_BAD_EXE_FORMAT
1056         
1057
1058 %1 is not a valid Win32 application.
1059
1060 0x000000C2
1061
1062 ERROR_ITERATED_DATA_EXCEEDS_64k
1063         
1064
1065 The operating system cannot run %1.
1066
1067 0x000000C3
1068
1069 ERROR_INVALID_MINALLOCSIZE
1070         
1071
1072 The operating system cannot run %1.
1073
1074 0x000000C4
1075
1076 ERROR_DYNLINK_FROM_INVALID_RING
1077         
1078
1079 The operating system cannot run this application program.
1080
1081 0x000000C5
1082
1083 ERROR_IOPL_NOT_ENABLED
1084         
1085
1086 The operating system is not presently configured to run this application.
1087
1088 0x000000C6
1089
1090 ERROR_INVALID_SEGDPL
1091         
1092
1093 The operating system cannot run %1.
1094
1095 0x000000C7
1096
1097 ERROR_AUTODATASEG_EXCEEDS_64k
1098         
1099
1100 The operating system cannot run this application program.
1101
1102 0x000000C8
1103
1104 ERROR_RING2SEG_MUST_BE_MOVABLE
1105         
1106
1107 The code segment cannot be greater than or equal to 64 KB.
1108
1109 0x000000C9
1110
1111 ERROR_RELOC_CHAIN_XEEDS_SEGLIM
1112         
1113
1114 The operating system cannot run %1.
1115
1116 0x000000CA
1117
1118 ERROR_INFLOOP_IN_RELOC_CHAIN
1119         
1120
1121 The operating system cannot run %1.
1122
1123 0x000000CB
1124
1125 ERROR_ENVVAR_NOT_FOUND
1126         
1127
1128 The system could not find the environment option that was entered.
1129
1130 0x000000CD
1131
1132 ERROR_NO_SIGNAL_SENT
1133         
1134
1135 No process in the command subtree has a signal handler.
1136
1137 0x000000CE
1138
1139 ERROR_FILENAME_EXCED_RANGE
1140         
1141
1142 The file name or extension is too long.
1143
1144 0x000000CF
1145
1146 ERROR_RING2_STACK_IN_USE
1147         
1148
1149 The ring 2 stack is in use.
1150
1151 0x000000D0
1152
1153 ERROR_META_EXPANSION_TOO_LONG
1154         
1155
1156 The asterisk (*) or question mark (?) global file name characters are entered incorrectly, or too many global file name characters are specified.
1157
1158 0x000000D1
1159
1160 ERROR_INVALID_SIGNAL_NUMBER
1161         
1162
1163 The signal being posted is not correct.
1164
1165 0x000000D2
1166
1167 ERROR_THREAD_1_INACTIVE
1168         
1169
1170 The signal handler cannot be set.
1171
1172 0x000000D4
1173
1174 ERROR_LOCKED
1175         
1176
1177 The segment is locked and cannot be reallocated.
1178
1179 0x000000D6
1180
1181 ERROR_TOO_MANY_MODULES
1182         
1183
1184 Too many dynamic-link modules are attached to this program or dynamic-link module.
1185
1186 0x000000D7
1187
1188 ERROR_NESTING_NOT_ALLOWED
1189         
1190
1191 Cannot nest calls to LoadModule.
1192
1193 0x000000D8
1194
1195 ERROR_EXE_MACHINE_TYPE_MISMATCH
1196         
1197
1198 This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
1199
1200 0x000000D9
1201
1202 ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
1203         
1204
1205 The image file %1 is signed, unable to modify.
1206
1207 0x000000DA
1208
1209 ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
1210         
1211
1212 The image file %1 is strong signed, unable to modify.
1213
1214 0x000000DC
1215
1216 ERROR_FILE_CHECKED_OUT
1217         
1218
1219 This file is checked out or locked for editing by another user.
1220
1221 0x000000DD
1222
1223 ERROR_CHECKOUT_REQUIRED
1224         
1225
1226 The file must be checked out before saving changes.
1227
1228 0x000000DE
1229
1230 ERROR_BAD_FILE_TYPE
1231         
1232
1233 The file type being saved or retrieved has been blocked.
1234
1235 0x000000DF
1236
1237 ERROR_FILE_TOO_LARGE
1238         
1239
1240 The file size exceeds the limit allowed and cannot be saved.
1241
1242 0x000000E0
1243
1244 ERROR_FORMS_AUTH_REQUIRED
1245         
1246
1247 Access denied. Before opening files in this location, you must first browse to the website and select the option to sign in automatically.
1248
1249 0x000000E1
1250
1251 ERROR_VIRUS_INFECTED
1252         
1253
1254 Operation did not complete successfully because the file contains a virus.
1255
1256 0x000000E2
1257
1258 ERROR_VIRUS_DELETED
1259         
1260
1261 This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.
1262
1263 0x000000E5
1264
1265 ERROR_PIPE_LOCAL
1266         
1267
1268 The pipe is local.
1269
1270 0x000000E6
1271
1272 ERROR_BAD_PIPE
1273         
1274
1275 The pipe state is invalid.
1276
1277 0x000000E7
1278
1279 ERROR_PIPE_BUSY
1280         
1281
1282 All pipe instances are busy.
1283
1284 0x000000E8
1285
1286 ERROR_NO_DATA
1287         
1288
1289 The pipe is being closed.
1290
1291 0x000000E9
1292
1293 ERROR_PIPE_NOT_CONNECTED
1294         
1295
1296 No process is on the other end of the pipe.
1297
1298 0x000000EA
1299
1300 ERROR_MORE_DATA
1301         
1302
1303 More data is available.
1304
1305 0x000000F0
1306
1307 ERROR_VC_DISCONNECTED
1308         
1309
1310 The session was canceled.
1311
1312 0x000000FE
1313
1314 ERROR_INVALID_EA_NAME
1315         
1316
1317 The specified extended attribute name was invalid.
1318
1319 0x000000FF
1320
1321 ERROR_EA_LIST_INCONSISTENT
1322         
1323
1324 The extended attributes are inconsistent.
1325
1326 0x00000102
1327
1328 WAIT_TIMEOUT
1329         
1330
1331 The wait operation timed out.
1332
1333 0x00000103
1334
1335 ERROR_NO_MORE_ITEMS
1336         
1337
1338 No more data is available.
1339
1340 0x0000010A
1341
1342 ERROR_CANNOT_COPY
1343         
1344
1345 The copy functions cannot be used.
1346
1347 0x0000010B
1348
1349 ERROR_DIRECTORY
1350         
1351
1352 The directory name is invalid.
1353
1354 0x00000113
1355
1356 ERROR_EAS_DIDNT_FIT
1357         
1358
1359 The extended attributes did not fit in the buffer.
1360
1361 0x00000114
1362
1363 ERROR_EA_FILE_CORRUPT
1364         
1365
1366 The extended attribute file on the mounted file system is corrupt.
1367
1368 0x00000115
1369
1370 ERROR_EA_TABLE_FULL
1371         
1372
1373 The extended attribute table file is full.
1374
1375 0x00000116
1376
1377 ERROR_INVALID_EA_HANDLE
1378         
1379
1380 The specified extended attribute handle is invalid.
1381
1382 0x0000011A
1383
1384 ERROR_EAS_NOT_SUPPORTED
1385         
1386
1387 The mounted file system does not support extended attributes.
1388
1389 0x00000120
1390
1391 ERROR_NOT_OWNER
1392         
1393
1394 Attempt to release mutex not owned by caller.
1395
1396 0x0000012A
1397
1398 ERROR_TOO_MANY_POSTS
1399         
1400
1401 Too many posts were made to a semaphore.
1402
1403 0x0000012B
1404
1405 ERROR_PARTIAL_COPY
1406         
1407
1408 Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
1409
1410 0x0000012C
1411
1412 ERROR_OPLOCK_NOT_GRANTED
1413         
1414
1415 The oplock request is denied.
1416
1417 0x0000012D
1418
1419 ERROR_INVALID_OPLOCK_PROTOCOL
1420         
1421
1422 An invalid oplock acknowledgment was received by the system.
1423
1424 0x0000012E
1425
1426 ERROR_DISK_TOO_FRAGMENTED
1427         
1428
1429 The volume is too fragmented to complete this operation.
1430
1431 0x0000012F
1432
1433 ERROR_DELETE_PENDING
1434         
1435
1436 The file cannot be opened because it is in the process of being deleted.
1437
1438 0x0000013D
1439
1440 ERROR_MR_MID_NOT_FOUND
1441         
1442
1443 The system cannot find message text for message number 0x%1 in the message file for %2.
1444
1445 0x0000013E
1446
1447 ERROR_SCOPE_NOT_FOUND
1448         
1449
1450 The scope specified was not found.
1451
1452 0x0000015E
1453
1454 ERROR_FAIL_NOACTION_REBOOT
1455         
1456
1457 No action was taken because a system reboot is required.
1458
1459 0x0000015F
1460
1461 ERROR_FAIL_SHUTDOWN
1462         
1463
1464 The shutdown operation failed.
1465
1466 0x00000160
1467
1468 ERROR_FAIL_RESTART
1469         
1470
1471 The restart operation failed.
1472
1473 0x00000161
1474
1475 ERROR_MAX_SESSIONS_REACHED
1476         
1477
1478 The maximum number of sessions has been reached.
1479
1480 0x00000190
1481
1482 ERROR_THREAD_MODE_ALREADY_BACKGROUND
1483         
1484
1485 The thread is already in background processing mode.
1486
1487 0x00000191
1488
1489 ERROR_THREAD_MODE_NOT_BACKGROUND
1490         
1491
1492 The thread is not in background processing mode.
1493
1494 0x00000192
1495
1496 ERROR_PROCESS_MODE_ALREADY_BACKGROUND
1497         
1498
1499 The process is already in background processing mode.
1500
1501 0x00000193
1502
1503 ERROR_PROCESS_MODE_NOT_BACKGROUND
1504         
1505
1506 The process is not in background processing mode.
1507
1508 0x000001E7
1509
1510 ERROR_INVALID_ADDRESS
1511         
1512
1513 Attempt to access invalid address.
1514
1515 0x000001F4
1516
1517 ERROR_USER_PROFILE_LOAD
1518         
1519
1520 User profile cannot be loaded.
1521
1522 0x00000216
1523
1524 ERROR_ARITHMETIC_OVERFLOW
1525         
1526
1527 Arithmetic result exceeded 32 bits.
1528
1529 0x00000217
1530
1531 ERROR_PIPE_CONNECTED
1532         
1533
1534 There is a process on the other end of the pipe.
1535
1536 0x00000218
1537
1538 ERROR_PIPE_LISTENING
1539         
1540
1541 Waiting for a process to open the other end of the pipe.
1542
1543 0x00000219
1544
1545 ERROR_VERIFIER_STOP
1546         
1547
1548 Application verifier has found an error in the current process.
1549
1550 0x0000021A
1551
1552 ERROR_ABIOS_ERROR
1553         
1554
1555 An error occurred in the ABIOS subsystem.
1556
1557 0x0000021B
1558
1559 ERROR_WX86_WARNING
1560         
1561
1562 A warning occurred in the WX86 subsystem.
1563
1564 0x0000021C
1565
1566 ERROR_WX86_ERROR
1567         
1568
1569 An error occurred in the WX86 subsystem.
1570
1571 0x0000021D
1572
1573 ERROR_TIMER_NOT_CANCELED
1574         
1575
1576 An attempt was made to cancel or set a timer that has an associated asynchronous procedure call (APC) and the subject thread is not the thread that originally set the timer with an associated APC routine.
1577
1578 0x0000021E
1579
1580 ERROR_UNWIND
1581         
1582
1583 Unwind exception code.
1584
1585 0x0000021F
1586
1587 ERROR_BAD_STACK
1588         
1589
1590 An invalid or unaligned stack was encountered during an unwind operation.
1591
1592 0x00000220
1593
1594 ERROR_INVALID_UNWIND_TARGET
1595         
1596
1597 An invalid unwind target was encountered during an unwind operation.
1598
1599 0x00000221
1600
1601 ERROR_INVALID_PORT_ATTRIBUTES
1602         
1603
1604 Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.
1605
1606 0x00000222
1607
1608 ERROR_PORT_MESSAGE_TOO_LONG
1609         
1610
1611 Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
1612
1613 0x00000223
1614
1615 ERROR_INVALID_QUOTA_LOWER
1616         
1617
1618 An attempt was made to lower a quota limit below the current usage.
1619
1620 0x00000224
1621
1622 ERROR_DEVICE_ALREADY_ATTACHED
1623         
1624
1625 An attempt was made to attach to a device that was already attached to another device.
1626
1627 0x00000225
1628
1629 ERROR_INSTRUCTION_MISALIGNMENT
1630         
1631
1632 An attempt was made to execute an instruction at an unaligned address, and the host system does not support unaligned instruction references.
1633
1634 0x00000226
1635
1636 ERROR_PROFILING_NOT_STARTED
1637         
1638
1639 Profiling not started.
1640
1641 0x00000227
1642
1643 ERROR_PROFILING_NOT_STOPPED
1644         
1645
1646 Profiling not stopped.
1647
1648 0x00000228
1649
1650 ERROR_COULD_NOT_INTERPRET
1651         
1652
1653 The passed ACL did not contain the minimum required information.
1654
1655 0x00000229
1656
1657 ERROR_PROFILING_AT_LIMIT
1658         
1659
1660 The number of active profiling objects is at the maximum and no more can be started.
1661
1662 0x0000022A
1663
1664 ERROR_CANT_WAIT
1665         
1666
1667 Used to indicate that an operation cannot continue without blocking for I/O.
1668
1669 0x0000022B
1670
1671 ERROR_CANT_TERMINATE_SELF
1672         
1673
1674 Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
1675
1676 0x0000022C
1677
1678 ERROR_UNEXPECTED_MM_CREATE_ERR
1679         
1680
1681 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1682
1683 0x0000022D
1684
1685 ERROR_UNEXPECTED_MM_MAP_ERROR
1686         
1687
1688 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1689
1690 0x0000022E
1691
1692 ERROR_UNEXPECTED_MM_EXTEND_ERR
1693         
1694
1695 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1696
1697 0x0000022F
1698
1699 ERROR_BAD_FUNCTION_TABLE
1700         
1701
1702 A malformed function table was encountered during an unwind operation.
1703
1704 0x00000230
1705
1706 ERROR_NO_GUID_TRANSLATION
1707         
1708
1709 Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which might cause a file creation attempt to fail.
1710
1711 0x00000231
1712
1713 ERROR_INVALID_LDT_SIZE
1714         
1715
1716 Indicates that an attempt was made to grow a local domain table (LDT) by setting its size, or that the size was not an even number of selectors.
1717
1718 0x00000233
1719
1720 ERROR_INVALID_LDT_OFFSET
1721         
1722
1723 Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
1724
1725 0x00000234
1726
1727 ERROR_INVALID_LDT_DESCRIPTOR
1728         
1729
1730 Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.
1731
1732 0x00000235
1733
1734 ERROR_TOO_MANY_THREADS
1735         
1736
1737 Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.
1738
1739 0x00000236
1740
1741 ERROR_THREAD_NOT_IN_PROCESS
1742         
1743
1744 An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
1745
1746 0x00000237
1747
1748 ERROR_PAGEFILE_QUOTA_EXCEEDED
1749         
1750
1751 Page file quota was exceeded.
1752
1753 0x00000238
1754
1755 ERROR_LOGON_SERVER_CONFLICT
1756         
1757
1758 The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
1759
1760 0x00000239
1761
1762 ERROR_SYNCHRONIZATION_REQUIRED
1763         
1764
1765 The Security Accounts Manager (SAM) database on a Windows Server operating system is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.
1766
1767 0x0000023A
1768
1769 ERROR_NET_OPEN_FAILED
1770         
1771
1772 The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows LAN Manager Redirector to use in its internal error mapping routines.
1773
1774 0x0000023B
1775
1776 ERROR_IO_PRIVILEGE_FAILED
1777         
1778
1779 {Privilege Failed} The I/O permissions for the process could not be changed.
1780
1781 0x0000023C
1782
1783 ERROR_CONTROL_C_EXIT
1784         
1785
1786 {Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
1787
1788 0x0000023D
1789
1790 ERROR_MISSING_SYSTEMFILE
1791         
1792
1793 {Missing System File} The required system file %hs is bad or missing.
1794
1795 0x0000023E
1796
1797 ERROR_UNHANDLED_EXCEPTION
1798         
1799
1800 {Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
1801
1802 0x0000023F
1803
1804 ERROR_APP_INIT_FAILURE
1805         
1806
1807 {Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.
1808
1809 0x00000240
1810
1811 ERROR_PAGEFILE_CREATE_FAILED
1812         
1813
1814 {Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
1815
1816 0x00000241
1817
1818 ERROR_INVALID_IMAGE_HASH
1819         
1820
1821 The hash for the image cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.
1822
1823 0x00000242
1824
1825 ERROR_NO_PAGEFILE
1826         
1827
1828 {No Paging File Specified} No paging file was specified in the system configuration.
1829
1830 0x00000243
1831
1832 ERROR_ILLEGAL_FLOAT_CONTEXT
1833         
1834
1835 {EXCEPTION} A real-mode application issued a floating-point instruction, and floating-point hardware is not present.
1836
1837 0x00000244
1838
1839 ERROR_NO_EVENT_PAIR
1840         
1841
1842 An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.
1843
1844 0x00000245
1845
1846 ERROR_DOMAIN_CTRLR_CONFIG_ERROR
1847         
1848
1849 A Windows Server has an incorrect configuration.
1850
1851 0x00000246
1852
1853 ERROR_ILLEGAL_CHARACTER
1854         
1855
1856 An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set, this includes the characters 0xFFFF and 0xFFFE.
1857
1858 0x00000247
1859
1860 ERROR_UNDEFINED_CHARACTER
1861         
1862
1863 The Unicode character is not defined in the Unicode character set installed on the system.
1864
1865 0x00000248
1866
1867 ERROR_FLOPPY_VOLUME
1868         
1869
1870 The paging file cannot be created on a floppy disk.
1871
1872 0x00000249
1873
1874 ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
1875         
1876
1877 The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
1878
1879 0x0000024A
1880
1881 ERROR_BACKUP_CONTROLLER
1882         
1883
1884 This operation is only allowed for the primary domain controller (PDC) of the domain.
1885
1886 0x0000024B
1887
1888 ERROR_MUTANT_LIMIT_EXCEEDED
1889         
1890
1891 An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
1892
1893 0x0000024C
1894
1895 ERROR_FS_DRIVER_REQUIRED
1896         
1897
1898 A volume has been accessed for which a file system driver is required that has not yet been loaded.
1899
1900 0x0000024D
1901
1902 ERROR_CANNOT_LOAD_REGISTRY_FILE
1903         
1904
1905 {Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
1906
1907 0x0000024E
1908
1909 ERROR_DEBUG_ATTACH_FAILED
1910         
1911
1912 {Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. Choosing OK will terminate the process, and choosing Cancel will ignore the error.
1913
1914 0x0000024F
1915
1916 ERROR_SYSTEM_PROCESS_TERMINATED
1917         
1918
1919 {Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
1920
1921 0x00000250
1922
1923 ERROR_DATA_NOT_ACCEPTED
1924         
1925
1926 {Data Not Accepted} The transport driver interface (TDI) client could not handle the data received during an indication.
1927
1928 0x00000251
1929
1930 ERROR_VDM_HARD_ERROR
1931         
1932
1933 The NT Virtual DOS Machine (NTVDM) encountered a hard error.
1934
1935 0x00000252
1936
1937 ERROR_DRIVER_CANCEL_TIMEOUT
1938         
1939
1940 {Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.
1941
1942 0x00000253
1943
1944 ERROR_REPLY_MESSAGE_MISMATCH
1945         
1946
1947 {Reply Message Mismatch} An attempt was made to reply to a local procedure call (LPC) message, but the thread specified by the client ID in the message was not waiting on that message.
1948
1949 0x00000254
1950
1951 ERROR_LOST_WRITEBEHIND_DATA
1952         
1953
1954 {Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error might be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.
1955
1956 0x00000255
1957
1958 ERROR_CLIENT_SERVER_PARAMETERS_INVALID
1959         
1960
1961 The parameters passed to the server in the client/server shared memory window were invalid. Too much data might have been put in the shared memory window.
1962
1963 0x00000256
1964
1965 ERROR_NOT_TINY_STREAM
1966         
1967
1968 The stream is not a tiny stream.
1969
1970 0x00000257
1971
1972 ERROR_STACK_OVERFLOW_READ
1973         
1974
1975 The request must be handled by the stack overflow code.
1976
1977 0x00000258
1978
1979 ERROR_CONVERT_TO_LARGE
1980         
1981
1982 Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
1983
1984 0x00000259
1985
1986 ERROR_FOUND_OUT_OF_SCOPE
1987         
1988
1989 The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
1990
1991 0x0000025A
1992
1993 ERROR_ALLOCATE_BUCKET
1994         
1995
1996 The bucket array must be grown. Retry transaction after doing so.
1997
1998 0x0000025B
1999
2000 ERROR_MARSHALL_OVERFLOW
2001         
2002
2003 The user/kernel marshaling buffer has overflowed.
2004
2005 0x0000025C
2006
2007 ERROR_INVALID_VARIANT
2008         
2009
2010 The supplied variant structure contains invalid data.
2011
2012 0x0000025D
2013
2014 ERROR_BAD_COMPRESSION_BUFFER
2015         
2016
2017 The specified buffer contains ill-formed data.
2018
2019 0x0000025E
2020
2021 ERROR_AUDIT_FAILED
2022         
2023
2024 {Audit Failed} An attempt to generate a security audit failed.
2025
2026 0x0000025F
2027
2028 ERROR_TIMER_RESOLUTION_NOT_SET
2029         
2030
2031 The timer resolution was not previously set by the current process.
2032
2033 0x00000260
2034
2035 ERROR_INSUFFICIENT_LOGON_INFO
2036         
2037
2038 There is insufficient account information to log you on.
2039
2040 0x00000261
2041
2042 ERROR_BAD_DLL_ENTRYPOINT
2043         
2044
2045 {Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO can cause the application to operate incorrectly.
2046
2047 0x00000262
2048
2049 ERROR_BAD_SERVICE_ENTRYPOINT
2050         
2051
2052 {Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process might operate incorrectly.
2053
2054 0x00000263
2055
2056 ERROR_IP_ADDRESS_CONFLICT1
2057         
2058
2059 There is an IP address conflict with another system on the network.
2060
2061 0x00000264
2062
2063 ERROR_IP_ADDRESS_CONFLICT2
2064         
2065
2066 There is an IP address conflict with another system on the network.
2067
2068 0x00000265
2069
2070 ERROR_REGISTRY_QUOTA_LIMIT
2071         
2072
2073 {Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
2074
2075 0x00000266
2076
2077 ERROR_NO_CALLBACK_ACTIVE
2078         
2079
2080 A callback return system service cannot be executed when no callback is active.
2081
2082 0x00000267
2083
2084 ERROR_PWD_TOO_SHORT
2085         
2086
2087 The password provided is too short to meet the policy of your user account. Choose a longer password.
2088
2089 0x00000268
2090
2091 ERROR_PWD_TOO_RECENT
2092         
2093
2094 The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.
2095
2096 0x00000269
2097
2098 ERROR_PWD_HISTORY_CONFLICT
2099         
2100
2101 You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.
2102
2103 0x0000026A
2104
2105 ERROR_UNSUPPORTED_COMPRESSION
2106         
2107
2108 The specified compression format is unsupported.
2109
2110 0x0000026B
2111
2112 ERROR_INVALID_HW_PROFILE
2113         
2114
2115 The specified hardware profile configuration is invalid.
2116
2117 0x0000026C
2118
2119 ERROR_INVALID_PLUGPLAY_DEVICE_PATH
2120         
2121
2122 The specified Plug and Play registry device path is invalid.
2123
2124 0x0000026D
2125
2126 ERROR_QUOTA_LIST_INCONSISTENT
2127         
2128
2129 The specified quota list is internally inconsistent with its descriptor.
2130
2131 0x0000026E
2132
2133 ERROR_EVALUATION_EXPIRATION
2134         
2135
2136 {Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, upgrade this installation using a licensed distribution of this product.
2137
2138 0x0000026F
2139
2140 ERROR_ILLEGAL_DLL_RELOCATION
2141         
2142
2143 {Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
2144
2145 0x00000270
2146
2147 ERROR_DLL_INIT_FAILED_LOGOFF
2148         
2149
2150 {DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
2151
2152 0x00000271
2153
2154 ERROR_VALIDATE_CONTINUE
2155         
2156
2157 The validation process needs to continue on to the next step.
2158
2159 0x00000272
2160
2161 ERROR_NO_MORE_MATCHES
2162         
2163
2164 There are no more matches for the current index enumeration.
2165
2166 0x00000273
2167
2168 ERROR_RANGE_LIST_CONFLICT
2169         
2170
2171 The range could not be added to the range list because of a conflict.
2172
2173 0x00000274
2174
2175 ERROR_SERVER_SID_MISMATCH
2176         
2177
2178 The server process is running under a SID different than that required by the client.
2179
2180 0x00000275
2181
2182 ERROR_CANT_ENABLE_DENY_ONLY
2183         
2184
2185 A group marked use for deny only cannot be enabled.
2186
2187 0x00000276
2188
2189 ERROR_FLOAT_MULTIPLE_FAULTS
2190         
2191
2192 {EXCEPTION} Multiple floating point faults.
2193
2194 0x00000277
2195
2196 ERROR_FLOAT_MULTIPLE_TRAPS
2197         
2198
2199 {EXCEPTION} Multiple floating point traps.
2200
2201 0x00000278
2202
2203 ERROR_NOINTERFACE
2204         
2205
2206 The requested interface is not supported.
2207
2208 0x00000279
2209
2210 ERROR_DRIVER_FAILED_SLEEP
2211         
2212
2213 {System Standby Failed} The driver %hs does not support standby mode. Updating this driver might allow the system to go to standby mode.
2214
2215 0x0000027A
2216
2217 ERROR_CORRUPT_SYSTEM_FILE
2218         
2219
2220 The system file %1 has become corrupt and has been replaced.
2221
2222 0x0000027B
2223
2224 ERROR_COMMITMENT_MINIMUM
2225         
2226
2227 {Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications might be denied. For more information, see Help.
2228
2229 0x0000027C
2230
2231 ERROR_PNP_RESTART_ENUMERATION
2232         
2233
2234 A device was removed so enumeration must be restarted.
2235
2236 0x0000027D
2237
2238 ERROR_SYSTEM_IMAGE_BAD_SIGNATURE
2239         
2240
2241 {Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
2242
2243 0x0000027E
2244
2245 ERROR_PNP_REBOOT_REQUIRED
2246         
2247
2248 Device will not start without a reboot.
2249
2250 0x0000027F
2251
2252 ERROR_INSUFFICIENT_POWER
2253         
2254
2255 There is not enough power to complete the requested operation.
2256
2257 0x00000281
2258
2259 ERROR_SYSTEM_SHUTDOWN
2260         
2261
2262 The system is in the process of shutting down.
2263
2264 0x00000282
2265
2266 ERROR_PORT_NOT_SET
2267         
2268
2269 An attempt to remove a process DebugPort was made, but a port was not already associated with the process.
2270
2271 0x00000283
2272
2273 ERROR_DS_VERSION_CHECK_FAILURE
2274         
2275
2276 This version of Windows is not compatible with the behavior version of directory forest, domain, or domain controller.
2277
2278 0x00000284
2279
2280 ERROR_RANGE_NOT_FOUND
2281         
2282
2283 The specified range could not be found in the range list.
2284
2285 0x00000286
2286
2287 ERROR_NOT_SAFE_MODE_DRIVER
2288         
2289
2290 The driver was not loaded because the system is booting into safe mode.
2291
2292 0x00000287
2293
2294 ERROR_FAILED_DRIVER_ENTRY
2295         
2296
2297 The driver was not loaded because it failed its initialization call.
2298
2299 0x00000288
2300
2301 ERROR_DEVICE_ENUMERATION_ERROR
2302         
2303
2304 The device encountered an error while applying power or reading the device configuration. This might be caused by a failure of your hardware or by a poor connection.
2305
2306 0x00000289
2307
2308 ERROR_MOUNT_POINT_NOT_RESOLVED
2309         
2310
2311 The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.
2312
2313 0x0000028A
2314
2315 ERROR_INVALID_DEVICE_OBJECT_PARAMETER
2316         
2317
2318 The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
2319
2320 0x0000028B
2321
2322 ERROR_MCA_OCCURED
2323         
2324
2325 A machine check error has occurred. Check the system event log for additional information.
2326
2327 0x0000028C
2328
2329 ERROR_DRIVER_DATABASE_ERROR
2330         
2331
2332 There was an error [%2] processing the driver database.
2333
2334 0x0000028D
2335
2336 ERROR_SYSTEM_HIVE_TOO_LARGE
2337         
2338
2339 The system hive size has exceeded its limit.
2340
2341 0x0000028E
2342
2343 ERROR_DRIVER_FAILED_PRIOR_UNLOAD
2344         
2345
2346 The driver could not be loaded because a previous version of the driver is still in memory.
2347
2348 0x0000028F
2349
2350 ERROR_VOLSNAP_PREPARE_HIBERNATE
2351         
2352
2353 {Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
2354
2355 0x00000290
2356
2357 ERROR_HIBERNATION_FAILURE
2358         
2359
2360 The system has failed to hibernate (the error code is %hs). Hibernation will be disabled until the system is restarted.
2361
2362 0x00000299
2363
2364 ERROR_FILE_SYSTEM_LIMITATION
2365         
2366
2367 The requested operation could not be completed due to a file system limitation.
2368
2369 0x0000029C
2370
2371 ERROR_ASSERTION_FAILURE
2372         
2373
2374 An assertion failure has occurred.
2375
2376 0x0000029D
2377
2378 ERROR_ACPI_ERROR
2379         
2380
2381 An error occurred in the Advanced Configuration and Power Interface (ACPI) subsystem.
2382
2383 0x0000029E
2384
2385 ERROR_WOW_ASSERTION
2386         
2387
2388 WOW assertion error.
2389
2390 0x0000029F
2391
2392 ERROR_PNP_BAD_MPS_TABLE
2393         
2394
2395 A device is missing in the system BIOS MultiProcessor Specification (MPS) table. This device will not be used. Contact your system vendor for system BIOS update.
2396
2397 0x000002A0
2398
2399 ERROR_PNP_TRANSLATION_FAILED
2400         
2401
2402 A translator failed to translate resources.
2403
2404 0x000002A1
2405
2406 ERROR_PNP_IRQ_TRANSLATION_FAILED
2407         
2408
2409 An interrupt request (IRQ) translator failed to translate resources.
2410
2411 0x000002A2
2412
2413 ERROR_PNP_INVALID_ID
2414         
2415
2416 Driver %2 returned invalid ID for a child device (%3).
2417
2418 0x000002A3
2419
2420 ERROR_WAKE_SYSTEM_DEBUGGER
2421         
2422
2423 {Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
2424
2425 0x000002A4
2426
2427 ERROR_HANDLES_CLOSED
2428         
2429
2430 {Handles Closed} Handles to objects have been automatically closed because of the requested operation.
2431
2432 0x000002A5
2433
2434 ERROR_EXTRANEOUS_INFORMATION
2435         
2436
2437 {Too Much Information} The specified ACL contained more information than was expected.
2438
2439 0x000002A6
2440
2441 ERROR_RXACT_COMMIT_NECESSARY
2442         
2443
2444 This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed, but it has not been rolled back either (so it can still be committed if desired).
2445
2446 0x000002A7
2447
2448 ERROR_MEDIA_CHECK
2449         
2450
2451 {Media Changed} The media might have changed.
2452
2453 0x000002A8
2454
2455 ERROR_GUID_SUBSTITUTION_MADE
2456         
2457
2458 {GUID Substitution} During the translation of a GUID to a Windows SID, no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this might provide more restrictive access than intended.
2459
2460 0x000002A9
2461
2462 ERROR_STOPPED_ON_SYMLINK
2463         
2464
2465 The create operation stopped after reaching a symbolic link.
2466
2467 0x000002AA
2468
2469 ERROR_LONGJUMP
2470         
2471
2472 A long jump has been executed.
2473
2474 0x000002AB
2475
2476 ERROR_PLUGPLAY_QUERY_VETOED
2477         
2478
2479 The Plug and Play query operation was not successful.
2480
2481 0x000002AC
2482
2483 ERROR_UNWIND_CONSOLIDATE
2484         
2485
2486 A frame consolidation has been executed.
2487
2488 0x000002AD
2489
2490 ERROR_REGISTRY_HIVE_RECOVERED
2491         
2492
2493 {Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
2494
2495 0x000002AE
2496
2497 ERROR_DLL_MIGHT_BE_INSECURE
2498         
2499
2500 The application is attempting to run executable code from the module %hs. This might be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
2501
2502 0x000002AF
2503
2504 ERROR_DLL_MIGHT_BE_INCOMPATIBLE
2505         
2506
2507 The application is loading executable code from the module %hs. This is secure, but might be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
2508
2509 0x000002B0
2510
2511 ERROR_DBG_EXCEPTION_NOT_HANDLED
2512         
2513
2514 Debugger did not handle the exception.
2515
2516 0x000002B1
2517
2518 ERROR_DBG_REPLY_LATER
2519         
2520
2521 Debugger will reply later.
2522
2523 0x000002B2
2524
2525 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE
2526         
2527
2528 Debugger cannot provide handle.
2529
2530 0x000002B3
2531
2532 ERROR_DBG_TERMINATE_THREAD
2533         
2534
2535 Debugger terminated thread.
2536
2537 0x000002B4
2538
2539 ERROR_DBG_TERMINATE_PROCESS
2540         
2541
2542 Debugger terminated process.
2543
2544 0x000002B5
2545
2546 ERROR_DBG_CONTROL_C
2547         
2548
2549 Debugger got control C.
2550
2551 0x000002B6
2552
2553 ERROR_DBG_PRINTEXCEPTION_C
2554         
2555
2556 Debugger printed exception on control C.
2557
2558 0x000002B7
2559
2560 ERROR_DBG_RIPEXCEPTION
2561         
2562
2563 Debugger received Routing Information Protocol (RIP) exception.
2564
2565 0x000002B8
2566
2567 ERROR_DBG_CONTROL_BREAK
2568         
2569
2570 Debugger received control break.
2571
2572 0x000002B9
2573
2574 ERROR_DBG_COMMAND_EXCEPTION
2575         
2576
2577 Debugger command communication exception.
2578
2579 0x000002BA
2580
2581 ERROR_OBJECT_NAME_EXISTS
2582         
2583
2584 {Object Exists} An attempt was made to create an object and the object name already existed.
2585
2586 0x000002BB
2587
2588 ERROR_THREAD_WAS_SUSPENDED
2589         
2590
2591 {Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed and termination proceeded.
2592
2593 0x000002BC
2594
2595 ERROR_IMAGE_NOT_AT_BASE
2596         
2597
2598 {Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixes must be performed on this image.
2599
2600 0x000002BD
2601
2602 ERROR_RXACT_STATE_CREATED
2603         
2604
2605 This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.
2606
2607 0x000002BE
2608
2609 ERROR_SEGMENT_NOTIFICATION
2610         
2611
2612 {Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.
2613
2614 0x000002BF
2615
2616 ERROR_BAD_CURRENT_DIRECTORY
2617         
2618
2619 {Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
2620
2621 0x000002C0
2622
2623 ERROR_FT_READ_RECOVERY_FROM_BACKUP
2624         
2625
2626 {Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was unable to reassign the failing area of the device.
2627
2628 0x000002C1
2629
2630 ERROR_FT_WRITE_RECOVERY
2631         
2632
2633 {Redundant Write} To satisfy a write request, the Windows NT operating system fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was not able to reassign the failing area of the device.
2634
2635 0x000002C2
2636
2637 ERROR_IMAGE_MACHINE_TYPE_MISMATCH
2638         
2639
2640 {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
2641
2642 0x000002C3
2643
2644 ERROR_RECEIVE_PARTIAL
2645         
2646
2647 {Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
2648
2649 0x000002C4
2650
2651 ERROR_RECEIVE_EXPEDITED
2652         
2653
2654 {Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
2655
2656 0x000002C5
2657
2658 ERROR_RECEIVE_PARTIAL_EXPEDITED
2659         
2660
2661 {Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
2662
2663 0x000002C6
2664
2665 ERROR_EVENT_DONE
2666         
2667
2668 {TDI Event Done} The TDI indication has completed successfully.
2669
2670 0x000002C7
2671
2672 ERROR_EVENT_PENDING
2673         
2674
2675 {TDI Event Pending} The TDI indication has entered the pending state.
2676
2677 0x000002C8
2678
2679 ERROR_CHECKING_FILE_SYSTEM
2680         
2681
2682 Checking file system on %wZ.
2683
2684 0x000002C9
2685
2686 ERROR_FATAL_APP_EXIT
2687         
2688
2689 {Fatal Application Exit} %hs.
2690
2691 0x000002CA
2692
2693 ERROR_PREDEFINED_HANDLE
2694         
2695
2696 The specified registry key is referenced by a predefined handle.
2697
2698 0x000002CB
2699
2700 ERROR_WAS_UNLOCKED
2701         
2702
2703 {Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
2704
2705 0x000002CD
2706
2707 ERROR_WAS_LOCKED
2708         
2709
2710 {Page Locked} One of the pages to lock was already locked.
2711
2712 0x000002CF
2713
2714 ERROR_ALREADY_WIN32
2715         
2716
2717 The value already corresponds with a Win 32 error code.
2718
2719 0x000002D0
2720
2721 ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE
2722         
2723
2724 {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
2725
2726 0x000002D1
2727
2728 ERROR_NO_YIELD_PERFORMED
2729         
2730
2731 A yield execution was performed and no thread was available to run.
2732
2733 0x000002D2
2734
2735 ERROR_TIMER_RESUME_IGNORED
2736         
2737
2738 The resume flag to a timer API was ignored.
2739
2740 0x000002D3
2741
2742 ERROR_ARBITRATION_UNHANDLED
2743         
2744
2745 The arbiter has deferred arbitration of these resources to its parent.
2746
2747 0x000002D4
2748
2749 ERROR_CARDBUS_NOT_SUPPORTED
2750         
2751
2752 The inserted CardBus device cannot be started because of a configuration error on %hs"."
2753
2754 0x000002D5
2755
2756 ERROR_MP_PROCESSOR_MISMATCH
2757         
2758
2759 The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
2760
2761 0x000002D6
2762
2763 ERROR_HIBERNATED
2764         
2765
2766 The system was put into hibernation.
2767
2768 0x000002D7
2769
2770 ERROR_RESUME_HIBERNATION
2771         
2772
2773 The system was resumed from hibernation.
2774
2775 0x000002D8
2776
2777 ERROR_FIRMWARE_UPDATED
2778         
2779
2780 Windows has detected that the system firmware (BIOS) was updated (previous firmware date = %2, current firmware date %3).
2781
2782 0x000002D9
2783
2784 ERROR_DRIVERS_LEAKING_LOCKED_PAGES
2785         
2786
2787 A device driver is leaking locked I/O pages, causing system degradation. The system has automatically enabled a tracking code to try and catch the culprit.
2788
2789 0x000002DA
2790
2791 ERROR_WAKE_SYSTEM
2792         
2793
2794 The system has awoken.
2795
2796 0x000002DF
2797
2798 ERROR_ABANDONED_WAIT_0
2799         
2800
2801 The call failed because the handle associated with it was closed.
2802
2803 0x000002E4
2804
2805 ERROR_ELEVATION_REQUIRED
2806         
2807
2808 The requested operation requires elevation.
2809
2810 0x000002E5
2811
2812 ERROR_REPARSE
2813         
2814
2815 A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
2816
2817 0x000002E6
2818
2819 ERROR_OPLOCK_BREAK_IN_PROGRESS
2820         
2821
2822 An open/create operation completed while an oplock break is underway.
2823
2824 0x000002E7
2825
2826 ERROR_VOLUME_MOUNTED
2827         
2828
2829 A new volume has been mounted by a file system.
2830
2831 0x000002E8
2832
2833 ERROR_RXACT_COMMITTED
2834         
2835
2836 This success level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has now been completed.
2837
2838 0x000002E9
2839
2840 ERROR_NOTIFY_CLEANUP
2841         
2842
2843 This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
2844
2845 0x000002EA
2846
2847 ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED
2848         
2849
2850 {Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer was able to connect on a secondary transport.
2851
2852 0x000002EB
2853
2854 ERROR_PAGE_FAULT_TRANSITION
2855         
2856
2857 Page fault was a transition fault.
2858
2859 0x000002EC
2860
2861 ERROR_PAGE_FAULT_DEMAND_ZERO
2862         
2863
2864 Page fault was a demand zero fault.
2865
2866 0x000002ED
2867
2868 ERROR_PAGE_FAULT_COPY_ON_WRITE
2869         
2870
2871 Page fault was a demand zero fault.
2872
2873 0x000002EE
2874
2875 ERROR_PAGE_FAULT_GUARD_PAGE
2876         
2877
2878 Page fault was a demand zero fault.
2879
2880 0x000002EF
2881
2882 ERROR_PAGE_FAULT_PAGING_FILE
2883         
2884
2885 Page fault was satisfied by reading from a secondary storage device.
2886
2887 0x000002F0
2888
2889 ERROR_CACHE_PAGE_LOCKED
2890         
2891
2892 Cached page was locked during operation.
2893
2894 0x000002F1
2895
2896 ERROR_CRASH_DUMP
2897         
2898
2899 Crash dump exists in paging file.
2900
2901 0x000002F2
2902
2903 ERROR_BUFFER_ALL_ZEROS
2904         
2905
2906 Specified buffer contains all zeros.
2907
2908 0x000002F3
2909
2910 ERROR_REPARSE_OBJECT
2911         
2912
2913 A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
2914
2915 0x000002F4
2916
2917 ERROR_RESOURCE_REQUIREMENTS_CHANGED
2918         
2919
2920 The device has succeeded a query-stop and its resource requirements have changed.
2921
2922 0x000002F5
2923
2924 ERROR_TRANSLATION_COMPLETE
2925         
2926
2927 The translator has translated these resources into the global space and no further translations should be performed.
2928
2929 0x000002F6
2930
2931 ERROR_NOTHING_TO_TERMINATE
2932         
2933
2934 A process being terminated has no threads to terminate.
2935
2936 0x000002F7
2937
2938 ERROR_PROCESS_NOT_IN_JOB
2939         
2940
2941 The specified process is not part of a job.
2942
2943 0x000002F8
2944
2945 ERROR_PROCESS_IN_JOB
2946         
2947
2948 The specified process is part of a job.
2949
2950 0x000002F9
2951
2952 ERROR_VOLSNAP_HIBERNATE_READY
2953         
2954
2955 {Volume Shadow Copy Service} The system is now ready for hibernation.
2956
2957 0x000002FA
2958
2959 ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY
2960         
2961
2962 A file system or file system filter driver has successfully completed an FsFilter operation.
2963
2964 0x000002FB
2965
2966 ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED
2967         
2968
2969 The specified interrupt vector was already connected.
2970
2971 0x000002FC
2972
2973 ERROR_INTERRUPT_STILL_CONNECTED
2974         
2975
2976 The specified interrupt vector is still connected.
2977
2978 0x000002FD
2979
2980 ERROR_WAIT_FOR_OPLOCK
2981         
2982
2983 An operation is blocked waiting for an oplock.
2984
2985 0x000002FE
2986
2987 ERROR_DBG_EXCEPTION_HANDLED
2988         
2989
2990 Debugger handled exception.
2991
2992 0x000002FF
2993
2994 ERROR_DBG_CONTINUE
2995         
2996
2997 Debugger continued.
2998
2999 0x00000300
3000
3001 ERROR_CALLBACK_POP_STACK
3002         
3003
3004 An exception occurred in a user mode callback and the kernel callback frame should be removed.
3005
3006 0x00000301
3007
3008 ERROR_COMPRESSION_DISABLED
3009         
3010
3011 Compression is disabled for this volume.
3012
3013 0x00000302
3014
3015 ERROR_CANTFETCHBACKWARDS
3016         
3017
3018 The data provider cannot fetch backward through a result set.
3019
3020 0x00000303
3021
3022 ERROR_CANTSCROLLBACKWARDS
3023         
3024
3025 The data provider cannot scroll backward through a result set.
3026
3027 0x00000304
3028
3029 ERROR_ROWSNOTRELEASED
3030         
3031
3032 The data provider requires that previously fetched data is released before asking for more data.
3033
3034 0x00000305
3035
3036 ERROR_BAD_ACCESSOR_FLAGS
3037         
3038
3039 The data provider was not able to interpret the flags set for a column binding in an accessor.
3040
3041 0x00000306
3042
3043 ERROR_ERRORS_ENCOUNTERED
3044         
3045
3046 One or more errors occurred while processing the request.
3047
3048 0x00000307
3049
3050 ERROR_NOT_CAPABLE
3051         
3052
3053 The implementation is not capable of performing the request.
3054
3055 0x00000308
3056
3057 ERROR_REQUEST_OUT_OF_SEQUENCE
3058         
3059
3060 The client of a component requested an operation that is not valid given the state of the component instance.
3061
3062 0x00000309
3063
3064 ERROR_VERSION_PARSE_ERROR
3065         
3066
3067 A version number could not be parsed.
3068
3069 0x0000030A
3070
3071 ERROR_BADSTARTPOSITION
3072         
3073
3074 The iterator's start position is invalid.
3075
3076 0x0000030B
3077
3078 ERROR_MEMORY_HARDWARE
3079         
3080
3081 The hardware has reported an uncorrectable memory error.
3082
3083 0x0000030C
3084
3085 ERROR_DISK_REPAIR_DISABLED
3086         
3087
3088 The attempted operation required self-healing to be enabled.
3089
3090 0x0000030D
3091
3092 ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
3093         
3094
3095 The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
3096
3097 0x0000030E
3098
3099 ERROR_SYSTEM_POWERSTATE_TRANSITION
3100         
3101
3102 The system power state is transitioning from %2 to %3.
3103
3104 0x0000030F
3105
3106 ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
3107         
3108
3109 The system power state is transitioning from %2 to %3 but could enter %4.
3110
3111 0x00000310
3112
3113 ERROR_MCA_EXCEPTION
3114         
3115
3116 A thread is getting dispatched with MCA EXCEPTION because of MCA.
3117
3118 0x00000311
3119
3120 ERROR_ACCESS_AUDIT_BY_POLICY
3121         
3122
3123 Access to %1 is monitored by policy rule %2.
3124
3125 0x00000312
3126
3127 ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
3128         
3129
3130 Access to %1 has been restricted by your administrator by policy rule %2.
3131
3132 0x00000313
3133
3134 ERROR_ABANDON_HIBERFILE
3135         
3136
3137 A valid hibernation file has been invalidated and should be abandoned.
3138
3139 0x00000314
3140
3141 ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
3142         
3143
3144 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused by network connectivity issues. Try to save this file elsewhere.
3145
3146 0x00000315
3147
3148 ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
3149         
3150
3151 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.
3152
3153 0x00000316
3154
3155 ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
3156         
3157
3158 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused if the device has been removed or the media is write-protected.
3159
3160 0x000003E2
3161
3162 ERROR_EA_ACCESS_DENIED
3163         
3164
3165 Access to the extended attribute was denied.
3166
3167 0x000003E3
3168
3169 ERROR_OPERATION_ABORTED
3170         
3171
3172 The I/O operation has been aborted because of either a thread exit or an application request.
3173
3174 0x000003E4
3175
3176 ERROR_IO_INCOMPLETE
3177         
3178
3179 Overlapped I/O event is not in a signaled state.
3180
3181 0x000003E5
3182
3183 ERROR_IO_PENDING
3184         
3185
3186 Overlapped I/O operation is in progress.
3187
3188 0x000003E6
3189
3190 ERROR_NOACCESS
3191         
3192
3193 Invalid access to memory location.
3194
3195 0x000003E7
3196
3197 ERROR_SWAPERROR
3198         
3199
3200 Error performing in-page operation.
3201
3202 0x000003E9
3203
3204 ERROR_STACK_OVERFLOW
3205         
3206
3207 Recursion too deep; the stack overflowed.
3208
3209 0x000003EA
3210
3211 ERROR_INVALID_MESSAGE
3212         
3213
3214 The window cannot act on the sent message.
3215
3216 0x000003EB
3217
3218 ERROR_CAN_NOT_COMPLETE
3219         
3220
3221 Cannot complete this function.
3222
3223 0x000003EC
3224
3225 ERROR_INVALID_FLAGS
3226         
3227
3228 Invalid flags.
3229
3230 0x000003ED
3231
3232 ERROR_UNRECOGNIZED_VOLUME
3233         
3234
3235 The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupted.
3236
3237 0x000003EE
3238
3239 ERROR_FILE_INVALID
3240         
3241
3242 The volume for a file has been externally altered so that the opened file is no longer valid.
3243
3244 0x000003EF
3245
3246 ERROR_FULLSCREEN_MODE
3247         
3248
3249 The requested operation cannot be performed in full-screen mode.
3250
3251 0x000003F0
3252
3253 ERROR_NO_TOKEN
3254         
3255
3256 An attempt was made to reference a token that does not exist.
3257
3258 0x000003F1
3259
3260 ERROR_BADDB
3261         
3262
3263 The configuration registry database is corrupt.
3264
3265 0x000003F2
3266
3267 ERROR_BADKEY
3268         
3269
3270 The configuration registry key is invalid.
3271
3272 0x000003F3
3273
3274 ERROR_CANTOPEN
3275         
3276
3277 The configuration registry key could not be opened.
3278
3279 0x000003F4
3280
3281 ERROR_CANTREAD
3282         
3283
3284 The configuration registry key could not be read.
3285
3286 0x000003F5
3287
3288 ERROR_CANTWRITE
3289         
3290
3291 The configuration registry key could not be written.
3292
3293 0x000003F6
3294
3295 ERROR_REGISTRY_RECOVERED
3296         
3297
3298 One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
3299
3300 0x000003F7
3301
3302 ERROR_REGISTRY_CORRUPT
3303         
3304
3305 The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
3306
3307 0x000003F8
3308
3309 ERROR_REGISTRY_IO_FAILED
3310         
3311
3312 An I/O operation initiated by the registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.
3313
3314 0x000003F9
3315
3316 ERROR_NOT_REGISTRY_FILE
3317         
3318
3319 The system attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
3320
3321 0x000003FA
3322
3323 ERROR_KEY_DELETED
3324         
3325
3326 Illegal operation attempted on a registry key that has been marked for deletion.
3327
3328 0x000003FB
3329
3330 ERROR_NO_LOG_SPACE
3331         
3332
3333 System could not allocate the required space in a registry log.
3334
3335 0x000003FC
3336
3337 ERROR_KEY_HAS_CHILDREN
3338         
3339
3340 Cannot create a symbolic link in a registry key that already has subkeys or values.
3341
3342 0x000003FD
3343
3344 ERROR_CHILD_MUST_BE_VOLATILE
3345         
3346
3347 Cannot create a stable subkey under a volatile parent key.
3348
3349 0x000003FE
3350
3351 ERROR_NOTIFY_ENUM_DIR
3352         
3353
3354 A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
3355
3356 0x0000041B
3357
3358 ERROR_DEPENDENT_SERVICES_RUNNING
3359         
3360
3361 A stop control has been sent to a service that other running services are dependent on.
3362
3363 0x0000041C
3364
3365 ERROR_INVALID_SERVICE_CONTROL
3366         
3367
3368 The requested control is not valid for this service.
3369
3370 0x0000041D
3371
3372 ERROR_SERVICE_REQUEST_TIMEOUT
3373         
3374
3375 The service did not respond to the start or control request in a timely fashion.
3376
3377 0x0000041E
3378
3379 ERROR_SERVICE_NO_THREAD
3380         
3381
3382 A thread could not be created for the service.
3383
3384 0x0000041F
3385
3386 ERROR_SERVICE_DATABASE_LOCKED
3387         
3388
3389 The service database is locked.
3390
3391 0x00000420
3392
3393 ERROR_SERVICE_ALREADY_RUNNING
3394         
3395
3396 An instance of the service is already running.
3397
3398 0x00000421
3399
3400 ERROR_INVALID_SERVICE_ACCOUNT
3401         
3402
3403 The account name is invalid or does not exist, or the password is invalid for the account name specified.
3404
3405 0x00000422
3406
3407 ERROR_SERVICE_DISABLED
3408         
3409
3410 The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
3411
3412 0x00000423
3413
3414 ERROR_CIRCULAR_DEPENDENCY
3415         
3416
3417 Circular service dependency was specified.
3418
3419 0x00000424
3420
3421 ERROR_SERVICE_DOES_NOT_EXIST
3422         
3423
3424 The specified service does not exist as an installed service.
3425
3426 0x00000425
3427
3428 ERROR_SERVICE_CANNOT_ACCEPT_CTRL
3429         
3430
3431 The service cannot accept control messages at this time.
3432
3433 0x00000426
3434
3435 ERROR_SERVICE_NOT_ACTIVE
3436         
3437
3438 The service has not been started.
3439
3440 0x00000427
3441
3442 ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
3443         
3444
3445 The service process could not connect to the service controller.
3446
3447 0x00000428
3448
3449 ERROR_EXCEPTION_IN_SERVICE
3450         
3451
3452 An exception occurred in the service when handling the control request.
3453
3454 0x00000429
3455
3456 ERROR_DATABASE_DOES_NOT_EXIST
3457         
3458
3459 The database specified does not exist.
3460
3461 0x0000042A
3462
3463 ERROR_SERVICE_SPECIFIC_ERROR
3464         
3465
3466 The service has returned a service-specific error code.
3467
3468 0x0000042B
3469
3470 ERROR_PROCESS_ABORTED
3471         
3472
3473 The process terminated unexpectedly.
3474
3475 0x0000042C
3476
3477 ERROR_SERVICE_DEPENDENCY_FAIL
3478         
3479
3480 The dependency service or group failed to start.
3481
3482 0x0000042D
3483
3484 ERROR_SERVICE_LOGON_FAILED
3485         
3486
3487 The service did not start due to a logon failure.
3488
3489 0x0000042E
3490
3491 ERROR_SERVICE_START_HANG
3492         
3493
3494 After starting, the service stopped responding in a start-pending state.
3495
3496 0x0000042F
3497
3498 ERROR_INVALID_SERVICE_LOCK
3499         
3500
3501 The specified service database lock is invalid.
3502
3503 0x00000430
3504
3505 ERROR_SERVICE_MARKED_FOR_DELETE
3506         
3507
3508 The specified service has been marked for deletion.
3509
3510 0x00000431
3511
3512 ERROR_SERVICE_EXISTS
3513         
3514
3515 The specified service already exists.
3516
3517 0x00000432
3518
3519 ERROR_ALREADY_RUNNING_LKG
3520         
3521
3522 The system is currently running with the last-known-good configuration.
3523
3524 0x00000433
3525
3526 ERROR_SERVICE_DEPENDENCY_DELETED
3527         
3528
3529 The dependency service does not exist or has been marked for deletion.
3530
3531 0x00000434
3532
3533 ERROR_BOOT_ALREADY_ACCEPTED
3534         
3535
3536 The current boot has already been accepted for use as the last-known-good control set.
3537
3538 0x00000435
3539
3540 ERROR_SERVICE_NEVER_STARTED
3541         
3542
3543 No attempts to start the service have been made since the last boot.
3544
3545 0x00000436
3546
3547 ERROR_DUPLICATE_SERVICE_NAME
3548         
3549
3550 The name is already in use as either a service name or a service display name.
3551
3552 0x00000437
3553
3554 ERROR_DIFFERENT_SERVICE_ACCOUNT
3555         
3556
3557 The account specified for this service is different from the account specified for other services running in the same process.
3558
3559 0x00000438
3560
3561 ERROR_CANNOT_DETECT_DRIVER_FAILURE
3562         
3563
3564 Failure actions can only be set for Win32 services, not for drivers.
3565
3566 0x00000439
3567
3568 ERROR_CANNOT_DETECT_PROCESS_ABORT
3569         
3570
3571 This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
3572
3573 0x0000043A
3574
3575 ERROR_NO_RECOVERY_PROGRAM
3576         
3577
3578 No recovery program has been configured for this service.
3579
3580 0x0000043B
3581
3582 ERROR_SERVICE_NOT_IN_EXE
3583         
3584
3585 The executable program that this service is configured to run in does not implement the service.
3586
3587 0x0000043C
3588
3589 ERROR_NOT_SAFEBOOT_SERVICE
3590         
3591
3592 This service cannot be started in Safe Mode.
3593
3594 0x0000044C
3595
3596 ERROR_END_OF_MEDIA
3597         
3598
3599 The physical end of the tape has been reached.
3600
3601 0x0000044D
3602
3603 ERROR_FILEMARK_DETECTED
3604         
3605
3606 A tape access reached a filemark.
3607
3608 0x0000044E
3609
3610 ERROR_BEGINNING_OF_MEDIA
3611         
3612
3613 The beginning of the tape or a partition was encountered.
3614
3615 0x0000044F
3616
3617 ERROR_SETMARK_DETECTED
3618         
3619
3620 A tape access reached the end of a set of files.
3621
3622 0x00000450
3623
3624 ERROR_NO_DATA_DETECTED
3625         
3626
3627 No more data is on the tape.
3628
3629 0x00000451
3630
3631 ERROR_PARTITION_FAILURE
3632         
3633
3634 Tape could not be partitioned.
3635
3636 0x00000452
3637
3638 ERROR_INVALID_BLOCK_LENGTH
3639         
3640
3641 When accessing a new tape of a multivolume partition, the current block size is incorrect.
3642
3643 0x00000453
3644
3645 ERROR_DEVICE_NOT_PARTITIONED
3646         
3647
3648 Tape partition information could not be found when loading a tape.
3649
3650 0x00000454
3651
3652 ERROR_UNABLE_TO_LOCK_MEDIA
3653         
3654
3655 Unable to lock the media eject mechanism.
3656
3657 0x00000455
3658
3659 ERROR_UNABLE_TO_UNLOAD_MEDIA
3660         
3661
3662 Unable to unload the media.
3663
3664 0x00000456
3665
3666 ERROR_MEDIA_CHANGED
3667         
3668
3669 The media in the drive might have changed.
3670
3671 0x00000457
3672
3673 ERROR_BUS_RESET
3674         
3675
3676 The I/O bus was reset.
3677
3678 0x00000458
3679
3680 ERROR_NO_MEDIA_IN_DRIVE
3681         
3682
3683 No media in drive.
3684
3685 0x00000459
3686
3687 ERROR_NO_UNICODE_TRANSLATION
3688         
3689
3690 No mapping for the Unicode character exists in the target multibyte code page.
3691
3692 0x0000045A
3693
3694 ERROR_DLL_INIT_FAILED
3695         
3696
3697 A DLL initialization routine failed.
3698
3699 0x0000045B
3700
3701 ERROR_SHUTDOWN_IN_PROGRESS
3702         
3703
3704 A system shutdown is in progress.
3705
3706 0x0000045C
3707
3708 ERROR_NO_SHUTDOWN_IN_PROGRESS
3709         
3710
3711 Unable to abort the system shutdown because no shutdown was in progress.
3712
3713 0x0000045D
3714
3715 ERROR_IO_DEVICE
3716         
3717
3718 The request could not be performed because of an I/O device error.
3719
3720 0x0000045E
3721
3722 ERROR_SERIAL_NO_DEVICE
3723         
3724
3725 No serial device was successfully initialized. The serial driver will unload.
3726
3727 0x0000045F
3728
3729 ERROR_IRQ_BUSY
3730         
3731
3732 Unable to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened.
3733
3734 0x00000460
3735
3736 ERROR_MORE_WRITES
3737         
3738
3739 A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
3740
3741 0x00000461
3742
3743 ERROR_COUNTER_TIMEOUT
3744         
3745
3746 A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
3747
3748 0x00000462
3749
3750 ERROR_FLOPPY_ID_MARK_NOT_FOUND
3751         
3752
3753 No ID address mark was found on the floppy disk.
3754
3755 0x00000463
3756
3757 ERROR_FLOPPY_WRONG_CYLINDER
3758         
3759
3760 Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
3761
3762 0x00000464
3763
3764 ERROR_FLOPPY_UNKNOWN_ERROR
3765         
3766
3767 The floppy disk controller reported an error that is not recognized by the floppy disk driver.
3768
3769 0x00000465
3770
3771 ERROR_FLOPPY_BAD_REGISTERS
3772         
3773
3774 The floppy disk controller returned inconsistent results in its registers.
3775
3776 0x00000466
3777
3778 ERROR_DISK_RECALIBRATE_FAILED
3779         
3780
3781 While accessing the hard disk, a recalibrate operation failed, even after retries.
3782
3783 0x00000467
3784
3785 ERROR_DISK_OPERATION_FAILED
3786         
3787
3788 While accessing the hard disk, a disk operation failed even after retries.
3789
3790 0x00000468
3791
3792 ERROR_DISK_RESET_FAILED
3793         
3794
3795 While accessing the hard disk, a disk controller reset was needed, but that also failed.
3796
3797 0x00000469
3798
3799 ERROR_EOM_OVERFLOW
3800         
3801
3802 Physical end of tape encountered.
3803
3804 0x0000046A
3805
3806 ERROR_NOT_ENOUGH_SERVER_MEMORY
3807         
3808
3809 Not enough server storage is available to process this command.
3810
3811 0x0000046B
3812
3813 ERROR_POSSIBLE_DEADLOCK
3814         
3815
3816 A potential deadlock condition has been detected.
3817
3818 0x0000046C
3819
3820 ERROR_MAPPED_ALIGNMENT
3821         
3822
3823 The base address or the file offset specified does not have the proper alignment.
3824
3825 0x00000474
3826
3827 ERROR_SET_POWER_STATE_VETOED
3828         
3829
3830 An attempt to change the system power state was vetoed by another application or driver.
3831
3832 0x00000475
3833
3834 ERROR_SET_POWER_STATE_FAILED
3835         
3836
3837 The system BIOS failed an attempt to change the system power state.
3838
3839 0x00000476
3840
3841 ERROR_TOO_MANY_LINKS
3842         
3843
3844 An attempt was made to create more links on a file than the file system supports.
3845
3846 0x0000047E
3847
3848 ERROR_OLD_WIN_VERSION
3849         
3850
3851 The specified program requires a newer version of Windows.
3852
3853 0x0000047F
3854
3855 ERROR_APP_WRONG_OS
3856         
3857
3858 The specified program is not a Windows or MS-DOS program.
3859
3860 0x00000480
3861
3862 ERROR_SINGLE_INSTANCE_APP
3863         
3864
3865 Cannot start more than one instance of the specified program.
3866
3867 0x00000481
3868
3869 ERROR_RMODE_APP
3870         
3871
3872 The specified program was written for an earlier version of Windows.
3873
3874 0x00000482
3875
3876 ERROR_INVALID_DLL
3877         
3878
3879 One of the library files needed to run this application is damaged.
3880
3881 0x00000483
3882
3883 ERROR_NO_ASSOCIATION
3884         
3885
3886 No application is associated with the specified file for this operation.
3887
3888 0x00000484
3889
3890 ERROR_DDE_FAIL
3891         
3892
3893 An error occurred in sending the command to the application.
3894
3895 0x00000485
3896
3897 ERROR_DLL_NOT_FOUND
3898         
3899
3900 One of the library files needed to run this application cannot be found.
3901
3902 0x00000486
3903
3904 ERROR_NO_MORE_USER_HANDLES
3905         
3906
3907 The current process has used all of its system allowance of handles for Windows manager objects.
3908
3909 0x00000487
3910
3911 ERROR_MESSAGE_SYNC_ONLY
3912         
3913
3914 The message can be used only with synchronous operations.
3915
3916 0x00000488
3917
3918 ERROR_SOURCE_ELEMENT_EMPTY
3919         
3920
3921 The indicated source element has no media.
3922
3923 0x00000489
3924
3925 ERROR_DESTINATION_ELEMENT_FULL
3926         
3927
3928 The indicated destination element already contains media.
3929
3930 0x0000048A
3931
3932 ERROR_ILLEGAL_ELEMENT_ADDRESS
3933         
3934
3935 The indicated element does not exist.
3936
3937 0x0000048B
3938
3939 ERROR_MAGAZINE_NOT_PRESENT
3940         
3941
3942 The indicated element is part of a magazine that is not present.
3943
3944 0x0000048C
3945
3946 ERROR_DEVICE_REINITIALIZATION_NEEDED
3947         
3948
3949 The indicated device requires re-initialization due to hardware errors.
3950
3951 0x0000048D
3952
3953 ERROR_DEVICE_REQUIRES_CLEANING
3954         
3955
3956 The device has indicated that cleaning is required before further operations are attempted.
3957
3958 0x0000048E
3959
3960 ERROR_DEVICE_DOOR_OPEN
3961         
3962
3963 The device has indicated that its door is open.
3964
3965 0x0000048F
3966
3967 ERROR_DEVICE_NOT_CONNECTED
3968         
3969
3970 The device is not connected.
3971
3972 0x00000490
3973
3974 ERROR_NOT_FOUND
3975         
3976
3977 Element not found.
3978
3979 0x00000491
3980
3981 ERROR_NO_MATCH
3982         
3983
3984 There was no match for the specified key in the index.
3985
3986 0x00000492
3987
3988 ERROR_SET_NOT_FOUND
3989         
3990
3991 The property set specified does not exist on the object.
3992
3993 0x00000493
3994
3995 ERROR_POINT_NOT_FOUND
3996         
3997
3998 The point passed to GetMouseMovePoints is not in the buffer.
3999
4000 0x00000494
4001
4002 ERROR_NO_TRACKING_SERVICE
4003         
4004
4005 The tracking (workstation) service is not running.
4006
4007 0x00000495
4008
4009 ERROR_NO_VOLUME_ID
4010         
4011
4012 The volume ID could not be found.
4013
4014 0x00000497
4015
4016 ERROR_UNABLE_TO_REMOVE_REPLACED
4017         
4018
4019 Unable to remove the file to be replaced.
4020
4021 0x00000498
4022
4023 ERROR_UNABLE_TO_MOVE_REPLACEMENT
4024         
4025
4026 Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
4027
4028 0x00000499
4029
4030 ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
4031         
4032
4033 Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
4034
4035 0x0000049A
4036
4037 ERROR_JOURNAL_DELETE_IN_PROGRESS
4038         
4039
4040 The volume change journal is being deleted.
4041
4042 0x0000049B
4043
4044 ERROR_JOURNAL_NOT_ACTIVE
4045         
4046
4047 The volume change journal is not active.
4048
4049 0x0000049C
4050
4051 ERROR_POTENTIAL_FILE_FOUND
4052         
4053
4054 A file was found, but it might not be the correct file.
4055
4056 0x0000049D
4057
4058 ERROR_JOURNAL_ENTRY_DELETED
4059         
4060
4061 The journal entry has been deleted from the journal.
4062
4063 0x000004A6
4064
4065 ERROR_SHUTDOWN_IS_SCHEDULED
4066         
4067
4068 A system shutdown has already been scheduled.
4069
4070 0x000004A7
4071
4072 ERROR_SHUTDOWN_USERS_LOGGED_ON
4073         
4074
4075 The system shutdown cannot be initiated because there are other users logged on to the computer.
4076
4077 0x000004B0
4078
4079 ERROR_BAD_DEVICE
4080         
4081
4082 The specified device name is invalid.
4083
4084 0x000004B1
4085
4086 ERROR_CONNECTION_UNAVAIL
4087         
4088
4089 The device is not currently connected but it is a remembered connection.
4090
4091 0x000004B2
4092
4093 ERROR_DEVICE_ALREADY_REMEMBERED
4094         
4095
4096 The local device name has a remembered connection to another network resource.
4097
4098 0x000004B3
4099
4100 ERROR_NO_NET_OR_BAD_PATH
4101         
4102
4103 The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Try retyping the path or contact your network administrator.
4104
4105 0x000004B4
4106
4107 ERROR_BAD_PROVIDER
4108         
4109
4110 The specified network provider name is invalid.
4111
4112 0x000004B5
4113
4114 ERROR_CANNOT_OPEN_PROFILE
4115         
4116
4117 Unable to open the network connection profile.
4118
4119 0x000004B6
4120
4121 ERROR_BAD_PROFILE
4122         
4123
4124 The network connection profile is corrupted.
4125
4126 0x000004B7
4127
4128 ERROR_NOT_CONTAINER
4129         
4130
4131 Cannot enumerate a noncontainer.
4132
4133 0x000004B8
4134
4135 ERROR_EXTENDED_ERROR
4136         
4137
4138 An extended error has occurred.
4139
4140 0x000004B9
4141
4142 ERROR_INVALID_GROUPNAME
4143         
4144
4145 The format of the specified group name is invalid.
4146
4147 0x000004BA
4148
4149 ERROR_INVALID_COMPUTERNAME
4150         
4151
4152 The format of the specified computer name is invalid.
4153
4154 0x000004BB
4155
4156 ERROR_INVALID_EVENTNAME
4157         
4158
4159 The format of the specified event name is invalid.
4160
4161 0x000004BC
4162
4163 ERROR_INVALID_DOMAINNAME
4164         
4165
4166 The format of the specified domain name is invalid.
4167
4168 0x000004BD
4169
4170 ERROR_INVALID_SERVICENAME
4171         
4172
4173 The format of the specified service name is invalid.
4174
4175 0x000004BE
4176
4177 ERROR_INVALID_NETNAME
4178         
4179
4180 The format of the specified network name is invalid.
4181
4182 0x000004BF
4183
4184 ERROR_INVALID_SHARENAME
4185         
4186
4187 The format of the specified share name is invalid.
4188
4189 0x000004C0
4190
4191 ERROR_INVALID_PASSWORDNAME
4192         
4193
4194 The format of the specified password is invalid.
4195
4196 0x000004C1
4197
4198 ERROR_INVALID_MESSAGENAME
4199         
4200
4201 The format of the specified message name is invalid.
4202
4203 0x000004C2
4204
4205 ERROR_INVALID_MESSAGEDEST
4206         
4207
4208 The format of the specified message destination is invalid.
4209
4210 0x000004C3
4211
4212 ERROR_SESSION_CREDENTIAL_CONFLICT
4213         
4214
4215 Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
4216
4217 0x000004C4
4218
4219 ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
4220         
4221
4222 An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
4223
4224 0x000004C5
4225
4226 ERROR_DUP_DOMAINNAME
4227         
4228
4229 The workgroup or domain name is already in use by another computer on the network.
4230
4231 0x000004C6
4232
4233 ERROR_NO_NETWORK
4234         
4235
4236 The network is not present or not started.
4237
4238 0x000004C7
4239
4240 ERROR_CANCELLED
4241         
4242
4243 The operation was canceled by the user.
4244
4245 0x000004C8
4246
4247 ERROR_USER_MAPPED_FILE
4248         
4249
4250 The requested operation cannot be performed on a file with a user-mapped section open.
4251
4252 0x000004C9
4253
4254 ERROR_CONNECTION_REFUSED
4255         
4256
4257 The remote system refused the network connection.
4258
4259 0x000004CA
4260
4261 ERROR_GRACEFUL_DISCONNECT
4262         
4263
4264 The network connection was gracefully closed.
4265
4266 0x000004CB
4267
4268 ERROR_ADDRESS_ALREADY_ASSOCIATED
4269         
4270
4271 The network transport endpoint already has an address associated with it.
4272
4273 0x000004CC
4274
4275 ERROR_ADDRESS_NOT_ASSOCIATED
4276         
4277
4278 An address has not yet been associated with the network endpoint.
4279
4280 0x000004CD
4281
4282 ERROR_CONNECTION_INVALID
4283         
4284
4285 An operation was attempted on a nonexistent network connection.
4286
4287 0x000004CE
4288
4289 ERROR_CONNECTION_ACTIVE
4290         
4291
4292 An invalid operation was attempted on an active network connection.
4293
4294 0x000004CF
4295
4296 ERROR_NETWORK_UNREACHABLE
4297         
4298
4299 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4300
4301 0x000004D0
4302
4303 ERROR_HOST_UNREACHABLE
4304         
4305
4306 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4307
4308 0x000004D1
4309
4310 ERROR_PROTOCOL_UNREACHABLE
4311         
4312
4313 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4314
4315 0x000004D2
4316
4317 ERROR_PORT_UNREACHABLE
4318         
4319
4320 No service is operating at the destination network endpoint on the remote system.
4321
4322 0x000004D3
4323
4324 ERROR_REQUEST_ABORTED
4325         
4326
4327 The request was aborted.
4328
4329 0x000004D4
4330
4331 ERROR_CONNECTION_ABORTED
4332         
4333
4334 The network connection was aborted by the local system.
4335
4336 0x000004D5
4337
4338 ERROR_RETRY
4339         
4340
4341 The operation could not be completed. A retry should be performed.
4342
4343 0x000004D6
4344
4345 ERROR_CONNECTION_COUNT_LIMIT
4346         
4347
4348 A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
4349
4350 0x000004D7
4351
4352 ERROR_LOGIN_TIME_RESTRICTION
4353         
4354
4355 Attempting to log on during an unauthorized time of day for this account.
4356
4357 0x000004D8
4358
4359 ERROR_LOGIN_WKSTA_RESTRICTION
4360         
4361
4362 The account is not authorized to log on from this station.
4363
4364 0x000004D9
4365
4366 ERROR_INCORRECT_ADDRESS
4367         
4368
4369 The network address could not be used for the operation requested.
4370
4371 0x000004DA
4372
4373 ERROR_ALREADY_REGISTERED
4374         
4375
4376 The service is already registered.
4377
4378 0x000004DB
4379
4380 ERROR_SERVICE_NOT_FOUND
4381         
4382
4383 The specified service does not exist.
4384
4385 0x000004DC
4386
4387 ERROR_NOT_AUTHENTICATED
4388         
4389
4390 The operation being requested was not performed because the user has not been authenticated.
4391
4392 0x000004DD
4393
4394 ERROR_NOT_LOGGED_ON
4395         
4396
4397 The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
4398
4399 0x000004DE
4400
4401 ERROR_CONTINUE
4402         
4403
4404 Continue with work in progress.
4405
4406 0x000004DF
4407
4408 ERROR_ALREADY_INITIALIZED
4409         
4410
4411 An attempt was made to perform an initialization operation when initialization has already been completed.
4412
4413 0x000004E0
4414
4415 ERROR_NO_MORE_DEVICES
4416         
4417
4418 No more local devices.
4419
4420 0x000004E1
4421
4422 ERROR_NO_SUCH_SITE
4423         
4424
4425 The specified site does not exist.
4426
4427 0x000004E2
4428
4429 ERROR_DOMAIN_CONTROLLER_EXISTS
4430         
4431
4432 A domain controller with the specified name already exists.
4433
4434 0x000004E3
4435
4436 ERROR_ONLY_IF_CONNECTED
4437         
4438
4439 This operation is supported only when you are connected to the server.
4440
4441 0x000004E4
4442
4443 ERROR_OVERRIDE_NOCHANGES
4444         
4445
4446 The group policy framework should call the extension even if there are no changes.
4447
4448 0x000004E5
4449
4450 ERROR_BAD_USER_PROFILE
4451         
4452
4453 The specified user does not have a valid profile.
4454
4455 0x000004E6
4456
4457 ERROR_NOT_SUPPORTED_ON_SBS
4458         
4459
4460 This operation is not supported on a computer running Windows Server 2003 operating system for Small Business Server.
4461
4462 0x000004E7
4463
4464 ERROR_SERVER_SHUTDOWN_IN_PROGRESS
4465         
4466
4467 The server machine is shutting down.
4468
4469 0x000004E8
4470
4471 ERROR_HOST_DOWN
4472         
4473
4474 The remote system is not available. For information about network troubleshooting, see Windows Help.
4475
4476 0x000004E9
4477
4478 ERROR_NON_ACCOUNT_SID
4479         
4480
4481 The security identifier provided is not from an account domain.
4482
4483 0x000004EA
4484
4485 ERROR_NON_DOMAIN_SID
4486         
4487
4488 The security identifier provided does not have a domain component.
4489
4490 0x000004EB
4491
4492 ERROR_APPHELP_BLOCK
4493         
4494
4495 AppHelp dialog canceled, thus preventing the application from starting.
4496
4497 0x000004EC
4498
4499 ERROR_ACCESS_DISABLED_BY_POLICY
4500         
4501
4502 This program is blocked by Group Policy. For more information, contact your system administrator.
4503
4504 0x000004ED
4505
4506 ERROR_REG_NAT_CONSUMPTION
4507         
4508
4509 A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
4510
4511 0x000004EE
4512
4513 ERROR_CSCSHARE_OFFLINE
4514         
4515
4516 The share is currently offline or does not exist.
4517
4518 0x000004EF
4519
4520 ERROR_PKINIT_FAILURE
4521         
4522
4523 The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
4524
4525 0x000004F0
4526
4527 ERROR_SMARTCARD_SUBSYSTEM_FAILURE
4528         
4529
4530 The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
4531
4532 0x000004F1
4533
4534 ERROR_DOWNGRADE_DETECTED
4535         
4536
4537 The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
4538
4539 0x000004F7
4540
4541 ERROR_MACHINE_LOCKED
4542         
4543
4544 The machine is locked and cannot be shut down without the force option.
4545
4546 0x000004F9
4547
4548 ERROR_CALLBACK_SUPPLIED_INVALID_DATA
4549         
4550
4551 An application-defined callback gave invalid data when called.
4552
4553 0x000004FA
4554
4555 ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
4556         
4557
4558 The Group Policy framework should call the extension in the synchronous foreground policy refresh.
4559
4560 0x000004FB
4561
4562 ERROR_DRIVER_BLOCKED
4563         
4564
4565 This driver has been blocked from loading.
4566
4567 0x000004FC
4568
4569 ERROR_INVALID_IMPORT_OF_NON_DLL
4570         
4571
4572 A DLL referenced a module that was neither a DLL nor the process's executable image.
4573
4574 0x000004FD
4575
4576 ERROR_ACCESS_DISABLED_WEBBLADE
4577         
4578
4579 Windows cannot open this program because it has been disabled.
4580
4581 0x000004FE
4582
4583 ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
4584         
4585
4586 Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
4587
4588 0x000004FF
4589
4590 ERROR_RECOVERY_FAILURE
4591         
4592
4593 A transaction recover failed.
4594
4595 0x00000500
4596
4597 ERROR_ALREADY_FIBER
4598         
4599
4600 The current thread has already been converted to a fiber.
4601
4602 0x00000501
4603
4604 ERROR_ALREADY_THREAD
4605         
4606
4607 The current thread has already been converted from a fiber.
4608
4609 0x00000502
4610
4611 ERROR_STACK_BUFFER_OVERRUN
4612         
4613
4614 The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
4615
4616 0x00000503
4617
4618 ERROR_PARAMETER_QUOTA_EXCEEDED
4619         
4620
4621 Data present in one of the parameters is more than the function can operate on.
4622
4623 0x00000504
4624
4625 ERROR_DEBUGGER_INACTIVE
4626         
4627
4628 An attempt to perform an operation on a debug object failed because the object is in the process of being deleted.
4629
4630 0x00000505
4631
4632 ERROR_DELAY_LOAD_FAILED
4633         
4634
4635 An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
4636
4637 0x00000506
4638
4639 ERROR_VDM_DISALLOWED
4640         
4641
4642 %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
4643
4644 0x00000507
4645
4646 ERROR_UNIDENTIFIED_ERROR
4647         
4648
4649 Insufficient information exists to identify the cause of failure.
4650
4651 0x00000508
4652
4653 ERROR_INVALID_CRUNTIME_PARAMETER
4654         
4655
4656 The parameter passed to a C runtime function is incorrect.
4657
4658 0x00000509
4659
4660 ERROR_BEYOND_VDL
4661         
4662
4663 The operation occurred beyond the valid data length of the file.
4664
4665 0x0000050A
4666
4667 ERROR_INCOMPATIBLE_SERVICE_SID_TYPE
4668         
4669
4670 The service start failed because one or more services in the same process have an incompatible service SID type setting. A service with a restricted service SID type can only coexist in the same process with other services with a restricted SID type.
4671
4672 0x0000050B
4673
4674 ERROR_DRIVER_PROCESS_TERMINATED
4675         
4676
4677 The process hosting the driver for this device has been terminated.
4678
4679 0x0000050C
4680
4681 ERROR_IMPLEMENTATION_LIMIT
4682         
4683
4684 An operation attempted to exceed an implementation-defined limit.
4685
4686 0x0000050D
4687
4688 ERROR_PROCESS_IS_PROTECTED
4689         
4690
4691 Either the target process, or the target thread's containing process, is a protected process.
4692
4693 0x0000050E
4694
4695 ERROR_SERVICE_NOTIFY_CLIENT_LAGGING
4696         
4697
4698 The service notification client is lagging too far behind the current state of services in the machine.
4699
4700 0x0000050F
4701
4702 ERROR_DISK_QUOTA_EXCEEDED
4703         
4704
4705 An operation failed because the storage quota was exceeded.
4706
4707 0x00000510
4708
4709 ERROR_CONTENT_BLOCKED
4710         
4711
4712 An operation failed because the content was blocked.
4713
4714 0x00000511
4715
4716 ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE
4717         
4718
4719 A privilege that the service requires to function properly does not exist in the service account configuration. The Services Microsoft Management Console (MMC) snap-in (Services.msc) and the Local Security Settings MMC snap-in (Secpol.msc) can be used to view the service configuration and the account configuration.
4720
4721 0x00000513
4722
4723 ERROR_INVALID_LABEL
4724         
4725
4726 Indicates a particular SID cannot be assigned as the label of an object.
4727
4728 0x00000514
4729
4730 ERROR_NOT_ALL_ASSIGNED
4731         
4732
4733 Not all privileges or groups referenced are assigned to the caller.
4734
4735 0x00000515
4736
4737 ERROR_SOME_NOT_MAPPED
4738         
4739
4740 Some mapping between account names and SIDs was not done.
4741
4742 0x00000516
4743
4744 ERROR_NO_QUOTAS_FOR_ACCOUNT
4745         
4746
4747 No system quota limits are specifically set for this account.
4748
4749 0x00000517
4750
4751 ERROR_LOCAL_USER_SESSION_KEY
4752         
4753
4754 No encryption key is available. A well-known encryption key was returned.
4755
4756 0x00000518
4757
4758 ERROR_NULL_LM_PASSWORD
4759         
4760
4761 The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.
4762
4763 0x00000519
4764
4765 ERROR_UNKNOWN_REVISION
4766         
4767
4768 The revision level is unknown.
4769
4770 0x0000051A
4771
4772 ERROR_REVISION_MISMATCH
4773         
4774
4775 Indicates two revision levels are incompatible.
4776
4777 0x0000051B
4778
4779 ERROR_INVALID_OWNER
4780         
4781
4782 This SID cannot be assigned as the owner of this object.
4783
4784  0x0000051C
4785
4786 ERROR_INVALID_PRIMARY_GROUP
4787         
4788
4789 This SID cannot be assigned as the primary group of an object.
4790
4791 0x0000051D
4792
4793 ERROR_NO_IMPERSONATION_TOKEN
4794         
4795
4796 An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
4797
4798 0x0000051E
4799
4800 ERROR_CANT_DISABLE_MANDATORY
4801         
4802
4803 The group cannot be disabled.
4804
4805 0x0000051F
4806
4807 ERROR_NO_LOGON_SERVERS
4808         
4809
4810 There are currently no logon servers available to service the logon request.
4811
4812 0x00000520
4813
4814 ERROR_NO_SUCH_LOGON_SESSION
4815         
4816
4817 A specified logon session does not exist. It might already have been terminated.
4818
4819 0x00000521
4820
4821 ERROR_NO_SUCH_PRIVILEGE
4822         
4823
4824 A specified privilege does not exist.
4825
4826 0x00000522
4827
4828 ERROR_PRIVILEGE_NOT_HELD
4829         
4830
4831 A required privilege is not held by the client.
4832
4833 0x00000523
4834
4835 ERROR_INVALID_ACCOUNT_NAME
4836         
4837
4838 The name provided is not a properly formed account name.
4839
4840 0x00000524
4841
4842 ERROR_USER_EXISTS
4843         
4844
4845 The specified account already exists.
4846
4847 0x00000525
4848
4849 ERROR_NO_SUCH_USER
4850         
4851
4852 The specified account does not exist.
4853
4854 0x00000526
4855
4856 ERROR_GROUP_EXISTS
4857         
4858
4859 The specified group already exists.
4860
4861 0x00000527
4862
4863 ERROR_NO_SUCH_GROUP
4864         
4865
4866 The specified group does not exist.
4867
4868 0x00000528
4869
4870 ERROR_MEMBER_IN_GROUP
4871         
4872
4873 Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
4874
4875 0x00000529
4876
4877 ERROR_MEMBER_NOT_IN_GROUP
4878         
4879
4880 The specified user account is not a member of the specified group account.
4881
4882 0x0000052A
4883
4884 ERROR_LAST_ADMIN
4885         
4886
4887 The last remaining administration account cannot be disabled or deleted.
4888
4889 0x0000052B
4890
4891 ERROR_WRONG_PASSWORD
4892         
4893
4894 Unable to update the password. The value provided as the current password is incorrect.
4895
4896 0x0000052C
4897
4898 ERROR_ILL_FORMED_PASSWORD
4899         
4900
4901 Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
4902
4903 0x0000052D
4904
4905 ERROR_PASSWORD_RESTRICTION
4906         
4907
4908 Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
4909
4910 0x0000052E
4911
4912 ERROR_LOGON_FAILURE
4913         
4914
4915 Logon failure: Unknown user name or bad password.
4916
4917 0x0000052F
4918
4919 ERROR_ACCOUNT_RESTRICTION
4920         
4921
4922 Logon failure: User account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
4923
4924 0x00000530
4925
4926 ERROR_INVALID_LOGON_HOURS
4927         
4928
4929 Logon failure: Account logon time restriction violation.
4930
4931 0x00000531
4932
4933 ERROR_INVALID_WORKSTATION
4934         
4935
4936 Logon failure: User not allowed to log on to this computer.
4937
4938 0x00000532
4939
4940 ERROR_PASSWORD_EXPIRED
4941         
4942
4943 Logon failure: The specified account password has expired.
4944
4945 0x00000533
4946
4947 ERROR_ACCOUNT_DISABLED
4948         
4949
4950 Logon failure: Account currently disabled.
4951
4952 0x00000534
4953
4954 ERROR_NONE_MAPPED
4955         
4956
4957 No mapping between account names and SIDs was done.
4958
4959 0x00000535
4960
4961 ERROR_TOO_MANY_LUIDS_REQUESTED
4962         
4963
4964 Too many local user identifiers (LUIDs) were requested at one time.
4965
4966 0x00000536
4967
4968 ERROR_LUIDS_EXHAUSTED
4969         
4970
4971 No more LUIDs are available.
4972
4973 0x00000537
4974
4975 ERROR_INVALID_SUB_AUTHORITY
4976         
4977
4978 The sub-authority part of an SID is invalid for this particular use.
4979
4980 0x00000538
4981
4982 ERROR_INVALID_ACL
4983         
4984
4985 The ACL structure is invalid.
4986
4987 0x00000539
4988
4989 ERROR_INVALID_SID
4990         
4991
4992 The SID structure is invalid.
4993
4994 0x0000053A
4995
4996 ERROR_INVALID_SECURITY_DESCR
4997         
4998
4999 The security descriptor structure is invalid.
5000
5001 0x0000053C
5002
5003 ERROR_BAD_INHERITANCE_ACL
5004         
5005
5006 The inherited ACL or ACE could not be built.
5007
5008 0x0000053D
5009
5010 ERROR_SERVER_DISABLED
5011         
5012
5013 The server is currently disabled.
5014
5015 0x0000053E
5016
5017 ERROR_SERVER_NOT_DISABLED
5018         
5019
5020 The server is currently enabled.
5021
5022 0x0000053F
5023
5024 ERROR_INVALID_ID_AUTHORITY
5025         
5026
5027 The value provided was an invalid value for an identifier authority.
5028
5029 0x00000540
5030
5031 ERROR_ALLOTTED_SPACE_EXCEEDED
5032         
5033
5034 No more memory is available for security information updates.
5035
5036 0x00000541
5037
5038 ERROR_INVALID_GROUP_ATTRIBUTES
5039         
5040
5041 The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
5042
5043 0x00000542
5044
5045 ERROR_BAD_IMPERSONATION_LEVEL
5046         
5047
5048 Either a required impersonation level was not provided, or the provided impersonation level is invalid.
5049
5050 0x00000543
5051
5052 ERROR_CANT_OPEN_ANONYMOUS
5053         
5054
5055 Cannot open an anonymous level security token.
5056
5057 0x00000544
5058
5059 ERROR_BAD_VALIDATION_CLASS
5060         
5061
5062 The validation information class requested was invalid.
5063
5064 0x00000545
5065
5066 ERROR_BAD_TOKEN_TYPE
5067         
5068
5069 The type of the token is inappropriate for its attempted use.
5070
5071 0x00000546
5072
5073 ERROR_NO_SECURITY_ON_OBJECT
5074         
5075
5076 Unable to perform a security operation on an object that has no associated security.
5077
5078 0x00000547
5079
5080 ERROR_CANT_ACCESS_DOMAIN_INFO
5081         
5082
5083 Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
5084
5085 0x00000548
5086
5087 ERROR_INVALID_SERVER_STATE
5088         
5089
5090 The SAM or local security authority (LSA) server was in the wrong state to perform the security operation.
5091
5092 0x00000549
5093
5094 ERROR_INVALID_DOMAIN_STATE
5095         
5096
5097 The domain was in the wrong state to perform the security operation.
5098
5099 0x0000054A
5100
5101 ERROR_INVALID_DOMAIN_ROLE
5102         
5103
5104 This operation is only allowed for the PDC of the domain.
5105
5106 0x0000054B
5107
5108 ERROR_NO_SUCH_DOMAIN
5109         
5110
5111 The specified domain either does not exist or could not be contacted.
5112
5113 0x0000054C
5114
5115 ERROR_DOMAIN_EXISTS
5116         
5117
5118 The specified domain already exists.
5119
5120 0x0000054D
5121
5122 ERROR_DOMAIN_LIMIT_EXCEEDED
5123         
5124
5125 An attempt was made to exceed the limit on the number of domains per server.
5126
5127 0x0000054E
5128
5129 ERROR_INTERNAL_DB_CORRUPTION
5130         
5131
5132 Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
5133
5134 0x0000054F
5135
5136 ERROR_INTERNAL_ERROR
5137         
5138
5139 An internal error occurred.
5140
5141 0x00000550
5142
5143 ERROR_GENERIC_NOT_MAPPED
5144         
5145
5146 Generic access types were contained in an access mask that should already be mapped to nongeneric types.
5147
5148 0x00000551
5149
5150 ERROR_BAD_DESCRIPTOR_FORMAT
5151         
5152
5153 A security descriptor is not in the right format (absolute or self-relative).
5154
5155 0x00000552
5156
5157 ERROR_NOT_LOGON_PROCESS
5158         
5159
5160 The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
5161
5162 0x00000553
5163
5164 ERROR_LOGON_SESSION_EXISTS
5165         
5166
5167 Cannot start a new logon session with an ID that is already in use.
5168
5169 0x00000554
5170
5171 ERROR_NO_SUCH_PACKAGE
5172         
5173
5174 A specified authentication package is unknown.
5175
5176 0x00000555
5177
5178 ERROR_BAD_LOGON_SESSION_STATE
5179         
5180
5181 The logon session is not in a state that is consistent with the requested operation.
5182
5183 0x00000556
5184
5185 ERROR_LOGON_SESSION_COLLISION
5186         
5187
5188 The logon session ID is already in use.
5189
5190 0x00000557
5191
5192 ERROR_INVALID_LOGON_TYPE
5193         
5194
5195 A logon request contained an invalid logon type value.
5196
5197 0x00000558
5198
5199 ERROR_CANNOT_IMPERSONATE
5200         
5201
5202 Unable to impersonate using a named pipe until data has been read from that pipe.
5203
5204 0x00000559
5205
5206 ERROR_RXACT_INVALID_STATE
5207         
5208
5209 The transaction state of a registry subtree is incompatible with the requested operation.
5210
5211 0x0000055A
5212
5213 ERROR_RXACT_COMMIT_FAILURE
5214         
5215
5216 An internal security database corruption has been encountered.
5217
5218 0x0000055B
5219
5220 ERROR_SPECIAL_ACCOUNT
5221         
5222
5223 Cannot perform this operation on built-in accounts.
5224
5225 0x0000055C
5226
5227 ERROR_SPECIAL_GROUP
5228         
5229
5230 Cannot perform this operation on this built-in special group.
5231
5232 0x0000055D
5233
5234 ERROR_SPECIAL_USER
5235         
5236
5237 Cannot perform this operation on this built-in special user.
5238
5239 0x0000055E
5240
5241 ERROR_MEMBERS_PRIMARY_GROUP
5242         
5243
5244 The user cannot be removed from a group because the group is currently the user's primary group.
5245
5246 0x0000055F
5247
5248 ERROR_TOKEN_ALREADY_IN_USE
5249         
5250
5251 The token is already in use as a primary token.
5252
5253 0x00000560
5254
5255 ERROR_NO_SUCH_ALIAS
5256         
5257
5258 The specified local group does not exist.
5259
5260 0x00000561
5261
5262 ERROR_MEMBER_NOT_IN_ALIAS
5263         
5264
5265 The specified account name is not a member of the group.
5266
5267 0x00000562
5268
5269 ERROR_MEMBER_IN_ALIAS
5270         
5271
5272 The specified account name is already a member of the group.
5273
5274 0x00000563
5275
5276 ERROR_ALIAS_EXISTS
5277         
5278
5279 The specified local group already exists.
5280
5281 0x00000564
5282
5283 ERROR_LOGON_NOT_GRANTED
5284         
5285
5286 Logon failure: The user has not been granted the requested logon type at this computer.
5287
5288 0x00000565
5289
5290 ERROR_TOO_MANY_SECRETS
5291         
5292
5293 The maximum number of secrets that can be stored in a single system has been exceeded.
5294
5295 0x00000566
5296
5297 ERROR_SECRET_TOO_LONG
5298         
5299
5300 The length of a secret exceeds the maximum length allowed.
5301
5302 0x00000567
5303
5304 ERROR_INTERNAL_DB_ERROR
5305         
5306
5307 The local security authority database contains an internal inconsistency.
5308
5309 0x00000568
5310
5311 ERROR_TOO_MANY_CONTEXT_IDS
5312         
5313
5314 During a logon attempt, the user's security context accumulated too many SIDs.
5315
5316 0x00000569
5317
5318 ERROR_LOGON_TYPE_NOT_GRANTED
5319         
5320
5321 Logon failure: The user has not been granted the requested logon type at this computer.
5322
5323 0x0000056A
5324
5325 ERROR_NT_CROSS_ENCRYPTION_REQUIRED
5326         
5327
5328 A cross-encrypted password is necessary to change a user password.
5329
5330 0x0000056B
5331
5332 ERROR_NO_SUCH_MEMBER
5333         
5334
5335 A member could not be added to or removed from the local group because the member does not exist.
5336
5337 0x0000056C
5338
5339 ERROR_INVALID_MEMBER
5340         
5341
5342 A new member could not be added to a local group because the member has the wrong account type.
5343
5344 0x0000056D
5345
5346 ERROR_TOO_MANY_SIDS
5347         
5348
5349 Too many SIDs have been specified.
5350
5351 0x0000056E
5352
5353 ERROR_LM_CROSS_ENCRYPTION_REQUIRED
5354         
5355
5356 A cross-encrypted password is necessary to change this user password.
5357
5358 0x0000056F
5359
5360 ERROR_NO_INHERITANCE
5361         
5362
5363 Indicates an ACL contains no inheritable components.
5364
5365 0x00000570
5366
5367 ERROR_FILE_CORRUPT
5368         
5369
5370 The file or directory is corrupted and unreadable.
5371
5372 0x00000571
5373
5374 ERROR_DISK_CORRUPT
5375         
5376
5377 The disk structure is corrupted and unreadable.
5378
5379 0x00000572
5380
5381 ERROR_NO_USER_SESSION_KEY
5382         
5383
5384 There is no user session key for the specified logon session.
5385
5386 0x00000573
5387
5388 ERROR_LICENSE_QUOTA_EXCEEDED
5389         
5390
5391 The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has accepted the maximum number of connections.
5392
5393 0x00000574
5394
5395 ERROR_WRONG_TARGET_NAME
5396         
5397
5398 Logon failure: The target account name is incorrect.
5399
5400 0x00000575
5401
5402 ERROR_MUTUAL_AUTH_FAILED
5403         
5404
5405 Mutual authentication failed. The server's password is out of date at the domain controller.
5406
5407 0x00000576
5408
5409 ERROR_TIME_SKEW
5410         
5411
5412 There is a time and/or date difference between the client and server.
5413
5414 0x00000577
5415
5416 ERROR_CURRENT_DOMAIN_NOT_ALLOWED
5417         
5418
5419 This operation cannot be performed on the current domain.
5420
5421 0x00000578
5422
5423 ERROR_INVALID_WINDOW_HANDLE
5424         
5425
5426 Invalid window handle.
5427
5428 0x00000579
5429
5430 ERROR_INVALID_MENU_HANDLE
5431         
5432
5433 Invalid menu handle.
5434
5435 0x0000057A
5436
5437 ERROR_INVALID_CURSOR_HANDLE
5438         
5439
5440 Invalid cursor handle.
5441
5442 0x0000057B
5443
5444 ERROR_INVALID_ACCEL_HANDLE
5445         
5446
5447 Invalid accelerator table handle.
5448
5449 0x0000057C
5450
5451 ERROR_INVALID_HOOK_HANDLE
5452         
5453
5454 Invalid hook handle.
5455
5456 0x0000057D
5457
5458 ERROR_INVALID_DWP_HANDLE
5459         
5460
5461 Invalid handle to a multiple-window position structure.
5462
5463 0x0000057E
5464
5465 ERROR_TLW_WITH_WSCHILD
5466         
5467
5468 Cannot create a top-level child window.
5469
5470 0x0000057F
5471
5472 ERROR_CANNOT_FIND_WND_CLASS
5473         
5474
5475 Cannot find window class.
5476
5477 0x00000580
5478
5479 ERROR_WINDOW_OF_OTHER_THREAD
5480         
5481
5482 Invalid window; it belongs to other thread.
5483
5484 0x00000581
5485
5486 ERROR_HOTKEY_ALREADY_REGISTERED
5487         
5488
5489 Hot key is already registered.
5490
5491 0x00000582
5492
5493 ERROR_CLASS_ALREADY_EXISTS
5494         
5495
5496 Class already exists.
5497
5498 0x00000583
5499
5500 ERROR_CLASS_DOES_NOT_EXIST
5501         
5502
5503 Class does not exist.
5504
5505 0x00000584
5506
5507 ERROR_CLASS_HAS_WINDOWS
5508         
5509
5510 Class still has open windows.
5511
5512 0x00000585
5513
5514 ERROR_INVALID_INDEX
5515         
5516
5517 Invalid index.
5518
5519 0x00000586
5520
5521 ERROR_INVALID_ICON_HANDLE
5522         
5523
5524 Invalid icon handle.
5525
5526 0x00000587
5527
5528 ERROR_PRIVATE_DIALOG_INDEX
5529         
5530
5531 Using private DIALOG window words.
5532
5533 0x00000588
5534
5535 ERROR_LISTBOX_ID_NOT_FOUND
5536         
5537
5538 The list box identifier was not found.
5539
5540 0x00000589
5541
5542 ERROR_NO_WILDCARD_CHARACTERS
5543         
5544
5545 No wildcards were found.
5546
5547 0x0000058A
5548
5549 ERROR_CLIPBOARD_NOT_OPEN
5550         
5551
5552 Thread does not have a clipboard open.
5553
5554 0x0000058B
5555
5556 ERROR_HOTKEY_NOT_REGISTERED
5557         
5558
5559 Hot key is not registered.
5560
5561 0x0000058C
5562
5563 ERROR_WINDOW_NOT_DIALOG
5564         
5565
5566 The window is not a valid dialog window.
5567
5568 0x0000058D
5569
5570 ERROR_CONTROL_ID_NOT_FOUND
5571         
5572
5573 Control ID not found.
5574
5575 0x0000058E
5576
5577 ERROR_INVALID_COMBOBOX_MESSAGE
5578         
5579
5580 Invalid message for a combo box because it does not have an edit control.
5581
5582 0x0000058F
5583
5584 ERROR_WINDOW_NOT_COMBOBOX
5585         
5586
5587 The window is not a combo box.
5588
5589 0x00000590
5590
5591 ERROR_INVALID_EDIT_HEIGHT
5592         
5593
5594 Height must be less than 256.
5595
5596 0x00000591
5597
5598 ERROR_DC_NOT_FOUND
5599         
5600
5601 Invalid device context (DC) handle.
5602
5603 0x00000592
5604
5605 ERROR_INVALID_HOOK_FILTER
5606         
5607
5608 Invalid hook procedure type.
5609
5610 0x00000593
5611
5612 ERROR_INVALID_FILTER_PROC
5613         
5614
5615 Invalid hook procedure.
5616
5617 0x00000594
5618
5619 ERROR_HOOK_NEEDS_HMOD
5620         
5621
5622 Cannot set nonlocal hook without a module handle.
5623
5624 0x00000595
5625
5626 ERROR_GLOBAL_ONLY_HOOK
5627         
5628
5629 This hook procedure can only be set globally.
5630
5631 0x00000596
5632
5633 ERROR_JOURNAL_HOOK_SET
5634         
5635
5636 The journal hook procedure is already installed.
5637
5638 0x00000597
5639
5640 ERROR_HOOK_NOT_INSTALLED
5641         
5642
5643 The hook procedure is not installed.
5644
5645 0x00000598
5646
5647 ERROR_INVALID_LB_MESSAGE
5648         
5649
5650 Invalid message for single-selection list box.
5651
5652 0x00000599
5653
5654 ERROR_SETCOUNT_ON_BAD_LB
5655         
5656
5657 LB_SETCOUNT sent to non-lazy list box.
5658
5659 0x0000059A
5660
5661 ERROR_LB_WITHOUT_TABSTOPS
5662         
5663
5664 This list box does not support tab stops.
5665
5666 0x0000059B
5667
5668 ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
5669         
5670
5671 Cannot destroy object created by another thread.
5672
5673 0x0000059C
5674
5675 ERROR_CHILD_WINDOW_MENU
5676         
5677
5678 Child windows cannot have menus.
5679
5680 0x0000059D
5681
5682 ERROR_NO_SYSTEM_MENU
5683         
5684
5685 The window does not have a system menu.
5686
5687 0x0000059E
5688
5689 ERROR_INVALID_MSGBOX_STYLE
5690         
5691
5692 Invalid message box style.
5693
5694 0x0000059F
5695
5696 ERROR_INVALID_SPI_VALUE
5697         
5698
5699 Invalid system-wide (SPI_*) parameter.
5700
5701 0x000005A0
5702
5703 ERROR_SCREEN_ALREADY_LOCKED
5704         
5705
5706 Screen already locked.
5707
5708 0x000005A1
5709
5710 ERROR_HWNDS_HAVE_DIFF_PARENT
5711         
5712
5713 All handles to windows in a multiple-window position structure must have the same parent.
5714
5715 0x000005A2
5716
5717 ERROR_NOT_CHILD_WINDOW
5718         
5719
5720 The window is not a child window.
5721
5722 0x000005A3
5723
5724 ERROR_INVALID_GW_COMMAND
5725         
5726
5727 Invalid GW_* command.
5728
5729 0x000005A4
5730
5731 ERROR_INVALID_THREAD_ID
5732         
5733
5734 Invalid thread identifier.
5735
5736 0x000005A5
5737
5738 ERROR_NON_MDICHILD_WINDOW
5739         
5740
5741 Cannot process a message from a window that is not a multiple document interface (MDI) window.
5742
5743 0x000005A6
5744
5745 ERROR_POPUP_ALREADY_ACTIVE
5746         
5747
5748 Pop-up menu already active.
5749
5750 0x000005A7
5751
5752 ERROR_NO_SCROLLBARS
5753         
5754
5755 The window does not have scroll bars.
5756
5757 0x000005A8
5758
5759 ERROR_INVALID_SCROLLBAR_RANGE
5760         
5761
5762 Scroll bar range cannot be greater than MAXLONG.
5763
5764 0x000005A9
5765
5766 ERROR_INVALID_SHOWWIN_COMMAND
5767         
5768
5769 Cannot show or remove the window in the way specified.
5770
5771 0x000005AA
5772
5773 ERROR_NO_SYSTEM_RESOURCES
5774         
5775
5776 Insufficient system resources exist to complete the requested service.
5777
5778 0x000005AB
5779
5780 ERROR_NONPAGED_SYSTEM_RESOURCES
5781         
5782
5783 Insufficient system resources exist to complete the requested service.
5784
5785 0x000005AC
5786
5787 ERROR_PAGED_SYSTEM_RESOURCES
5788         
5789
5790 Insufficient system resources exist to complete the requested service.
5791
5792 0x000005AD
5793
5794 ERROR_WORKING_SET_QUOTA
5795         
5796
5797 Insufficient quota to complete the requested service.
5798
5799 0x000005AE
5800
5801 ERROR_PAGEFILE_QUOTA
5802         
5803
5804 Insufficient quota to complete the requested service.
5805
5806 0x000005AF
5807
5808 ERROR_COMMITMENT_LIMIT
5809         
5810
5811 The paging file is too small for this operation to complete.
5812
5813 0x000005B0
5814
5815 ERROR_MENU_ITEM_NOT_FOUND
5816         
5817
5818 A menu item was not found.
5819
5820 0x000005B1
5821
5822 ERROR_INVALID_KEYBOARD_HANDLE
5823         
5824
5825 Invalid keyboard layout handle.
5826
5827 0x000005B2
5828
5829 ERROR_HOOK_TYPE_NOT_ALLOWED
5830         
5831
5832 Hook type not allowed.
5833
5834 0x000005B3
5835
5836 ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
5837         
5838
5839 This operation requires an interactive window station.
5840
5841 0x000005B4
5842
5843 ERROR_TIMEOUT
5844         
5845
5846 This operation returned because the time-out period expired.
5847
5848 0x000005B5
5849
5850 ERROR_INVALID_MONITOR_HANDLE
5851         
5852
5853 Invalid monitor handle.
5854
5855 0x000005B6
5856
5857 ERROR_INCORRECT_SIZE
5858         
5859
5860 Incorrect size argument.
5861
5862 0x000005B7
5863
5864 ERROR_SYMLINK_CLASS_DISABLED
5865         
5866
5867 The symbolic link cannot be followed because its type is disabled.
5868
5869 0x000005B8
5870
5871 ERROR_SYMLINK_NOT_SUPPORTED
5872         
5873
5874 This application does not support the current operation on symbolic links.
5875
5876 0x000005DC
5877
5878 ERROR_EVENTLOG_FILE_CORRUPT
5879         
5880
5881 The event log file is corrupted.
5882
5883 0x000005DD
5884
5885 ERROR_EVENTLOG_CANT_START
5886         
5887
5888 No event log file could be opened, so the event logging service did not start.
5889
5890 0x000005DE
5891
5892 ERROR_LOG_FILE_FULL
5893         
5894
5895 The event log file is full.
5896
5897 0x000005DF
5898
5899 ERROR_EVENTLOG_FILE_CHANGED
5900         
5901
5902 The event log file has changed between read operations.
5903
5904 0x0000060E
5905
5906 ERROR_INVALID_TASK_NAME
5907         
5908
5909 The specified task name is invalid.
5910
5911 0x0000060F
5912
5913 ERROR_INVALID_TASK_INDEX
5914         
5915
5916 The specified task index is invalid.
5917
5918 0x00000610
5919
5920 ERROR_THREAD_ALREADY_IN_TASK
5921         
5922
5923 The specified thread is already joining a task.
5924
5925 0x00000641
5926
5927 ERROR_INSTALL_SERVICE_FAILURE
5928         
5929
5930 The Windows Installer service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
5931
5932 0x00000642
5933
5934 ERROR_INSTALL_USEREXIT
5935         
5936
5937 User canceled installation.
5938
5939 0x00000643
5940
5941 ERROR_INSTALL_FAILURE
5942         
5943
5944 Fatal error during installation.
5945
5946 0x00000644
5947
5948 ERROR_INSTALL_SUSPEND
5949         
5950
5951 Installation suspended, incomplete.
5952
5953 0x00000645
5954
5955 ERROR_UNKNOWN_PRODUCT
5956         
5957
5958 This action is valid only for products that are currently installed.
5959
5960 0x00000646
5961
5962 ERROR_UNKNOWN_FEATURE
5963         
5964
5965 Feature ID not registered.
5966
5967 0x00000647
5968
5969 ERROR_UNKNOWN_COMPONENT
5970         
5971
5972 Component ID not registered.
5973
5974 0x00000648
5975
5976 ERROR_UNKNOWN_PROPERTY
5977         
5978
5979 Unknown property.
5980
5981 0x00000649
5982
5983 ERROR_INVALID_HANDLE_STATE
5984         
5985
5986 Handle is in an invalid state.
5987
5988 0x0000064A
5989
5990 ERROR_BAD_CONFIGURATION
5991         
5992
5993 The configuration data for this product is corrupt. Contact your support personnel.
5994
5995 0x0000064B
5996
5997 ERROR_INDEX_ABSENT
5998         
5999
6000 Component qualifier not present.
6001
6002 0x0000064C
6003
6004 ERROR_INSTALL_SOURCE_ABSENT
6005         
6006
6007 The installation source for this product is not available. Verify that the source exists and that you can access it.
6008
6009 0x0000064D
6010
6011 ERROR_INSTALL_PACKAGE_VERSION
6012         
6013
6014 This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
6015
6016 0x0000064E
6017
6018 ERROR_PRODUCT_UNINSTALLED
6019         
6020
6021 Product is uninstalled.
6022
6023 0x0000064F
6024
6025 ERROR_BAD_QUERY_SYNTAX
6026         
6027
6028 SQL query syntax invalid or unsupported.
6029
6030 0x00000650
6031
6032 ERROR_INVALID_FIELD
6033         
6034
6035 Record field does not exist.
6036
6037 0x00000651
6038
6039 ERROR_DEVICE_REMOVED
6040         
6041
6042 The device has been removed.
6043
6044 0x00000652
6045
6046 ERROR_INSTALL_ALREADY_RUNNING
6047         
6048
6049 Another installation is already in progress. Complete that installation before proceeding with this install.
6050
6051 0x00000653
6052
6053 ERROR_INSTALL_PACKAGE_OPEN_FAILED
6054         
6055
6056 This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
6057
6058 0x00000654
6059
6060 ERROR_INSTALL_PACKAGE_INVALID
6061         
6062
6063 This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
6064
6065 0x00000655
6066
6067 ERROR_INSTALL_UI_FAILURE
6068         
6069
6070 There was an error starting the Windows Installer service user interface. Contact your support personnel.
6071
6072 0x00000656
6073
6074 ERROR_INSTALL_LOG_FAILURE
6075         
6076
6077 Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
6078
6079 0x00000657
6080
6081 ERROR_INSTALL_LANGUAGE_UNSUPPORTED
6082         
6083
6084 The language of this installation package is not supported by your system.
6085
6086 0x00000658
6087
6088 ERROR_INSTALL_TRANSFORM_FAILURE
6089         
6090
6091 Error applying transforms. Verify that the specified transform paths are valid.
6092
6093 0x00000659
6094
6095 ERROR_INSTALL_PACKAGE_REJECTED
6096         
6097
6098 This installation is forbidden by system policy. Contact your system administrator.
6099
6100 0x0000065A
6101
6102 ERROR_FUNCTION_NOT_CALLED
6103         
6104
6105 Function could not be executed.
6106
6107 0x0000065B
6108
6109 ERROR_FUNCTION_FAILED
6110         
6111
6112 Function failed during execution.
6113
6114 0x0000065C
6115
6116 ERROR_INVALID_TABLE
6117         
6118
6119 Invalid or unknown table specified.
6120
6121 0x0000065D
6122
6123 ERROR_DATATYPE_MISMATCH
6124         
6125
6126 Data supplied is of wrong type.
6127
6128 0x0000065E
6129
6130 ERROR_UNSUPPORTED_TYPE
6131         
6132
6133 Data of this type is not supported.
6134
6135 0x0000065F
6136
6137 ERROR_CREATE_FAILED
6138         
6139
6140 The Windows Installer service failed to start. Contact your support personnel.
6141
6142 0x00000660
6143
6144 ERROR_INSTALL_TEMP_UNWRITABLE
6145         
6146
6147 The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
6148
6149 0x00000661
6150
6151 ERROR_INSTALL_PLATFORM_UNSUPPORTED
6152         
6153
6154 This installation package is not supported by this processor type. Contact your product vendor.
6155
6156 0x00000662
6157
6158 ERROR_INSTALL_NOTUSED
6159         
6160
6161 Component not used on this computer.
6162
6163 0x00000663
6164
6165 ERROR_PATCH_PACKAGE_OPEN_FAILED
6166         
6167
6168 This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
6169
6170 0x00000664
6171
6172 ERROR_PATCH_PACKAGE_INVALID
6173         
6174
6175 This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
6176
6177 0x00000665
6178
6179 ERROR_PATCH_PACKAGE_UNSUPPORTED
6180         
6181
6182 This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
6183
6184 0x00000666
6185
6186 ERROR_PRODUCT_VERSION
6187         
6188
6189 Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in Control Panel.
6190
6191 0x00000667
6192
6193 ERROR_INVALID_COMMAND_LINE
6194         
6195
6196 Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.
6197
6198 0x00000668
6199
6200 ERROR_INSTALL_REMOTE_DISALLOWED
6201         
6202
6203 Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator.
6204
6205 0x00000669
6206
6207 ERROR_SUCCESS_REBOOT_INITIATED
6208         
6209
6210 The requested operation completed successfully. The system will be restarted so the changes can take effect.
6211
6212 0x0000066A
6213
6214 ERROR_PATCH_TARGET_NOT_FOUND
6215         
6216
6217 The upgrade cannot be installed by the Windows Installer service because the program to be upgraded might be missing, or the upgrade might update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
6218
6219 0x0000066B
6220
6221 ERROR_PATCH_PACKAGE_REJECTED
6222         
6223
6224 The update package is not permitted by a software restriction policy.
6225
6226 0x0000066C
6227
6228 ERROR_INSTALL_TRANSFORM_REJECTED
6229         
6230
6231 One or more customizations are not permitted by a software restriction policy.
6232
6233 0x0000066D
6234
6235 ERROR_INSTALL_REMOTE_PROHIBITED
6236         
6237
6238 The Windows Installer does not permit installation from a Remote Desktop Connection.
6239
6240 0x0000066E
6241
6242 ERROR_PATCH_REMOVAL_UNSUPPORTED
6243         
6244
6245 Uninstallation of the update package is not supported.
6246
6247 0x0000066F
6248
6249 ERROR_UNKNOWN_PATCH
6250         
6251
6252 The update is not applied to this product.
6253
6254 0x00000670
6255
6256 ERROR_PATCH_NO_SEQUENCE
6257         
6258
6259 No valid sequence could be found for the set of updates.
6260
6261 0x00000671
6262
6263 ERROR_PATCH_REMOVAL_DISALLOWED
6264         
6265
6266 Update removal was disallowed by policy.
6267
6268 0x00000672
6269
6270 ERROR_INVALID_PATCH_XML
6271         
6272
6273 The XML update data is invalid.
6274
6275 0x00000673
6276
6277 ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT
6278         
6279
6280 Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
6281
6282 0x00000674
6283
6284 ERROR_INSTALL_SERVICE_SAFEBOOT
6285         
6286
6287 The Windows Installer service is not accessible in Safe Mode. Try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.
6288
6289 0x000006A4
6290
6291 RPC_S_INVALID_STRING_BINDING
6292         
6293
6294 The string binding is invalid.
6295
6296 0x000006A5
6297
6298 RPC_S_WRONG_KIND_OF_BINDING
6299         
6300
6301 The binding handle is not the correct type.
6302
6303 0x000006A6
6304
6305 RPC_S_INVALID_BINDING
6306         
6307
6308 The binding handle is invalid.
6309
6310 0x000006A7
6311
6312 RPC_S_PROTSEQ_NOT_SUPPORTED
6313         
6314
6315 The RPC protocol sequence is not supported.
6316
6317 0x000006A8
6318
6319 RPC_S_INVALID_RPC_PROTSEQ
6320         
6321
6322 The RPC protocol sequence is invalid.
6323
6324 0x000006A9
6325
6326 RPC_S_INVALID_STRING_UUID
6327         
6328
6329 The string UUID is invalid.
6330
6331 0x000006AA
6332
6333 RPC_S_INVALID_ENDPOINT_FORMAT
6334         
6335
6336 The endpoint format is invalid.
6337
6338 0x000006AB
6339
6340 RPC_S_INVALID_NET_ADDR
6341         
6342
6343 The network address is invalid.
6344
6345 0x000006AC
6346
6347 RPC_S_NO_ENDPOINT_FOUND
6348         
6349
6350 No endpoint was found.
6351
6352 0x000006AD
6353
6354 RPC_S_INVALID_TIMEOUT
6355         
6356
6357 The time-out value is invalid.
6358
6359 0x000006AE
6360
6361 RPC_S_OBJECT_NOT_FOUND
6362         
6363
6364 The object UUID) was not found.
6365
6366 0x000006AF
6367
6368 RPC_S_ALREADY_REGISTERED
6369         
6370
6371 The object UUID) has already been registered.
6372
6373 0x000006B0
6374
6375 RPC_S_TYPE_ALREADY_REGISTERED
6376         
6377
6378 The type UUID has already been registered.
6379
6380 0x000006B1
6381
6382 RPC_S_ALREADY_LISTENING
6383         
6384
6385 The RPC server is already listening.
6386
6387 0x000006B2
6388
6389 RPC_S_NO_PROTSEQS_REGISTERED
6390         
6391
6392 No protocol sequences have been registered.
6393
6394 0x000006B3
6395
6396 RPC_S_NOT_LISTENING
6397         
6398
6399 The RPC server is not listening.
6400
6401 0x000006B4
6402
6403 RPC_S_UNKNOWN_MGR_TYPE
6404         
6405
6406 The manager type is unknown.
6407
6408 0x000006B5
6409
6410 RPC_S_UNKNOWN_IF
6411         
6412
6413 The interface is unknown.
6414
6415 0x000006B6
6416
6417 RPC_S_NO_BINDINGS
6418         
6419
6420 There are no bindings.
6421
6422 0x000006B7
6423
6424 RPC_S_NO_PROTSEQS
6425         
6426
6427 There are no protocol sequences.
6428
6429 0x000006B8
6430
6431 RPC_S_CANT_CREATE_ENDPOINT
6432         
6433
6434 The endpoint cannot be created.
6435
6436 0x000006B9
6437
6438 RPC_S_OUT_OF_RESOURCES
6439         
6440
6441 Not enough resources are available to complete this operation.
6442
6443 0x000006BA
6444
6445 RPC_S_SERVER_UNAVAILABLE
6446         
6447
6448 The RPC server is unavailable.
6449
6450 0x000006BB
6451
6452 RPC_S_SERVER_TOO_BUSY
6453         
6454
6455 The RPC server is too busy to complete this operation.
6456
6457 0x000006BC
6458
6459 RPC_S_INVALID_NETWORK_OPTIONS
6460         
6461
6462 The network options are invalid.
6463
6464 0x000006BD
6465
6466 RPC_S_NO_CALL_ACTIVE
6467         
6468
6469 There are no RPCs active on this thread.
6470
6471 0x000006BE
6472
6473 RPC_S_CALL_FAILED
6474         
6475
6476 The RPC failed.
6477
6478 0x000006BF
6479
6480 RPC_S_CALL_FAILED_DNE
6481         
6482
6483 The RPC failed and did not execute.
6484
6485 0x000006C0
6486
6487 RPC_S_PROTOCOL_ERROR
6488         
6489
6490 An RPC protocol error occurred.
6491
6492 0x000006C1
6493
6494 RPC_S_PROXY_ACCESS_DENIED
6495         
6496
6497 Access to the HTTP proxy is denied.
6498
6499 0x000006C2
6500
6501 RPC_S_UNSUPPORTED_TRANS_SYN
6502         
6503
6504 The transfer syntax is not supported by the RPC server.
6505
6506 0x000006C4
6507
6508 RPC_S_UNSUPPORTED_TYPE
6509         
6510
6511 The UUID type is not supported.
6512
6513 0x000006C5
6514
6515 RPC_S_INVALID_TAG
6516         
6517
6518 The tag is invalid.
6519
6520 0x000006C6
6521
6522 RPC_S_INVALID_BOUND
6523         
6524
6525 The array bounds are invalid.
6526
6527 0x000006C7
6528
6529 RPC_S_NO_ENTRY_NAME
6530         
6531
6532 The binding does not contain an entry name.
6533
6534 0x000006C8
6535
6536 RPC_S_INVALID_NAME_SYNTAX
6537         
6538
6539 The name syntax is invalid.
6540
6541 0x000006C9
6542
6543 RPC_S_UNSUPPORTED_NAME_SYNTAX
6544         
6545
6546 The name syntax is not supported.
6547
6548 0x000006CB
6549
6550 RPC_S_UUID_NO_ADDRESS
6551         
6552
6553 No network address is available to use to construct a UUID.
6554
6555 0x000006CC
6556
6557 RPC_S_DUPLICATE_ENDPOINT
6558         
6559
6560 The endpoint is a duplicate.
6561
6562 0x000006CD
6563
6564 RPC_S_UNKNOWN_AUTHN_TYPE
6565         
6566
6567 The authentication type is unknown.
6568
6569 0x000006CE
6570
6571 RPC_S_MAX_CALLS_TOO_SMALL
6572         
6573
6574 The maximum number of calls is too small.
6575
6576 0x000006CF
6577
6578 RPC_S_STRING_TOO_LONG
6579         
6580
6581 The string is too long.
6582
6583 0x000006D0
6584
6585 RPC_S_PROTSEQ_NOT_FOUND
6586         
6587
6588 The RPC protocol sequence was not found.
6589
6590 0x000006D1
6591
6592 RPC_S_PROCNUM_OUT_OF_RANGE
6593         
6594
6595 The procedure number is out of range.
6596
6597 0x000006D2
6598
6599 RPC_S_BINDING_HAS_NO_AUTH
6600         
6601
6602 The binding does not contain any authentication information.
6603
6604 0x000006D3
6605
6606 RPC_S_UNKNOWN_AUTHN_SERVICE
6607         
6608
6609 The authentication service is unknown.
6610
6611 0x000006D4
6612
6613 RPC_S_UNKNOWN_AUTHN_LEVEL
6614         
6615
6616 The authentication level is unknown.
6617
6618 0x000006D5
6619
6620 RPC_S_INVALID_AUTH_IDENTITY
6621         
6622
6623 The security context is invalid.
6624
6625 0x000006D6
6626
6627 RPC_S_UNKNOWN_AUTHZ_SERVICE
6628         
6629
6630 The authorization service is unknown.
6631
6632 0x000006D7
6633
6634 EPT_S_INVALID_ENTRY
6635         
6636
6637 The entry is invalid.
6638
6639 0x000006D8
6640
6641 EPT_S_CANT_PERFORM_OP
6642         
6643
6644 The server endpoint cannot perform the operation.
6645
6646 0x000006D9
6647
6648 EPT_S_NOT_REGISTERED
6649         
6650
6651 There are no more endpoints available from the endpoint mapper.
6652
6653 0x000006DA
6654
6655 RPC_S_NOTHING_TO_EXPORT
6656         
6657
6658 No interfaces have been exported.
6659
6660 0x000006DB
6661
6662 RPC_S_INCOMPLETE_NAME
6663         
6664
6665 The entry name is incomplete.
6666
6667 0x000006DC
6668
6669 RPC_S_INVALID_VERS_OPTION
6670         
6671
6672 The version option is invalid.
6673
6674 0x000006DD
6675
6676 RPC_S_NO_MORE_MEMBERS
6677         
6678
6679 There are no more members.
6680
6681 0x000006DE
6682
6683 RPC_S_NOT_ALL_OBJS_UNEXPORTED
6684         
6685
6686 There is nothing to unexport.
6687
6688 0x000006DF
6689
6690 RPC_S_INTERFACE_NOT_FOUND
6691         
6692
6693 The interface was not found.
6694
6695 0x000006E0
6696
6697 RPC_S_ENTRY_ALREADY_EXISTS
6698         
6699
6700 The entry already exists.
6701
6702 0x000006E1
6703
6704 RPC_S_ENTRY_NOT_FOUND
6705         
6706
6707 The entry is not found.
6708
6709 0x000006E2
6710
6711 RPC_S_NAME_SERVICE_UNAVAILABLE
6712         
6713
6714 The name service is unavailable.
6715
6716 0x000006E3
6717
6718 RPC_S_INVALID_NAF_ID
6719         
6720
6721 The network address family is invalid.
6722
6723 0x000006E4
6724
6725 RPC_S_CANNOT_SUPPORT
6726         
6727
6728 The requested operation is not supported.
6729
6730 0x000006E5
6731
6732 RPC_S_NO_CONTEXT_AVAILABLE
6733         
6734
6735 No security context is available to allow impersonation.
6736
6737 0x000006E6
6738
6739 RPC_S_INTERNAL_ERROR
6740         
6741
6742 An internal error occurred in an RPC.
6743
6744 0x000006E7
6745
6746 RPC_S_ZERO_DIVIDE
6747         
6748
6749 The RPC server attempted an integer division by zero.
6750
6751 0x000006E8
6752
6753 RPC_S_ADDRESS_ERROR
6754         
6755
6756 An addressing error occurred in the RPC server.
6757
6758 0x000006E9
6759
6760 RPC_S_FP_DIV_ZERO
6761         
6762
6763 A floating-point operation at the RPC server caused a division by zero.
6764
6765 0x000006EA
6766
6767 RPC_S_FP_UNDERFLOW
6768         
6769
6770 A floating-point underflow occurred at the RPC server.
6771
6772 0x000006EB
6773
6774 RPC_S_FP_OVERFLOW
6775         
6776
6777 A floating-point overflow occurred at the RPC server.
6778
6779 0x000006EC
6780
6781 RPC_X_NO_MORE_ENTRIES
6782         
6783
6784 The list of RPC servers available for the binding of auto handles has been exhausted.
6785
6786 0x000006ED
6787
6788 RPC_X_SS_CHAR_TRANS_OPEN_FAIL
6789         
6790
6791 Unable to open the character translation table file.
6792
6793 0x000006EE
6794
6795 RPC_X_SS_CHAR_TRANS_SHORT_FILE
6796         
6797
6798 The file containing the character translation table has fewer than 512 bytes.
6799
6800 0x000006EF
6801
6802 RPC_X_SS_IN_NULL_CONTEXT
6803         
6804
6805 A null context handle was passed from the client to the host during an RPC.
6806
6807 0x000006F1
6808
6809 RPC_X_SS_CONTEXT_DAMAGED
6810         
6811
6812 The context handle changed during an RPC.
6813
6814 0x000006F2
6815
6816 RPC_X_SS_HANDLES_MISMATCH
6817         
6818
6819 The binding handles passed to an RPC do not match.
6820
6821 0x000006F3
6822
6823 RPC_X_SS_CANNOT_GET_CALL_HANDLE
6824         
6825
6826 The stub is unable to get the RPC handle.
6827
6828 0x000006F4
6829
6830 RPC_X_NULL_REF_POINTER
6831         
6832
6833 A null reference pointer was passed to the stub.
6834
6835 0x000006F5
6836
6837 RPC_X_ENUM_VALUE_OUT_OF_RANGE
6838         
6839
6840 The enumeration value is out of range.
6841
6842 0x000006F6
6843
6844 RPC_X_BYTE_COUNT_TOO_SMALL
6845         
6846
6847 The byte count is too small.
6848
6849 0x000006F7
6850
6851 RPC_X_BAD_STUB_DATA
6852         
6853
6854 The stub received bad data.
6855
6856 0x000006F8
6857
6858 ERROR_INVALID_USER_BUFFER
6859         
6860
6861 The supplied user buffer is not valid for the requested operation.
6862
6863 0x000006F9
6864
6865 ERROR_UNRECOGNIZED_MEDIA
6866         
6867
6868 The disk media is not recognized. It might not be formatted.
6869
6870 0x000006FA
6871
6872 ERROR_NO_TRUST_LSA_SECRET
6873         
6874
6875 The workstation does not have a trust secret.
6876
6877 0x000006FB
6878
6879 ERROR_NO_TRUST_SAM_ACCOUNT
6880         
6881
6882 The security database on the server does not have a computer account for this workstation trust relationship.
6883
6884 0x000006FC
6885
6886 ERROR_TRUSTED_DOMAIN_FAILURE
6887         
6888
6889 The trust relationship between the primary domain and the trusted domain failed.
6890
6891 0x000006FD
6892
6893 ERROR_TRUSTED_RELATIONSHIP_FAILURE
6894         
6895
6896 The trust relationship between this workstation and the primary domain failed.
6897
6898 0x000006FE
6899
6900 ERROR_TRUST_FAILURE
6901         
6902
6903 The network logon failed.
6904
6905 0x000006FF
6906
6907 RPC_S_CALL_IN_PROGRESS
6908         
6909
6910 An RPC is already in progress for this thread.
6911
6912 0x00000700
6913
6914 ERROR_NETLOGON_NOT_STARTED
6915         
6916
6917 An attempt was made to log on, but the network logon service was not started.
6918
6919 0x00000701
6920
6921 ERROR_ACCOUNT_EXPIRED
6922         
6923
6924 The user's account has expired.
6925
6926 0x00000702
6927
6928 ERROR_REDIRECTOR_HAS_OPEN_HANDLES
6929         
6930
6931 The redirector is in use and cannot be unloaded.
6932
6933 0x00000703
6934
6935 ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
6936         
6937
6938 The specified printer driver is already installed.
6939
6940 0x00000704
6941
6942 ERROR_UNKNOWN_PORT
6943         
6944
6945 The specified port is unknown.
6946
6947 0x00000705
6948
6949 ERROR_UNKNOWN_PRINTER_DRIVER
6950         
6951
6952 The printer driver is unknown.
6953
6954 0x00000706
6955
6956 ERROR_UNKNOWN_PRINTPROCESSOR
6957         
6958
6959 The print processor is unknown.
6960
6961 0x00000707
6962
6963 ERROR_INVALID_SEPARATOR_FILE
6964         
6965
6966 The specified separator file is invalid.
6967
6968 0x00000708
6969
6970 ERROR_INVALID_PRIORITY
6971         
6972
6973 The specified priority is invalid.
6974
6975 0x00000709
6976
6977 ERROR_INVALID_PRINTER_NAME
6978         
6979
6980 The printer name is invalid.
6981
6982 0x0000070A
6983
6984 ERROR_PRINTER_ALREADY_EXISTS
6985         
6986
6987 The printer already exists.
6988
6989 0x0000070B
6990
6991 ERROR_INVALID_PRINTER_COMMAND
6992         
6993
6994 The printer command is invalid.
6995
6996 0x0000070C
6997
6998 ERROR_INVALID_DATATYPE
6999         
7000
7001 The specified data type is invalid.
7002
7003 0x0000070D
7004
7005 ERROR_INVALID_ENVIRONMENT
7006         
7007
7008 The environment specified is invalid.
7009
7010 0x0000070E
7011
7012 RPC_S_NO_MORE_BINDINGS
7013         
7014
7015 There are no more bindings.
7016
7017 0x0000070F
7018
7019 ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
7020         
7021
7022 The account used is an interdomain trust account. Use your global user account or local user account to access this server.
7023
7024 0x00000710
7025
7026 ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
7027         
7028
7029 The account used is a computer account. Use your global user account or local user account to access this server.
7030
7031 0x00000711
7032
7033 ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
7034         
7035
7036 The account used is a server trust account. Use your global user account or local user account to access this server.
7037
7038 0x00000712
7039
7040 ERROR_DOMAIN_TRUST_INCONSISTENT
7041         
7042
7043 The name or SID of the domain specified is inconsistent with the trust information for that domain.
7044
7045 0x00000713
7046
7047 ERROR_SERVER_HAS_OPEN_HANDLES
7048         
7049
7050 The server is in use and cannot be unloaded.
7051
7052 0x00000714
7053
7054 ERROR_RESOURCE_DATA_NOT_FOUND
7055         
7056
7057 The specified image file did not contain a resource section.
7058
7059 0x00000715
7060
7061 ERROR_RESOURCE_TYPE_NOT_FOUND
7062         
7063
7064 The specified resource type cannot be found in the image file.
7065
7066 0x00000716
7067
7068 ERROR_RESOURCE_NAME_NOT_FOUND
7069         
7070
7071 The specified resource name cannot be found in the image file.
7072
7073 0x00000717
7074
7075 ERROR_RESOURCE_LANG_NOT_FOUND
7076         
7077
7078 The specified resource language ID cannot be found in the image file.
7079
7080 0x00000718
7081
7082 ERROR_NOT_ENOUGH_QUOTA
7083         
7084
7085 Not enough quota is available to process this command.
7086
7087 0x00000719
7088
7089 RPC_S_NO_INTERFACES
7090         
7091
7092 No interfaces have been registered.
7093
7094 0x0000071A
7095
7096 RPC_S_CALL_CANCELLED
7097         
7098
7099 The RPC was canceled.
7100
7101 0x0000071B
7102
7103 RPC_S_BINDING_INCOMPLETE
7104         
7105
7106 The binding handle does not contain all the required information.
7107
7108 0x0000071C
7109
7110 RPC_S_COMM_FAILURE
7111         
7112
7113 A communications failure occurred during an RPC.
7114
7115 0x0000071D
7116
7117 RPC_S_UNSUPPORTED_AUTHN_LEVEL
7118         
7119
7120 The requested authentication level is not supported.
7121
7122 0x0000071E
7123
7124 RPC_S_NO_PRINC_NAME
7125         
7126
7127 No principal name is registered.
7128
7129 0x0000071F
7130
7131 RPC_S_NOT_RPC_ERROR
7132         
7133
7134 The error specified is not a valid Windows RPC error code.
7135
7136 0x00000720
7137
7138 RPC_S_UUID_LOCAL_ONLY
7139         
7140
7141 A UUID that is valid only on this computer has been allocated.
7142
7143 0x00000721
7144
7145 RPC_S_SEC_PKG_ERROR
7146         
7147
7148 A security package-specific error occurred.
7149
7150 0x00000722
7151
7152 RPC_S_NOT_CANCELLED
7153         
7154
7155 The thread is not canceled.
7156
7157 0x00000723
7158
7159 RPC_X_INVALID_ES_ACTION
7160         
7161
7162 Invalid operation on the encoding/decoding handle.
7163
7164 0x00000724
7165
7166 RPC_X_WRONG_ES_VERSION
7167         
7168
7169 Incompatible version of the serializing package.
7170
7171 0x00000725
7172
7173 RPC_X_WRONG_STUB_VERSION
7174         
7175
7176 Incompatible version of the RPC stub.
7177
7178 0x00000726
7179
7180 RPC_X_INVALID_PIPE_OBJECT
7181         
7182
7183 The RPC pipe object is invalid or corrupted.
7184
7185 0x00000727
7186
7187 RPC_X_WRONG_PIPE_ORDER
7188         
7189
7190 An invalid operation was attempted on an RPC pipe object.
7191
7192 0x00000728
7193
7194 RPC_X_WRONG_PIPE_VERSION
7195         
7196
7197 Unsupported RPC pipe version.
7198
7199 0x0000076A
7200
7201 RPC_S_GROUP_MEMBER_NOT_FOUND
7202         
7203
7204 The group member was not found.
7205
7206 0x0000076B
7207
7208 EPT_S_CANT_CREATE
7209         
7210
7211 The endpoint mapper database entry could not be created.
7212
7213 0x0000076C
7214
7215 RPC_S_INVALID_OBJECT
7216         
7217
7218 The object UUID is the nil UUID.
7219
7220 0x0000076D
7221
7222 ERROR_INVALID_TIME
7223         
7224
7225 The specified time is invalid.
7226
7227 0x0000076E
7228
7229 ERROR_INVALID_FORM_NAME
7230         
7231
7232 The specified form name is invalid.
7233
7234 0x0000076F
7235
7236 ERROR_INVALID_FORM_SIZE
7237         
7238
7239 The specified form size is invalid.
7240
7241 0x00000770
7242
7243 ERROR_ALREADY_WAITING
7244         
7245
7246 The specified printer handle is already being waited on.
7247
7248 0x00000771
7249
7250 ERROR_PRINTER_DELETED
7251         
7252
7253 The specified printer has been deleted.
7254
7255 0x00000772
7256
7257 ERROR_INVALID_PRINTER_STATE
7258         
7259
7260 The state of the printer is invalid.
7261
7262 0x00000773
7263
7264 ERROR_PASSWORD_MUST_CHANGE
7265         
7266
7267 The user's password must be changed before logging on the first time.
7268
7269 0x00000774
7270
7271 ERROR_DOMAIN_CONTROLLER_NOT_FOUND
7272         
7273
7274 Could not find the domain controller for this domain.
7275
7276 0x00000775
7277
7278 ERROR_ACCOUNT_LOCKED_OUT
7279         
7280
7281 The referenced account is currently locked out and cannot be logged on to.
7282
7283 0x00000776
7284
7285 OR_INVALID_OXID
7286         
7287
7288 The object exporter specified was not found.
7289
7290 0x00000777
7291
7292 OR_INVALID_OID
7293         
7294
7295 The object specified was not found.
7296
7297 0x00000778
7298
7299 OR_INVALID_SET
7300         
7301
7302 The object set specified was not found.
7303
7304 0x00000779
7305
7306 RPC_S_SEND_INCOMPLETE
7307         
7308
7309 Some data remains to be sent in the request buffer.
7310
7311 0x0000077A
7312
7313 RPC_S_INVALID_ASYNC_HANDLE
7314         
7315
7316 Invalid asynchronous RPC handle.
7317
7318 0x0000077B
7319
7320 RPC_S_INVALID_ASYNC_CALL
7321         
7322
7323 Invalid asynchronous RPC call handle for this operation.
7324
7325 0x0000077C
7326
7327 RPC_X_PIPE_CLOSED
7328         
7329
7330 The RPC pipe object has already been closed.
7331
7332 0x0000077D
7333
7334 RPC_X_PIPE_DISCIPLINE_ERROR
7335         
7336
7337 The RPC call completed before all pipes were processed.
7338
7339 0x0000077E
7340
7341 RPC_X_PIPE_EMPTY
7342         
7343
7344 No more data is available from the RPC pipe.
7345
7346 0x0000077F
7347
7348 ERROR_NO_SITENAME
7349         
7350
7351 No site name is available for this machine.
7352
7353 0x00000780
7354
7355 ERROR_CANT_ACCESS_FILE
7356         
7357
7358 The file cannot be accessed by the system.
7359
7360 0x00000781
7361
7362 ERROR_CANT_RESOLVE_FILENAME
7363         
7364
7365 The name of the file cannot be resolved by the system.
7366
7367 0x00000782
7368
7369 RPC_S_ENTRY_TYPE_MISMATCH
7370         
7371
7372 The entry is not of the expected type.
7373
7374 0x00000783
7375
7376 RPC_S_NOT_ALL_OBJS_EXPORTED
7377         
7378
7379 Not all object UUIDs could be exported to the specified entry.
7380
7381 0x00000784
7382
7383 RPC_S_INTERFACE_NOT_EXPORTED
7384         
7385
7386 The interface could not be exported to the specified entry.
7387
7388 0x00000785
7389
7390 RPC_S_PROFILE_NOT_ADDED
7391         
7392
7393 The specified profile entry could not be added.
7394
7395 0x00000786
7396
7397 RPC_S_PRF_ELT_NOT_ADDED
7398         
7399
7400 The specified profile element could not be added.
7401
7402 0x00000787
7403
7404 RPC_S_PRF_ELT_NOT_REMOVED
7405         
7406
7407 The specified profile element could not be removed.
7408
7409 0x00000788
7410
7411 RPC_S_GRP_ELT_NOT_ADDED
7412         
7413
7414 The group element could not be added.
7415
7416 0x00000789
7417
7418 RPC_S_GRP_ELT_NOT_REMOVED
7419         
7420
7421 The group element could not be removed.
7422
7423 0x0000078A
7424
7425 ERROR_KM_DRIVER_BLOCKED
7426         
7427
7428 The printer driver is not compatible with a policy enabled on your computer that blocks Windows NT 4.0 operating system drivers.
7429
7430 0x0000078B
7431
7432 ERROR_CONTEXT_EXPIRED
7433         
7434
7435 The context has expired and can no longer be used.
7436
7437 0x0000078C
7438
7439 ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
7440         
7441
7442 The current user's delegated trust creation quota has been exceeded.
7443
7444 0x0000078D
7445
7446 ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
7447         
7448
7449 The total delegated trust creation quota has been exceeded.
7450
7451 0x0000078E
7452
7453 ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
7454         
7455
7456 The current user's delegated trust deletion quota has been exceeded.
7457
7458 0x0000078F
7459
7460 ERROR_AUTHENTICATION_FIREWALL_FAILED
7461         
7462
7463 Logon failure: The machine you are logging on to is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
7464
7465 0x00000790
7466
7467 ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
7468         
7469
7470 Remote connections to the Print Spooler are blocked by a policy set on your machine.
7471
7472 0x000007D0
7473
7474 ERROR_INVALID_PIXEL_FORMAT
7475         
7476
7477 The pixel format is invalid.
7478
7479 0x000007D1
7480
7481 ERROR_BAD_DRIVER
7482         
7483
7484 The specified driver is invalid.
7485
7486 0x000007D2
7487
7488 ERROR_INVALID_WINDOW_STYLE
7489         
7490
7491 The window style or class attribute is invalid for this operation.
7492
7493 0x000007D3
7494
7495 ERROR_METAFILE_NOT_SUPPORTED
7496         
7497
7498 The requested metafile operation is not supported.
7499
7500 0x000007D4
7501
7502 ERROR_TRANSFORM_NOT_SUPPORTED
7503         
7504
7505 The requested transformation operation is not supported.
7506
7507 0x000007D5
7508
7509 ERROR_CLIPPING_NOT_SUPPORTED
7510         
7511
7512 The requested clipping operation is not supported.
7513
7514 0x000007DA
7515
7516 ERROR_INVALID_CMM
7517         
7518
7519 The specified color management module is invalid.
7520
7521 0x000007DB
7522
7523 ERROR_INVALID_PROFILE
7524         
7525
7526 The specified color profile is invalid.
7527
7528 0x000007DC
7529
7530 ERROR_TAG_NOT_FOUND
7531         
7532
7533 The specified tag was not found.
7534
7535 0x000007DD
7536
7537 ERROR_TAG_NOT_PRESENT
7538         
7539
7540 A required tag is not present.
7541
7542 0x000007DE
7543
7544 ERROR_DUPLICATE_TAG
7545         
7546
7547 The specified tag is already present.
7548
7549 0x000007DF
7550
7551 ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
7552         
7553
7554 The specified color profile is not associated with any device.
7555
7556 0x000007E0
7557
7558 ERROR_PROFILE_NOT_FOUND
7559         
7560
7561 The specified color profile was not found.
7562
7563 0x000007E1
7564
7565 ERROR_INVALID_COLORSPACE
7566         
7567
7568 The specified color space is invalid.
7569
7570 0x000007E2
7571
7572 ERROR_ICM_NOT_ENABLED
7573         
7574
7575 Image Color Management is not enabled.
7576
7577 0x000007E3
7578
7579 ERROR_DELETING_ICM_XFORM
7580         
7581
7582 There was an error while deleting the color transform.
7583
7584 0x000007E4
7585
7586 ERROR_INVALID_TRANSFORM
7587         
7588
7589 The specified color transform is invalid.
7590
7591 0x000007E5
7592
7593 ERROR_COLORSPACE_MISMATCH
7594         
7595
7596 The specified transform does not match the bitmap's color space.
7597
7598 0x000007E6
7599
7600 ERROR_INVALID_COLORINDEX
7601         
7602
7603 The specified named color index is not present in the profile.
7604
7605 0x000007E7
7606
7607 ERROR_PROFILE_DOES_NOT_MATCH_DEVICE
7608         
7609
7610 The specified profile is intended for a device of a different type than the specified device.
7611
7612 0x00000836
7613
7614 NERR_NetNotStarted
7615         
7616
7617 The workstation driver is not installed.
7618
7619 0x00000837
7620
7621 NERR_UnknownServer
7622         
7623
7624 The server could not be located.
7625
7626 0x00000838
7627
7628 NERR_ShareMem
7629         
7630
7631 An internal error occurred. The network cannot access a shared memory segment.
7632
7633 0x00000839
7634
7635 NERR_NoNetworkResource
7636         
7637
7638 A network resource shortage occurred.
7639
7640 0x0000083A
7641
7642 NERR_RemoteOnly
7643         
7644
7645 This operation is not supported on workstations.
7646
7647 0x0000083B
7648
7649 NERR_DevNotRedirected
7650         
7651
7652 The device is not connected.
7653
7654 0x0000083C
7655
7656 ERROR_CONNECTED_OTHER_PASSWORD
7657         
7658
7659 The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
7660
7661 0x0000083D
7662
7663 ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
7664         
7665
7666 The network connection was made successfully using default credentials.
7667
7668 0x00000842
7669
7670 NERR_ServerNotStarted
7671         
7672
7673 The Server service is not started.
7674
7675 0x00000843
7676
7677 NERR_ItemNotFound
7678         
7679
7680 The queue is empty.
7681
7682 0x00000844
7683
7684 NERR_UnknownDevDir
7685         
7686
7687 The device or directory does not exist.
7688
7689 0x00000845
7690
7691 NERR_RedirectedPath
7692         
7693
7694 The operation is invalid on a redirected resource.
7695
7696 0x00000846
7697
7698 NERR_DuplicateShare
7699         
7700
7701 The name has already been shared.
7702
7703 0x00000847
7704
7705 NERR_NoRoom
7706         
7707
7708 The server is currently out of the requested resource.
7709
7710 0x00000849
7711
7712 NERR_TooManyItems
7713         
7714
7715 Requested addition of items exceeds the maximum allowed.
7716
7717 0x0000084A
7718
7719 NERR_InvalidMaxUsers
7720         
7721
7722 The Peer service supports only two simultaneous users.
7723
7724 0x0000084B
7725
7726 NERR_BufTooSmall
7727         
7728
7729 The API return buffer is too small.
7730
7731 0x0000084F
7732
7733 NERR_RemoteErr
7734         
7735
7736 A remote API error occurred.
7737
7738 0x00000853
7739
7740 NERR_LanmanIniError
7741         
7742
7743 An error occurred when opening or reading the configuration file.
7744
7745 0x00000858
7746
7747 NERR_NetworkError
7748         
7749
7750 A general network error occurred.
7751
7752 0x00000859
7753
7754 NERR_WkstaInconsistentState
7755         
7756
7757 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
7758
7759 0x0000085A
7760
7761 NERR_WkstaNotStarted
7762         
7763
7764 The Workstation service has not been started.
7765
7766 0x0000085B
7767
7768 NERR_BrowserNotStarted
7769         
7770
7771 The requested information is not available.
7772
7773 0x0000085C
7774
7775 NERR_InternalError
7776         
7777
7778 An internal error occurred.
7779
7780 0x0000085D
7781
7782 NERR_BadTransactConfig
7783         
7784
7785 The server is not configured for transactions.
7786
7787 0x0000085E
7788
7789 NERR_InvalidAPI
7790         
7791
7792 The requested API is not supported on the remote server.
7793
7794 0x0000085F
7795
7796 NERR_BadEventName
7797         
7798
7799 The event name is invalid.
7800
7801 0x00000860
7802
7803 NERR_DupNameReboot
7804         
7805
7806 The computer name already exists on the network. Change it and reboot the computer.
7807
7808 0x00000862
7809
7810 NERR_CfgCompNotFound
7811         
7812
7813 The specified component could not be found in the configuration information.
7814
7815 0x00000863
7816
7817 NERR_CfgParamNotFound
7818         
7819
7820 The specified parameter could not be found in the configuration information.
7821
7822 0x00000865
7823
7824 NERR_LineTooLong
7825         
7826
7827 A line in the configuration file is too long.
7828
7829 0x00000866
7830
7831 NERR_QNotFound
7832         
7833
7834 The printer does not exist.
7835
7836 0x00000867
7837
7838 NERR_JobNotFound
7839         
7840
7841 The print job does not exist.
7842
7843 0x00000868
7844
7845 NERR_DestNotFound
7846         
7847
7848 The printer destination cannot be found.
7849
7850 0x00000869
7851
7852 NERR_DestExists
7853         
7854
7855 The printer destination already exists.
7856
7857 0x0000086A
7858
7859 NERR_QExists
7860         
7861
7862 The print queue already exists.
7863
7864 0x0000086B
7865
7866 NERR_QNoRoom
7867         
7868
7869 No more printers can be added.
7870
7871 0x0000086C
7872
7873 NERR_JobNoRoom
7874         
7875
7876 No more print jobs can be added.
7877
7878 0x0000086D
7879
7880 NERR_DestNoRoom
7881         
7882
7883 No more printer destinations can be added.
7884
7885 0x0000086E
7886
7887 NERR_DestIdle
7888         
7889
7890 This printer destination is idle and cannot accept control operations.
7891
7892 0x0000086F
7893
7894 NERR_DestInvalidOp
7895         
7896
7897 This printer destination request contains an invalid control function.
7898
7899 0x00000870
7900
7901 NERR_ProcNoRespond
7902         
7903
7904 The print processor is not responding.
7905
7906 0x00000871
7907
7908 NERR_SpoolerNotLoaded
7909         
7910
7911 The spooler is not running.
7912
7913 0x00000872
7914
7915 NERR_DestInvalidState
7916         
7917
7918 This operation cannot be performed on the print destination in its current state.
7919
7920 0x00000873
7921
7922 NERR_QinvalidState
7923         
7924
7925 This operation cannot be performed on the print queue in its current state.
7926
7927 0x00000874
7928
7929 NERR_JobInvalidState
7930         
7931
7932 This operation cannot be performed on the print job in its current state.
7933
7934 0x00000875
7935
7936 NERR_SpoolNoMemory
7937         
7938
7939 A spooler memory allocation failure occurred.
7940
7941 0x00000876
7942
7943 NERR_DriverNotFound
7944         
7945
7946 The device driver does not exist.
7947
7948 0x00000877
7949
7950 NERR_DataTypeInvalid
7951         
7952
7953 The data type is not supported by the print processor.
7954
7955 0x00000878
7956
7957 NERR_ProcNotFound
7958         
7959
7960 The print processor is not installed.
7961
7962 0x00000884
7963
7964 NERR_ServiceTableLocked
7965         
7966
7967 The service database is locked.
7968
7969 0x00000885
7970
7971 NERR_ServiceTableFull
7972         
7973
7974 The service table is full.
7975
7976 0x00000886
7977
7978 NERR_ServiceInstalled
7979         
7980
7981 The requested service has already been started.
7982
7983 0x00000887
7984
7985 NERR_ServiceEntryLocked
7986         
7987
7988 The service does not respond to control actions.
7989
7990 0x00000888
7991
7992 NERR_ServiceNotInstalled
7993         
7994
7995 The service has not been started.
7996
7997 0x00000889
7998
7999 NERR_BadServiceName
8000         
8001
8002 The service name is invalid.
8003
8004 0x0000088A
8005
8006 NERR_ServiceCtlTimeout
8007         
8008
8009 The service is not responding to the control function.
8010
8011 0x0000088B
8012
8013 NERR_ServiceCtlBusy
8014         
8015
8016 The service control is busy.
8017
8018 0x0000088C
8019
8020 NERR_BadServiceProgName
8021         
8022
8023 The configuration file contains an invalid service program name.
8024
8025 0x0000088D
8026
8027 NERR_ServiceNotCtrl
8028         
8029
8030 The service could not be controlled in its present state.
8031
8032 0x0000088E
8033
8034 NERR_ServiceKillProc
8035         
8036
8037 The service ended abnormally.
8038
8039 0x0000088F
8040
8041 NERR_ServiceCtlNotValid
8042         
8043
8044 The requested pause or stop is not valid for this service.
8045
8046 0x00000890
8047
8048 NERR_NotInDispatchTbl
8049         
8050
8051 The service control dispatcher could not find the service name in the dispatch table.
8052
8053 0x00000891
8054
8055 NERR_BadControlRecv
8056         
8057
8058 The service control dispatcher pipe read failed.
8059
8060 0x00000892
8061
8062 NERR_ServiceNotStarting
8063         
8064
8065 A thread for the new service could not be created.
8066
8067 0x00000898
8068
8069 NERR_AlreadyLoggedOn
8070         
8071
8072 This workstation is already logged on to the LAN.
8073
8074 0x00000899
8075
8076 NERR_NotLoggedOn
8077         
8078
8079 The workstation is not logged on to the LAN.
8080
8081 0x0000089A
8082
8083 NERR_BadUsername
8084         
8085
8086 The user name or group name parameter is invalid.
8087
8088 0x0000089B
8089
8090 NERR_BadPassword
8091         
8092
8093 The password parameter is invalid.
8094
8095 0x0000089C
8096
8097 NERR_UnableToAddName_W
8098         
8099
8100 The logon processor did not add the message alias.
8101
8102 0x0000089D
8103
8104 NERR_UnableToAddName_F
8105         
8106
8107 The logon processor did not add the message alias.
8108
8109 0x0000089E
8110
8111 NERR_UnableToDelName_W
8112         
8113
8114 @W The logoff processor did not delete the message alias.
8115
8116 0x0000089F
8117
8118 NERR_UnableToDelName_F
8119         
8120
8121 The logoff processor did not delete the message alias.
8122
8123 0x000008A1
8124
8125 NERR_LogonsPaused
8126         
8127
8128 Network logons are paused.
8129
8130 0x000008A2
8131
8132 NERR_LogonServerConflict
8133         
8134
8135 A centralized logon server conflict occurred.
8136
8137 0x000008A3
8138
8139 NERR_LogonNoUserPath
8140         
8141
8142 The server is configured without a valid user path.
8143
8144 0x000008A4
8145
8146 NERR_LogonScriptError
8147         
8148
8149 An error occurred while loading or running the logon script.
8150
8151 0x000008A6
8152
8153 NERR_StandaloneLogon
8154         
8155
8156 The logon server was not specified. The computer will be logged on as STANDALONE.
8157
8158 0x000008A7
8159
8160 NERR_LogonServerNotFound
8161         
8162
8163 The logon server could not be found.
8164
8165 0x000008A8
8166
8167 NERR_LogonDomainExists
8168         
8169
8170 There is already a logon domain for this computer.
8171
8172 0x000008A9
8173
8174 NERR_NonValidatedLogon
8175         
8176
8177 The logon server could not validate the logon.
8178
8179 0x000008AB
8180
8181 NERR_ACFNotFound
8182         
8183
8184 The security database could not be found.
8185
8186 0x000008AC
8187
8188 NERR_GroupNotFound
8189         
8190
8191 The group name could not be found.
8192
8193 0x000008AD
8194
8195 NERR_UserNotFound
8196         
8197
8198 The user name could not be found.
8199
8200 0x000008AE
8201
8202 NERR_ResourceNotFound
8203         
8204
8205 The resource name could not be found.
8206
8207 0x000008AF
8208
8209 NERR_GroupExists
8210         
8211
8212 The group already exists.
8213
8214 0x000008B0
8215
8216 NERR_UserExists
8217         
8218
8219 The user account already exists.
8220
8221 0x000008B1
8222
8223 NERR_ResourceExists
8224         
8225
8226 The resource permission list already exists.
8227
8228 0x000008B2
8229
8230 NERR_NotPrimary
8231         
8232
8233 This operation is allowed only on the PDC of the domain.
8234
8235 0x000008B3
8236
8237 NERR_ACFNotLoaded
8238         
8239
8240 The security database has not been started.
8241
8242 0x000008B4
8243
8244 NERR_ACFNoRoom
8245         
8246
8247 There are too many names in the user accounts database.
8248
8249 0x000008B5
8250
8251 NERR_ACFFileIOFail
8252         
8253
8254 A disk I/O failure occurred.
8255
8256 0x000008B6
8257
8258 NERR_ACFTooManyLists
8259         
8260
8261 The limit of 64 entries per resource was exceeded.
8262
8263 0x000008B7
8264
8265 NERR_UserLogon
8266         
8267
8268 Deleting a user with a session is not allowed.
8269
8270 0x000008B8
8271
8272 NERR_ACFNoParent
8273         
8274
8275 The parent directory could not be located.
8276
8277 0x000008B9
8278
8279 NERR_CanNotGrowSegment
8280         
8281
8282 Unable to add to the security database session cache segment.
8283
8284 0x000008BA
8285
8286 NERR_SpeGroupOp
8287         
8288
8289 This operation is not allowed on this special group.
8290
8291 0x000008BB
8292
8293 NERR_NotInCache
8294         
8295
8296 This user is not cached in the user accounts database session cache.
8297
8298 0x000008BC
8299
8300 NERR_UserInGroup
8301         
8302
8303 The user already belongs to this group.
8304
8305 0x000008BD
8306
8307 NERR_UserNotInGroup
8308         
8309
8310 The user does not belong to this group.
8311
8312 0x000008BE
8313
8314 NERR_AccountUndefined
8315         
8316
8317 This user account is undefined.
8318
8319 0x000008BF
8320
8321 NERR_AccountExpired
8322         
8323
8324 This user account has expired.
8325
8326 0x000008C0
8327
8328 NERR_InvalidWorkstation
8329         
8330
8331 The user is not allowed to log on from this workstation.
8332
8333 0x000008C1
8334
8335 NERR_InvalidLogonHours
8336         
8337
8338 The user is not allowed to log on at this time.
8339
8340 0x000008C2
8341
8342 NERR_PasswordExpired
8343         
8344
8345 The password of this user has expired.
8346
8347 0x000008C3
8348
8349 NERR_PasswordCantChange
8350         
8351
8352 The password of this user cannot change.
8353
8354 0x000008C4
8355
8356 NERR_PasswordHistConflict
8357         
8358
8359 This password cannot be used now.
8360
8361 0x000008C5
8362
8363 NERR_PasswordTooShort
8364         
8365
8366 The password does not meet the password policy requirements. Check the minimum password length, password complexity, and password history requirements.
8367
8368 0x000008C6
8369
8370 NERR_PasswordTooRecent
8371         
8372
8373 The password of this user is too recent to change.
8374
8375 0x000008C7
8376
8377 NERR_InvalidDatabase
8378         
8379
8380 The security database is corrupted.
8381
8382 0x000008C8
8383
8384 NERR_DatabaseUpToDate
8385         
8386
8387 No updates are necessary to this replicant network or local security database.
8388
8389 0x000008C9
8390
8391 NERR_SyncRequired
8392         
8393
8394 This replicant database is outdated; synchronization is required.
8395
8396 0x000008CA
8397
8398 NERR_UseNotFound
8399         
8400
8401 The network connection could not be found.
8402
8403 0x000008CB
8404
8405 NERR_BadAsgType
8406         
8407
8408 This asg_type is invalid.
8409
8410 0x000008CC
8411
8412 NERR_DeviceIsShared
8413         
8414
8415 This device is currently being shared.
8416
8417 0x000008DE
8418
8419 NERR_NoComputerName
8420         
8421
8422 The computer name could not be added as a message alias. The name might already exist on the network.
8423
8424 0x000008DF
8425
8426 NERR_MsgAlreadyStarted
8427         
8428
8429 The Messenger service is already started.
8430
8431 0x000008E0
8432
8433 NERR_MsgInitFailed
8434         
8435
8436 The Messenger service failed to start.
8437
8438 0x000008E1
8439
8440 NERR_NameNotFound
8441         
8442
8443 The message alias could not be found on the network.
8444
8445 0x000008E2
8446
8447 NERR_AlreadyForwarded
8448         
8449
8450 This message alias has already been forwarded.
8451
8452 0x000008E3
8453
8454 NERR_AddForwarded
8455         
8456
8457 This message alias has been added but is still forwarded.
8458
8459 0x000008E4
8460
8461 NERR_AlreadyExists
8462         
8463
8464 This message alias already exists locally.
8465
8466 0x000008E5
8467
8468 NERR_TooManyNames
8469         
8470
8471 The maximum number of added message aliases has been exceeded.
8472
8473 0x000008E6
8474
8475 NERR_DelComputerName
8476         
8477
8478 The computer name could not be deleted.
8479
8480 0x000008E7
8481
8482 NERR_LocalForward
8483         
8484
8485 Messages cannot be forwarded back to the same workstation.
8486
8487 0x000008E8
8488
8489 NERR_GrpMsgProcessor
8490         
8491
8492 An error occurred in the domain message processor.
8493
8494 0x000008E9
8495
8496 NERR_PausedRemote
8497         
8498
8499 The message was sent, but the recipient has paused the Messenger service.
8500
8501 0x000008EA
8502
8503 NERR_BadReceive
8504         
8505
8506 The message was sent but not received.
8507
8508 0x000008EB
8509
8510 NERR_NameInUse
8511         
8512
8513 The message alias is currently in use. Try again later.
8514
8515 0x000008EC
8516
8517 NERR_MsgNotStarted
8518         
8519
8520 The Messenger service has not been started.
8521
8522 0x000008ED
8523
8524 NERR_NotLocalName
8525         
8526
8527 The name is not on the local computer.
8528
8529 0x000008EE
8530
8531 NERR_NoForwardName
8532         
8533
8534 The forwarded message alias could not be found on the network.
8535
8536 0x000008EF
8537
8538 NERR_RemoteFull
8539         
8540
8541 The message alias table on the remote station is full.
8542
8543 0x000008F0
8544
8545 NERR_NameNotForwarded
8546         
8547
8548 Messages for this alias are not currently being forwarded.
8549
8550 0x000008F1
8551
8552 NERR_TruncatedBroadcast
8553         
8554
8555 The broadcast message was truncated.
8556
8557 0x000008F6
8558
8559 NERR_InvalidDevice
8560         
8561
8562 This is an invalid device name.
8563
8564 0x000008F7
8565
8566 NERR_WriteFault
8567         
8568
8569 A write fault occurred.
8570
8571 0x000008F9
8572
8573 NERR_DuplicateName
8574         
8575
8576 A duplicate message alias exists on the network.
8577
8578 0x000008FA
8579
8580 NERR_DeleteLater
8581         
8582
8583 This message alias will be deleted later.
8584
8585 0x000008FB
8586
8587 NERR_IncompleteDel
8588         
8589
8590 The message alias was not successfully deleted from all networks.
8591
8592 0x000008FC
8593
8594 NERR_MultipleNets
8595         
8596
8597 This operation is not supported on computers with multiple networks.
8598
8599 0x00000906
8600
8601 NERR_NetNameNotFound
8602         
8603
8604 This shared resource does not exist.
8605
8606 0x00000907
8607
8608 NERR_DeviceNotShared
8609         
8610
8611 This device is not shared.
8612
8613 0x00000908
8614
8615 NERR_ClientNameNotFound
8616         
8617
8618 A session does not exist with that computer name.
8619
8620 0x0000090A
8621
8622 NERR_FileIdNotFound
8623         
8624
8625 There is not an open file with that identification number.
8626
8627 0x0000090B
8628
8629 NERR_ExecFailure
8630         
8631
8632 A failure occurred when executing a remote administration command.
8633
8634 0x0000090C
8635
8636 NERR_TmpFile
8637         
8638
8639 A failure occurred when opening a remote temporary file.
8640
8641 0x0000090D
8642
8643 NERR_TooMuchData
8644         
8645
8646 The data returned from a remote administration command has been truncated to 64 KB.
8647
8648 0x0000090E
8649
8650 NERR_DeviceShareConflict
8651         
8652
8653 This device cannot be shared as both a spooled and a nonspooled resource.
8654
8655 0x0000090F
8656
8657 NERR_BrowserTableIncomplete
8658         
8659
8660 The information in the list of servers might be incorrect.
8661
8662 0x00000910
8663
8664 NERR_NotLocalDomain
8665         
8666
8667 The computer is not active in this domain.
8668
8669 0x00000911
8670
8671 NERR_IsDfsShare
8672         
8673
8674 The share must be removed from the Distributed File System (DFS) before it can be deleted.
8675
8676 0x0000091B
8677
8678 NERR_DevInvalidOpCode
8679         
8680
8681 The operation is invalid for this device.
8682
8683 0x0000091C
8684
8685 NERR_DevNotFound
8686         
8687
8688 This device cannot be shared.
8689
8690 0x0000091D
8691
8692 NERR_DevNotOpen
8693         
8694
8695 This device was not open.
8696
8697 0x0000091E
8698
8699 NERR_BadQueueDevString
8700         
8701
8702 This device name list is invalid.
8703
8704 0x0000091F
8705
8706 NERR_BadQueuePriority
8707         
8708
8709 The queue priority is invalid.
8710
8711 0x00000921
8712
8713 NERR_NoCommDevs
8714         
8715
8716 There are no shared communication devices.
8717
8718 0x00000922
8719
8720 NERR_QueueNotFound
8721         
8722
8723 The queue you specified does not exist.
8724
8725 0x00000924
8726
8727 NERR_BadDevString
8728         
8729
8730 This list of devices is invalid.
8731
8732 0x00000925
8733
8734 NERR_BadDev
8735         
8736
8737 The requested device is invalid.
8738
8739 0x00000926
8740
8741 NERR_InUseBySpooler
8742         
8743
8744 This device is already in use by the spooler.
8745
8746 0x00000927
8747
8748 NERR_CommDevInUse
8749         
8750
8751 This device is already in use as a communication device.
8752
8753 0x0000092F
8754
8755 NERR_InvalidComputer
8756         
8757
8758 This computer name is invalid.
8759
8760 0x00000932
8761
8762 NERR_MaxLenExceeded
8763         
8764
8765 The string and prefix specified are too long.
8766
8767 0x00000934
8768
8769 NERR_BadComponent
8770         
8771
8772 This path component is invalid.
8773
8774 0x00000935
8775
8776 NERR_CantType
8777         
8778
8779 Could not determine the type of input.
8780
8781 0x0000093A
8782
8783 NERR_TooManyEntries
8784         
8785
8786 The buffer for types is not big enough.
8787
8788 0x00000942
8789
8790 NERR_ProfileFileTooBig
8791         
8792
8793 Profile files cannot exceed 64 KB.
8794
8795 0x00000943
8796
8797 NERR_ProfileOffset
8798         
8799
8800 The start offset is out of range.
8801
8802 0x00000944
8803
8804 NERR_ProfileCleanup
8805         
8806
8807 The system cannot delete current connections to network resources.
8808
8809 0x00000945
8810
8811 NERR_ProfileUnknownCmd
8812         
8813
8814 The system was unable to parse the command line in this file.
8815
8816 0x00000946
8817
8818 NERR_ProfileLoadErr
8819         
8820
8821 An error occurred while loading the profile file.
8822
8823 0x00000947
8824
8825 NERR_ProfileSaveErr
8826         
8827
8828 Errors occurred while saving the profile file. The profile was partially saved.
8829
8830 0x00000949
8831
8832 NERR_LogOverflow
8833         
8834
8835 Log file %1 is full.
8836
8837 0x0000094A
8838
8839 NERR_LogFileChanged
8840         
8841
8842 This log file has changed between reads.
8843
8844 0x0000094B
8845
8846 NERR_LogFileCorrupt
8847         
8848
8849 Log file %1 is corrupt.
8850
8851 0x0000094C
8852
8853 NERR_SourceIsDir
8854         
8855
8856 The source path cannot be a directory.
8857
8858 0x0000094D
8859
8860 NERR_BadSource
8861         
8862
8863 The source path is illegal.
8864
8865 0x0000094E
8866
8867 NERR_BadDest
8868         
8869
8870 The destination path is illegal.
8871
8872 0x0000094F
8873
8874 NERR_DifferentServers
8875         
8876
8877 The source and destination paths are on different servers.
8878
8879 0x00000951
8880
8881 NERR_RunSrvPaused
8882         
8883
8884 The Run server you requested is paused.
8885
8886 0x00000955
8887
8888 NERR_ErrCommRunSrv
8889         
8890
8891 An error occurred when communicating with a Run server.
8892
8893 0x00000957
8894
8895 NERR_ErrorExecingGhost
8896         
8897
8898 An error occurred when starting a background process.
8899
8900 0x00000958
8901
8902 NERR_ShareNotFound
8903         
8904
8905 The shared resource you are connected to could not be found.
8906
8907 0x00000960
8908
8909 NERR_InvalidLana
8910         
8911
8912 The LAN adapter number is invalid.
8913
8914 0x00000961
8915
8916 NERR_OpenFiles
8917         
8918
8919 There are open files on the connection.
8920
8921 0x00000962
8922
8923 NERR_ActiveConns
8924         
8925
8926 Active connections still exist.
8927
8928 0x00000963
8929
8930 NERR_BadPasswordCore
8931         
8932
8933 This share name or password is invalid.
8934
8935 0x00000964
8936
8937 NERR_DevInUse
8938         
8939
8940 The device is being accessed by an active process.
8941
8942 0x00000965
8943
8944 NERR_LocalDrive
8945         
8946
8947 The drive letter is in use locally.
8948
8949 0x0000097E
8950
8951 NERR_AlertExists
8952         
8953
8954 The specified client is already registered for the specified event.
8955
8956 0x0000097F
8957
8958 NERR_TooManyAlerts
8959         
8960
8961 The alert table is full.
8962
8963 0x00000980
8964
8965 NERR_NoSuchAlert
8966         
8967
8968 An invalid or nonexistent alert name was raised.
8969
8970 0x00000981
8971
8972 NERR_BadRecipient
8973         
8974
8975 The alert recipient is invalid.
8976
8977 0x00000982
8978
8979 NERR_AcctLimitExceeded
8980         
8981
8982 A user's session with this server has been deleted.
8983
8984 0x00000988
8985
8986 NERR_InvalidLogSeek
8987         
8988
8989 The log file does not contain the requested record number.
8990
8991 0x00000992
8992
8993 NERR_BadUasConfig
8994         
8995
8996 The user accounts database is not configured correctly.
8997
8998 0x00000993
8999
9000 NERR_InvalidUASOp
9001         
9002
9003 This operation is not permitted when the Net Logon service is running.
9004
9005 0x00000994
9006
9007 NERR_LastAdmin
9008         
9009
9010 This operation is not allowed on the last administrative account.
9011
9012 0x00000995
9013
9014 NERR_DCNotFound
9015         
9016
9017 Could not find the domain controller for this domain.
9018
9019 0x00000996
9020
9021 NERR_LogonTrackingError
9022         
9023
9024 Could not set logon information for this user.
9025
9026 0x00000997
9027
9028 NERR_NetlogonNotStarted
9029         
9030
9031 The Net Logon service has not been started.
9032
9033 0x00000998
9034
9035 NERR_CanNotGrowUASFile
9036         
9037
9038 Unable to add to the user accounts database.
9039
9040 0x00000999
9041
9042 NERR_TimeDiffAtDC
9043         
9044
9045 This server's clock is not synchronized with the PDC's clock.
9046
9047 0x0000099A
9048
9049 NERR_PasswordMismatch
9050         
9051
9052 A password mismatch has been detected.
9053
9054 0x0000099C
9055
9056 NERR_NoSuchServer
9057         
9058
9059 The server identification does not specify a valid server.
9060
9061 0x0000099D
9062
9063 NERR_NoSuchSession
9064         
9065
9066 The session identification does not specify a valid session.
9067
9068 0x0000099E
9069
9070 NERR_NoSuchConnection
9071         
9072
9073 The connection identification does not specify a valid connection.
9074
9075 0x0000099F
9076
9077 NERR_TooManyServers
9078         
9079
9080 There is no space for another entry in the table of available servers.
9081
9082 0x000009A0
9083
9084 NERR_TooManySessions
9085         
9086
9087 The server has reached the maximum number of sessions it supports.
9088
9089 0x000009A1
9090
9091 NERR_TooManyConnections
9092         
9093
9094 The server has reached the maximum number of connections it supports.
9095
9096 0x000009A2
9097
9098 NERR_TooManyFiles
9099         
9100
9101 The server cannot open more files because it has reached its maximum number.
9102
9103 0x000009A3
9104
9105 NERR_NoAlternateServers
9106         
9107
9108 There are no alternate servers registered on this server.
9109
9110 0x000009A6
9111
9112 NERR_TryDownLevel
9113         
9114
9115 Try the down-level (remote admin protocol) version of API instead.
9116
9117 0x000009B0
9118
9119 NERR_UPSDriverNotStarted
9120         
9121
9122 The uninterruptible power supply (UPS) driver could not be accessed by the UPS service.
9123
9124 0x000009B1
9125
9126 NERR_UPSInvalidConfig
9127         
9128
9129 The UPS service is not configured correctly.
9130
9131 0x000009B2
9132
9133 NERR_UPSInvalidCommPort
9134         
9135
9136 The UPS service could not access the specified Comm Port.
9137
9138 0x000009B3
9139
9140 NERR_UPSSignalAsserted
9141         
9142
9143 The UPS indicated a line fail or low battery situation. Service not started.
9144
9145 0x000009B4
9146
9147 NERR_UPSShutdownFailed
9148         
9149
9150 The UPS service failed to perform a system shut down.
9151
9152 0x000009C4
9153
9154 NERR_BadDosRetCode
9155         
9156
9157 The program below returned an MS-DOS error code.
9158
9159 0x000009C5
9160
9161 NERR_ProgNeedsExtraMem
9162         
9163
9164 The program below needs more memory.
9165
9166 0x000009C6
9167
9168 NERR_BadDosFunction
9169         
9170
9171 The program below called an unsupported MS-DOS function.
9172
9173 0x000009C7
9174
9175 NERR_RemoteBootFailed
9176         
9177
9178 The workstation failed to boot.
9179
9180 0x000009C8
9181
9182 NERR_BadFileCheckSum
9183         
9184
9185 The file below is corrupt.
9186
9187 0x000009C9
9188
9189 NERR_NoRplBootSystem
9190         
9191
9192 No loader is specified in the boot-block definition file.
9193
9194 0x000009CA
9195
9196 NERR_RplLoadrNetBiosErr
9197         
9198
9199 NetBIOS returned an error: The network control blocks (NCBs) and Server Message Block (SMB) are dumped above.
9200
9201 0x000009CB
9202
9203 NERR_RplLoadrDiskErr
9204         
9205
9206 A disk I/O error occurred.
9207
9208 0x000009CC
9209
9210 NERR_ImageParamErr
9211         
9212
9213 Image parameter substitution failed.
9214
9215 0x000009CD
9216
9217 NERR_TooManyImageParams
9218         
9219
9220 Too many image parameters cross disk sector boundaries.
9221
9222 0x000009CE
9223
9224 NERR_NonDosFloppyUsed
9225         
9226
9227 The image was not generated from an MS-DOS disk formatted with /S.
9228
9229 0x000009CF
9230
9231 NERR_RplBootRestart
9232         
9233
9234 Remote boot will be restarted later.
9235
9236 0x000009D0
9237
9238 NERR_RplSrvrCallFailed
9239         
9240
9241 The call to the Remoteboot server failed.
9242
9243 0x000009D1
9244
9245 NERR_CantConnectRplSrvr
9246         
9247
9248 Cannot connect to the Remoteboot server.
9249
9250 0x000009D2
9251
9252 NERR_CantOpenImageFile
9253         
9254
9255 Cannot open image file on the Remoteboot server.
9256
9257 0x000009D3
9258
9259 NERR_CallingRplSrvr
9260         
9261
9262 Connecting to the Remoteboot server.
9263
9264 0x000009D4
9265
9266 NERR_StartingRplBoot
9267         
9268
9269 Connecting to the Remoteboot server.
9270
9271 0x000009D5
9272
9273 NERR_RplBootServiceTerm
9274         
9275
9276 Remote boot service was stopped, check the error log for the cause of the problem.
9277
9278 0x000009D6
9279
9280 NERR_RplBootStartFailed
9281         
9282
9283 Remote boot startup failed; check the error log for the cause of the problem.
9284
9285 0x000009D7
9286
9287 NERR_RPL_CONNECTED
9288         
9289
9290 A second connection to a Remoteboot resource is not allowed.
9291
9292 0x000009F6
9293
9294 NERR_BrowserConfiguredToNotRun
9295         
9296
9297 The browser service was configured with MaintainServerList=No.
9298
9299 0x00000A32
9300
9301 NERR_RplNoAdaptersStarted
9302         
9303
9304 Service failed to start because none of the network adapters started with this service.
9305
9306 0x00000A33
9307
9308 NERR_RplBadRegistry
9309         
9310
9311 Service failed to start due to bad startup information in the registry.
9312
9313 0x00000A34
9314
9315 NERR_RplBadDatabase
9316         
9317
9318 Service failed to start because its database is absent or corrupt.
9319
9320 0x00000A35
9321
9322 NERR_RplRplfilesShare
9323         
9324
9325 Service failed to start because the RPLFILES share is absent.
9326
9327 0x00000A36
9328
9329 NERR_RplNotRplServer
9330         
9331
9332 Service failed to start because the RPLUSER group is absent.
9333
9334 0x00000A37
9335
9336 NERR_RplCannotEnum
9337         
9338
9339 Cannot enumerate service records.
9340
9341 0x00000A38
9342
9343 NERR_RplWkstaInfoCorrupted
9344         
9345
9346 Workstation record information has been corrupted.
9347
9348 0x00000A39
9349
9350 NERR_RplWkstaNotFound
9351         
9352
9353 Workstation record was not found.
9354
9355 0x00000A3A
9356
9357 NERR_RplWkstaNameUnavailable
9358         
9359
9360 Workstation name is in use by some other workstation.
9361
9362 0x00000A3B
9363
9364 NERR_RplProfileInfoCorrupted
9365         
9366
9367 Profile record information has been corrupted.
9368
9369 0x00000A3C
9370
9371 NERR_RplProfileNotFound
9372         
9373
9374 Profile record was not found.
9375
9376 0x00000A3D
9377
9378 NERR_RplProfileNameUnavailable
9379         
9380
9381 Profile name is in use by some other profile.
9382
9383 0x00000A3E
9384
9385 NERR_RplProfileNotEmpty
9386         
9387
9388 There are workstations using this profile.
9389
9390 0x00000A3F
9391
9392 NERR_RplConfigInfoCorrupted
9393         
9394
9395 Configuration record information has been corrupted.
9396
9397 0x00000A40
9398
9399 NERR_RplConfigNotFound
9400         
9401
9402 Configuration record was not found.
9403
9404 0x00000A41
9405
9406 NERR_RplAdapterInfoCorrupted
9407         
9408
9409 Adapter ID record information has been corrupted.
9410
9411 0x00000A42
9412
9413 NERR_RplInternal
9414         
9415
9416 An internal service error has occurred.
9417
9418 0x00000A43
9419
9420 NERR_RplVendorInfoCorrupted
9421         
9422
9423 Vendor ID record information has been corrupted.
9424
9425 0x00000A44
9426
9427 NERR_RplBootInfoCorrupted
9428         
9429
9430 Boot block record information has been corrupted.
9431
9432 0x00000A45
9433
9434 NERR_RplWkstaNeedsUserAcct
9435         
9436
9437 The user account for this workstation record is missing.
9438
9439 0x00000A46
9440
9441 NERR_RplNeedsRPLUSERAcct
9442         
9443
9444 The RPLUSER local group could not be found.
9445
9446 0x00000A47
9447
9448 NERR_RplBootNotFound
9449         
9450
9451 Boot block record was not found.
9452
9453 0x00000A48
9454
9455 NERR_RplIncompatibleProfile
9456         
9457
9458 Chosen profile is incompatible with this workstation.
9459
9460 0x00000A49
9461
9462 NERR_RplAdapterNameUnavailable
9463         
9464
9465 Chosen network adapter ID is in use by some other workstation.
9466
9467 0x00000A4A
9468
9469 NERR_RplConfigNotEmpty
9470         
9471
9472 There are profiles using this configuration.
9473
9474 0x00000A4B
9475
9476 NERR_RplBootInUse
9477         
9478
9479 There are workstations, profiles, or configurations using this boot block.
9480
9481 0x00000A4C
9482
9483 NERR_RplBackupDatabase
9484         
9485
9486 Service failed to back up the Remoteboot database.
9487
9488 0x00000A4D
9489
9490 NERR_RplAdapterNotFound
9491         
9492
9493 Adapter record was not found.
9494
9495 0x00000A4E
9496
9497 NERR_RplVendorNotFound
9498         
9499
9500 Vendor record was not found.
9501
9502 0x00000A4F
9503
9504 NERR_RplVendorNameUnavailable
9505         
9506
9507 Vendor name is in use by some other vendor record.
9508
9509 0x00000A50
9510
9511 NERR_RplBootNameUnavailable
9512         
9513
9514 The boot name or vendor ID is in use by some other boot block record.
9515
9516 0x00000A51
9517
9518 NERR_RplConfigNameUnavailable
9519         
9520
9521 The configuration name is in use by some other configuration.
9522
9523 0x00000A64
9524
9525 NERR_DfsInternalCorruption
9526         
9527
9528 The internal database maintained by the DFS service is corrupt.
9529
9530 0x00000A65
9531
9532 NERR_DfsVolumeDataCorrupt
9533         
9534
9535 One of the records in the internal DFS database is corrupt.
9536
9537 0x00000A66
9538
9539 NERR_DfsNoSuchVolume
9540         
9541
9542 There is no DFS name whose entry path matches the input entry path.
9543
9544 0x00000A67
9545
9546 NERR_DfsVolumeAlreadyExists
9547         
9548
9549 A root or link with the given name already exists.
9550
9551 0x00000A68
9552
9553 NERR_DfsAlreadyShared
9554         
9555
9556 The server share specified is already shared in the DFS.
9557
9558 0x00000A69
9559
9560 NERR_DfsNoSuchShare
9561         
9562
9563 The indicated server share does not support the indicated DFS namespace.
9564
9565 0x00000A6A
9566
9567 NERR_DfsNotALeafVolume
9568         
9569
9570 The operation is not valid in this portion of the namespace.
9571
9572 0x00000A6B
9573
9574 NERR_DfsLeafVolume
9575         
9576
9577 The operation is not valid in this portion of the namespace.
9578
9579 0x00000A6C
9580
9581 NERR_DfsVolumeHasMultipleServers
9582         
9583
9584 The operation is ambiguous because the link has multiple servers.
9585
9586 0x00000A6D
9587
9588 NERR_DfsCantCreateJunctionPoint
9589         
9590
9591 Unable to create a link.
9592
9593 0x00000A6E
9594
9595 NERR_DfsServerNotDfsAware
9596         
9597
9598 The server is not DFS-aware.
9599
9600 0x00000A6F
9601
9602 NERR_DfsBadRenamePath
9603         
9604
9605 The specified rename target path is invalid.
9606
9607 0x00000A70
9608
9609 NERR_DfsVolumeIsOffline
9610         
9611
9612 The specified DFS link is offline.
9613
9614 0x00000A71
9615
9616 NERR_DfsNoSuchServer
9617         
9618
9619 The specified server is not a server for this link.
9620
9621 0x00000A72
9622
9623 NERR_DfsCyclicalName
9624         
9625
9626 A cycle in the DFS name was detected.
9627
9628 0x00000A73
9629
9630 NERR_DfsNotSupportedInServerDfs
9631         
9632
9633 The operation is not supported on a server-based DFS.
9634
9635 0x00000A74
9636
9637 NERR_DfsDuplicateService
9638         
9639
9640 This link is already supported by the specified server share.
9641
9642 0x00000A75
9643
9644 NERR_DfsCantRemoveLastServerShare
9645         
9646
9647 Cannot remove the last server share supporting this root or link.
9648
9649 0x00000A76
9650
9651 NERR_DfsVolumeIsInterDfs
9652         
9653
9654 The operation is not supported for an inter-DFS link.
9655
9656 0x00000A77
9657
9658 NERR_DfsInconsistent
9659         
9660
9661 The internal state of the DFS Service has become inconsistent.
9662
9663 0x00000A78
9664
9665 NERR_DfsServerUpgraded
9666         
9667
9668 The DFS Service has been installed on the specified server.
9669
9670 0x00000A79
9671
9672 NERR_DfsDataIsIdentical
9673         
9674
9675 The DFS data being reconciled is identical.
9676
9677 0x00000A7A
9678
9679 NERR_DfsCantRemoveDfsRoot
9680         
9681
9682 The DFS root cannot be deleted. Uninstall DFS if required.
9683
9684 0x00000A7B
9685
9686 NERR_DfsChildOrParentInDfs
9687         
9688
9689 A child or parent directory of the share is already in a DFS.
9690
9691 0x00000A82
9692
9693 NERR_DfsInternalError
9694         
9695
9696 DFS internal error.
9697
9698 0x00000A83
9699
9700 NERR_SetupAlreadyJoined
9701         
9702
9703 This machine is already joined to a domain.
9704
9705 0x00000A84
9706
9707 NERR_SetupNotJoined
9708         
9709
9710 This machine is not currently joined to a domain.
9711
9712 0x00000A85
9713
9714 NERR_SetupDomainController
9715         
9716
9717 This machine is a domain controller and cannot be unjoined from a domain.
9718
9719 0x00000A86
9720
9721 NERR_DefaultJoinRequired
9722         
9723
9724 The destination domain controller does not support creating machine accounts in organizational units (OUs).
9725
9726 0x00000A87
9727
9728 NERR_InvalidWorkgroupName
9729         
9730
9731 The specified workgroup name is invalid.
9732
9733 0x00000A88
9734
9735 NERR_NameUsesIncompatibleCodePage
9736         
9737
9738 The specified computer name is incompatible with the default language used on the domain controller.
9739
9740 0x00000A89
9741
9742 NERR_ComputerAccountNotFound
9743         
9744
9745 The specified computer account could not be found.
9746
9747 0x00000A8A
9748
9749 NERR_PersonalSku
9750         
9751
9752 This version of Windows cannot be joined to a domain.
9753
9754 0x00000A8D
9755
9756 NERR_PasswordMustChange
9757         
9758
9759 The password must change at the next logon.
9760
9761 0x00000A8E
9762
9763 NERR_AccountLockedOut
9764         
9765
9766 The account is locked out.
9767
9768 0x00000A8F
9769
9770 NERR_PasswordTooLong
9771         
9772
9773 The password is too long.
9774
9775 0x00000A90
9776
9777 NERR_PasswordNotComplexEnough
9778         
9779
9780 The password does not meet the complexity policy.
9781
9782 0x00000A91
9783
9784 NERR_PasswordFilterError
9785         
9786
9787 The password does not meet the requirements of the password filter DLLs.
9788
9789 0x00000BB8
9790
9791 ERROR_UNKNOWN_PRINT_MONITOR
9792         
9793
9794 The specified print monitor is unknown.
9795
9796 0x00000BB9
9797
9798 ERROR_PRINTER_DRIVER_IN_USE
9799         
9800
9801 The specified printer driver is currently in use.
9802
9803 0x00000BBA
9804
9805 ERROR_SPOOL_FILE_NOT_FOUND
9806         
9807
9808 The spool file was not found.
9809
9810 0x00000BBB
9811
9812 ERROR_SPL_NO_STARTDOC
9813         
9814
9815 A StartDocPrinter call was not issued.
9816
9817 0x00000BBC
9818
9819 ERROR_SPL_NO_ADDJOB
9820         
9821
9822 An AddJob call was not issued.
9823
9824 0x00000BBD
9825
9826 ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
9827         
9828
9829 The specified print processor has already been installed.
9830
9831 0x00000BBE
9832
9833 ERROR_PRINT_MONITOR_ALREADY_INSTALLED
9834         
9835
9836 The specified print monitor has already been installed.
9837
9838 0x00000BBF
9839
9840 ERROR_INVALID_PRINT_MONITOR
9841         
9842
9843 The specified print monitor does not have the required functions.
9844
9845 0x00000BC0
9846
9847 ERROR_PRINT_MONITOR_IN_USE
9848         
9849
9850 The specified print monitor is currently in use.
9851
9852 0x00000BC1
9853
9854 ERROR_PRINTER_HAS_JOBS_QUEUED
9855         
9856
9857 The requested operation is not allowed when there are jobs queued to the printer.
9858
9859 0x00000BC2
9860
9861 ERROR_SUCCESS_REBOOT_REQUIRED
9862         
9863
9864 The requested operation is successful. Changes will not be effective until the system is rebooted.
9865
9866 0x00000BC3
9867
9868 ERROR_SUCCESS_RESTART_REQUIRED
9869         
9870
9871 The requested operation is successful. Changes will not be effective until the service is restarted.
9872
9873 0x00000BC4
9874
9875 ERROR_PRINTER_NOT_FOUND
9876         
9877
9878 No printers were found.
9879
9880 0x00000BC5
9881
9882 ERROR_PRINTER_DRIVER_WARNED
9883         
9884
9885 The printer driver is known to be unreliable.
9886
9887 0x00000BC6
9888
9889 ERROR_PRINTER_DRIVER_BLOCKED
9890         
9891
9892 The printer driver is known to harm the system.
9893
9894 0x00000BC7
9895
9896 ERROR_PRINTER_DRIVER_PACKAGE_IN_USE
9897         
9898
9899 The specified printer driver package is currently in use.
9900
9901 0x00000BC8
9902
9903 ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND
9904         
9905
9906 Unable to find a core driver package that is required by the printer driver package.
9907
9908 0x00000BC9
9909
9910 ERROR_FAIL_REBOOT_REQUIRED
9911         
9912
9913 The requested operation failed. A system reboot is required to roll back changes made.
9914
9915 0x00000BCA
9916
9917 ERROR_FAIL_REBOOT_INITIATED
9918         
9919
9920 The requested operation failed. A system reboot has been initiated to roll back changes made.
9921
9922 0x00000F6E
9923
9924 ERROR_IO_REISSUE_AS_CACHED
9925         
9926
9927 Reissue the given operation as a cached I/O operation.
9928
9929 0x00000FA0
9930
9931 ERROR_WINS_INTERNAL
9932         
9933
9934 Windows Internet Name Service (WINS) encountered an error while processing the command.
9935
9936 0x00000FA1
9937
9938 ERROR_CAN_NOT_DEL_LOCAL_WINS
9939         
9940
9941 The local WINS cannot be deleted.
9942
9943 0x00000FA2
9944
9945 ERROR_STATIC_INIT
9946         
9947
9948 The importation from the file failed.
9949
9950 0x00000FA3
9951
9952 ERROR_INC_BACKUP
9953         
9954
9955 The backup failed. Was a full backup done before?
9956
9957 0x00000FA4
9958
9959 ERROR_FULL_BACKUP
9960         
9961
9962 The backup failed. Check the directory to which you are backing the database.
9963
9964 0x00000FA5
9965
9966 ERROR_REC_NON_EXISTENT
9967         
9968
9969 The name does not exist in the WINS database.
9970
9971 0x00000FA6
9972
9973 ERROR_RPL_NOT_ALLOWED
9974         
9975
9976 Replication with a nonconfigured partner is not allowed.
9977
9978 0x00000FD2
9979
9980 PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED
9981         
9982
9983 The version of the supplied content information is not supported.
9984
9985 0x00000FD3
9986
9987 PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO
9988         
9989
9990 The supplied content information is malformed.
9991
9992 0x00000FD4
9993
9994 PEERDIST_ERROR_MISSING_DATA
9995         
9996
9997 The requested data cannot be found in local or peer caches.
9998
9999 0x00000FD5
10000
10001 PEERDIST_ERROR_NO_MORE
10002         
10003
10004 No more data is available or required.
10005
10006 0x00000FD6
10007
10008 PEERDIST_ERROR_NOT_INITIALIZED
10009         
10010
10011 The supplied object has not been initialized.
10012
10013 0x00000FD7
10014
10015 PEERDIST_ERROR_ALREADY_INITIALIZED
10016         
10017
10018 The supplied object has already been initialized.
10019
10020 0x00000FD8
10021
10022 PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS
10023         
10024
10025 A shutdown operation is already in progress.
10026
10027 0x00000FD9
10028
10029 PEERDIST_ERROR_INVALIDATED
10030         
10031
10032 The supplied object has already been invalidated.
10033
10034 0x00000FDA
10035
10036 PEERDIST_ERROR_ALREADY_EXISTS
10037         
10038
10039 An element already exists and was not replaced.
10040
10041 0x00000FDB
10042
10043 PEERDIST_ERROR_OPERATION_NOTFOUND
10044         
10045
10046 Cannot cancel the requested operation as it has already been completed.
10047
10048 0x00000FDC
10049
10050 PEERDIST_ERROR_ALREADY_COMPLETED
10051         
10052
10053 Cannot perform the requested operation because it has already been carried out.
10054
10055 0x00000FDD
10056
10057 PEERDIST_ERROR_OUT_OF_BOUNDS
10058         
10059
10060 An operation accessed data beyond the bounds of valid data.
10061
10062 0x00000FDE
10063
10064 PEERDIST_ERROR_VERSION_UNSUPPORTED
10065         
10066
10067 The requested version is not supported.
10068
10069 0x00000FDF
10070
10071 PEERDIST_ERROR_INVALID_CONFIGURATION
10072         
10073
10074 A configuration value is invalid.
10075
10076 0x00000FE0
10077
10078 PEERDIST_ERROR_NOT_LICENSED
10079         
10080
10081 The SKU is not licensed.
10082
10083 0x00000FE1
10084
10085 PEERDIST_ERROR_SERVICE_UNAVAILABLE
10086         
10087
10088 PeerDist Service is still initializing and will be available shortly.
10089
10090 0x00001004
10091
10092 ERROR_DHCP_ADDRESS_CONFLICT
10093         
10094
10095 The Dynamic Host Configuration Protocol (DHCP) client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
10096
10097 0x00001068
10098
10099 ERROR_WMI_GUID_NOT_FOUND
10100         
10101
10102 The GUID passed was not recognized as valid by a WMI data provider.
10103
10104 0x00001069
10105
10106 ERROR_WMI_INSTANCE_NOT_FOUND
10107         
10108
10109 The instance name passed was not recognized as valid by a WMI data provider.
10110
10111 0x0000106A
10112
10113 ERROR_WMI_ITEMID_NOT_FOUND
10114         
10115
10116 The data item ID passed was not recognized as valid by a WMI data provider.
10117
10118 0x0000106B
10119
10120 ERROR_WMI_TRY_AGAIN
10121         
10122
10123 The WMI request could not be completed and should be retried.
10124
10125 0x0000106C
10126
10127 ERROR_WMI_DP_NOT_FOUND
10128         
10129
10130 The WMI data provider could not be located.
10131
10132 0x0000106D
10133
10134 ERROR_WMI_UNRESOLVED_INSTANCE_REF
10135         
10136
10137 The WMI data provider references an instance set that has not been registered.
10138
10139 0x0000106E
10140
10141 ERROR_WMI_ALREADY_ENABLED
10142         
10143
10144 The WMI data block or event notification has already been enabled.
10145
10146 0x0000106F
10147
10148 ERROR_WMI_GUID_DISCONNECTED
10149         
10150
10151 The WMI data block is no longer available.
10152
10153 0x00001070
10154
10155 ERROR_WMI_SERVER_UNAVAILABLE
10156         
10157
10158 The WMI data service is not available.
10159
10160 0x00001071
10161
10162 ERROR_WMI_DP_FAILED
10163         
10164
10165 The WMI data provider failed to carry out the request.
10166
10167 0x00001072
10168
10169 ERROR_WMI_INVALID_MOF
10170         
10171
10172 The WMI Managed Object Format (MOF) information is not valid.
10173
10174 0x00001073
10175
10176 ERROR_WMI_INVALID_REGINFO
10177         
10178
10179 The WMI registration information is not valid.
10180
10181 0x00001074
10182
10183 ERROR_WMI_ALREADY_DISABLED
10184         
10185
10186 The WMI data block or event notification has already been disabled.
10187
10188 0x00001075
10189
10190 ERROR_WMI_READ_ONLY
10191         
10192
10193 The WMI data item or data block is read-only.
10194
10195 0x00001076
10196
10197 ERROR_WMI_SET_FAILURE
10198         
10199
10200 The WMI data item or data block could not be changed.
10201
10202 0x000010CC
10203
10204 ERROR_INVALID_MEDIA
10205         
10206
10207 The media identifier does not represent a valid medium.
10208
10209 0x000010CD
10210
10211 ERROR_INVALID_LIBRARY
10212         
10213
10214 The library identifier does not represent a valid library.
10215
10216 0x000010CE
10217
10218 ERROR_INVALID_MEDIA_POOL
10219         
10220
10221 The media pool identifier does not represent a valid media pool.
10222
10223 0x000010CF
10224
10225 ERROR_DRIVE_MEDIA_MISMATCH
10226         
10227
10228 The drive and medium are not compatible, or they exist in different libraries.
10229
10230 0x000010D0
10231
10232 ERROR_MEDIA_OFFLINE
10233         
10234
10235 The medium currently exists in an offline library and must be online to perform this operation.
10236
10237 0x000010D1
10238
10239 ERROR_LIBRARY_OFFLINE
10240         
10241
10242 The operation cannot be performed on an offline library.
10243
10244 0x000010D2
10245
10246 ERROR_EMPTY
10247         
10248
10249 The library, drive, or media pool is empty.
10250
10251 0x000010D3
10252
10253 ERROR_NOT_EMPTY
10254         
10255
10256 The library, drive, or media pool must be empty to perform this operation.
10257
10258 0x000010D4
10259
10260 ERROR_MEDIA_UNAVAILABLE
10261         
10262
10263 No media is currently available in this media pool or library.
10264
10265 0x000010D5
10266
10267 ERROR_RESOURCE_DISABLED
10268         
10269
10270 A resource required for this operation is disabled.
10271
10272 0x000010D6
10273
10274 ERROR_INVALID_CLEANER
10275         
10276
10277 The media identifier does not represent a valid cleaner.
10278
10279 0x000010D7
10280
10281 ERROR_UNABLE_TO_CLEAN
10282         
10283
10284 The drive cannot be cleaned or does not support cleaning.
10285
10286 0x000010D8
10287
10288 ERROR_OBJECT_NOT_FOUND
10289         
10290
10291 The object identifier does not represent a valid object.
10292
10293 0x000010D9
10294
10295 ERROR_DATABASE_FAILURE
10296         
10297
10298 Unable to read from or write to the database.
10299
10300 0x000010DA
10301
10302 ERROR_DATABASE_FULL
10303         
10304
10305 The database is full.
10306
10307 0x000010DB
10308
10309 ERROR_MEDIA_INCOMPATIBLE
10310         
10311
10312 The medium is not compatible with the device or media pool.
10313
10314 0x000010DC
10315
10316 ERROR_RESOURCE_NOT_PRESENT
10317         
10318
10319 The resource required for this operation does not exist.
10320
10321 0x000010DD
10322
10323 ERROR_INVALID_OPERATION
10324         
10325
10326 The operation identifier is not valid.
10327
10328 0x000010DE
10329
10330 ERROR_MEDIA_NOT_AVAILABLE
10331         
10332
10333 The media is not mounted or ready for use.
10334
10335 0x000010DF
10336
10337 ERROR_DEVICE_NOT_AVAILABLE
10338         
10339
10340 The device is not ready for use.
10341
10342 0x000010E0
10343
10344 ERROR_REQUEST_REFUSED
10345         
10346
10347 The operator or administrator has refused the request.
10348
10349 0x000010E1
10350
10351 ERROR_INVALID_DRIVE_OBJECT
10352         
10353
10354 The drive identifier does not represent a valid drive.
10355
10356 0x000010E2
10357
10358 ERROR_LIBRARY_FULL
10359         
10360
10361 Library is full. No slot is available for use.
10362
10363 0x000010E3
10364
10365 ERROR_MEDIUM_NOT_ACCESSIBLE
10366         
10367
10368 The transport cannot access the medium.
10369
10370 0x000010E4
10371
10372 ERROR_UNABLE_TO_LOAD_MEDIUM
10373         
10374
10375 Unable to load the medium into the drive.
10376
10377 0x000010E5
10378
10379 ERROR_UNABLE_TO_INVENTORY_DRIVE
10380         
10381
10382 Unable to retrieve the drive status.
10383
10384 0x000010E6
10385
10386 ERROR_UNABLE_TO_INVENTORY_SLOT
10387         
10388
10389 Unable to retrieve the slot status.
10390
10391 0x000010E7
10392
10393 ERROR_UNABLE_TO_INVENTORY_TRANSPORT
10394         
10395
10396 Unable to retrieve status about the transport.
10397
10398 0x000010E8
10399
10400 ERROR_TRANSPORT_FULL
10401         
10402
10403 Cannot use the transport because it is already in use.
10404
10405 0x000010E9
10406
10407 ERROR_CONTROLLING_IEPORT
10408         
10409
10410 Unable to open or close the inject/eject port.
10411
10412 0x000010EA
10413
10414 ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
10415         
10416
10417 Unable to eject the medium because it is in a drive.
10418
10419 0x000010EB
10420
10421 ERROR_CLEANER_SLOT_SET
10422         
10423
10424 A cleaner slot is already reserved.
10425
10426 0x000010EC
10427
10428 ERROR_CLEANER_SLOT_NOT_SET
10429         
10430
10431 A cleaner slot is not reserved.
10432
10433 0x000010ED
10434
10435 ERROR_CLEANER_CARTRIDGE_SPENT
10436         
10437
10438 The cleaner cartridge has performed the maximum number of drive cleanings.
10439
10440 0x000010EE
10441
10442 ERROR_UNEXPECTED_OMID
10443         
10444
10445 Unexpected on-medium identifier.
10446
10447 0x000010EF
10448
10449 ERROR_CANT_DELETE_LAST_ITEM
10450         
10451
10452 The last remaining item in this group or resource cannot be deleted.
10453
10454 0x000010F0
10455
10456 ERROR_MESSAGE_EXCEEDS_MAX_SIZE
10457         
10458
10459 The message provided exceeds the maximum size allowed for this parameter.
10460
10461 0x000010F1
10462
10463 ERROR_VOLUME_CONTAINS_SYS_FILES
10464         
10465
10466 The volume contains system or paging files.
10467
10468 0x000010F2
10469
10470 ERROR_INDIGENOUS_TYPE
10471         
10472
10473 The media type cannot be removed from this library because at least one drive in the library reports it can support this media type.
10474
10475 0x000010F3
10476
10477 ERROR_NO_SUPPORTING_DRIVES
10478         
10479
10480 This offline media cannot be mounted on this system because no enabled drives are present that can be used.
10481
10482 0x000010F4
10483
10484 ERROR_CLEANER_CARTRIDGE_INSTALLED
10485         
10486
10487 A cleaner cartridge is present in the tape library.
10488
10489 0x000010F5
10490
10491 ERROR_IEPORT_FULL
10492         
10493
10494 Cannot use the IEport because it is not empty.
10495
10496 0x000010FE
10497
10498 ERROR_FILE_OFFLINE
10499         
10500
10501 The remote storage service was not able to recall the file.
10502
10503 0x000010FF
10504
10505 ERROR_REMOTE_STORAGE_NOT_ACTIVE
10506         
10507
10508 The remote storage service is not operational at this time.
10509
10510 0x00001100
10511
10512 ERROR_REMOTE_STORAGE_MEDIA_ERROR
10513         
10514
10515 The remote storage service encountered a media error.
10516
10517 0x00001126
10518
10519 ERROR_NOT_A_REPARSE_POINT
10520         
10521
10522 The file or directory is not a reparse point.
10523
10524 0x00001127
10525
10526 ERROR_REPARSE_ATTRIBUTE_CONFLICT
10527         
10528
10529 The reparse point attribute cannot be set because it conflicts with an existing attribute.
10530
10531 0x00001128
10532
10533 ERROR_INVALID_REPARSE_DATA
10534         
10535
10536 The data present in the reparse point buffer is invalid.
10537
10538 0x00001129
10539
10540 ERROR_REPARSE_TAG_INVALID
10541         
10542
10543 The tag present in the reparse point buffer is invalid.
10544
10545 0x0000112A
10546
10547 ERROR_REPARSE_TAG_MISMATCH
10548         
10549
10550 There is a mismatch between the tag specified in the request and the tag present in the reparse point.
10551
10552 0x00001194
10553
10554 ERROR_VOLUME_NOT_SIS_ENABLED
10555         
10556
10557 Single Instance Storage (SIS) is not available on this volume.
10558
10559 0x00001389
10560
10561 ERROR_DEPENDENT_RESOURCE_EXISTS
10562         
10563
10564 The operation cannot be completed because other resources depend on this resource.
10565
10566 0x0000138A
10567
10568 ERROR_DEPENDENCY_NOT_FOUND
10569         
10570
10571 The cluster resource dependency cannot be found.
10572
10573 0x0000138B
10574
10575 ERROR_DEPENDENCY_ALREADY_EXISTS
10576         
10577
10578 The cluster resource cannot be made dependent on the specified resource because it is already dependent.
10579
10580 0x0000138C
10581
10582 ERROR_RESOURCE_NOT_ONLINE
10583         
10584
10585 The cluster resource is not online.
10586
10587 0x0000138D
10588
10589 ERROR_HOST_NODE_NOT_AVAILABLE
10590         
10591
10592 A cluster node is not available for this operation.
10593
10594 0x0000138E
10595
10596 ERROR_RESOURCE_NOT_AVAILABLE
10597         
10598
10599 The cluster resource is not available.
10600
10601 0x0000138F
10602
10603 ERROR_RESOURCE_NOT_FOUND
10604         
10605
10606 The cluster resource could not be found.
10607
10608 0x00001390
10609
10610 ERROR_SHUTDOWN_CLUSTER
10611         
10612
10613 The cluster is being shut down.
10614
10615 0x00001391
10616
10617 ERROR_CANT_EVICT_ACTIVE_NODE
10618         
10619
10620 A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
10621
10622 0x00001392
10623
10624 ERROR_OBJECT_ALREADY_EXISTS
10625         
10626
10627 The object already exists.
10628
10629 0x00001393
10630
10631 ERROR_OBJECT_IN_LIST
10632         
10633
10634 The object is already in the list.
10635
10636 0x00001394
10637
10638 ERROR_GROUP_NOT_AVAILABLE
10639         
10640
10641 The cluster group is not available for any new requests.
10642
10643 0x00001395
10644
10645 ERROR_GROUP_NOT_FOUND
10646         
10647
10648 The cluster group could not be found.
10649
10650 0x00001396
10651
10652 ERROR_GROUP_NOT_ONLINE
10653         
10654
10655 The operation could not be completed because the cluster group is not online.
10656
10657 0x00001397
10658
10659 ERROR_HOST_NODE_NOT_RESOURCE_OWNER
10660         
10661
10662 The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
10663
10664 0x00001398
10665
10666 ERROR_HOST_NODE_NOT_GROUP_OWNER
10667         
10668
10669 The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.
10670
10671 0x00001399
10672
10673 ERROR_RESMON_CREATE_FAILED
10674         
10675
10676 The cluster resource could not be created in the specified resource monitor.
10677
10678 0x0000139A
10679
10680 ERROR_RESMON_ONLINE_FAILED
10681         
10682
10683 The cluster resource could not be brought online by the resource monitor.
10684
10685 0x0000139B
10686
10687 ERROR_RESOURCE_ONLINE
10688         
10689
10690 The operation could not be completed because the cluster resource is online.
10691
10692 0x0000139C
10693
10694 ERROR_QUORUM_RESOURCE
10695         
10696
10697 The cluster resource could not be deleted or brought offline because it is the quorum resource.
10698
10699 0x0000139D
10700
10701 ERROR_NOT_QUORUM_CAPABLE
10702         
10703
10704 The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
10705
10706 0x0000139E
10707
10708 ERROR_CLUSTER_SHUTTING_DOWN
10709         
10710
10711 The cluster software is shutting down.
10712
10713 0x0000139F
10714
10715 ERROR_INVALID_STATE
10716         
10717
10718 The group or resource is not in the correct state to perform the requested operation.
10719
10720 0x000013A0
10721
10722 ERROR_RESOURCE_PROPERTIES_STORED
10723         
10724
10725 The properties were stored but not all changes will take effect until the next time the resource is brought online.
10726
10727 0x000013A1
10728
10729 ERROR_NOT_QUORUM_CLASS
10730         
10731
10732 The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
10733
10734 0x000013A2
10735
10736 ERROR_CORE_RESOURCE
10737         
10738
10739 The cluster resource could not be deleted because it is a core resource.
10740
10741 0x000013A3
10742
10743 ERROR_QUORUM_RESOURCE_ONLINE_FAILED
10744         
10745
10746 The quorum resource failed to come online.
10747
10748 0x000013A4
10749
10750 ERROR_QUORUMLOG_OPEN_FAILED
10751         
10752
10753 The quorum log could not be created or mounted successfully.
10754
10755 0x000013A5
10756
10757 ERROR_CLUSTERLOG_CORRUPT
10758         
10759
10760 The cluster log is corrupt.
10761
10762 0x000013A6
10763
10764 ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
10765         
10766
10767 The record could not be written to the cluster log because it exceeds the maximum size.
10768
10769 0x000013A7
10770
10771 ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
10772         
10773
10774 The cluster log exceeds its maximum size.
10775
10776 0x000013A8
10777
10778 ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
10779         
10780
10781 No checkpoint record was found in the cluster log.
10782
10783 0x000013A9
10784
10785 ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
10786         
10787
10788 The minimum required disk space needed for logging is not available.
10789
10790 0x000013AA
10791
10792 ERROR_QUORUM_OWNER_ALIVE
10793         
10794
10795 The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
10796
10797 0x000013AB
10798
10799 ERROR_NETWORK_NOT_AVAILABLE
10800         
10801
10802 A cluster network is not available for this operation.
10803
10804 0x000013AC
10805
10806 ERROR_NODE_NOT_AVAILABLE
10807         
10808
10809 A cluster node is not available for this operation.
10810
10811 0x000013AD
10812
10813 ERROR_ALL_NODES_NOT_AVAILABLE
10814         
10815
10816 All cluster nodes must be running to perform this operation.
10817
10818 0x000013AE
10819
10820 ERROR_RESOURCE_FAILED
10821         
10822
10823 A cluster resource failed.
10824
10825 0x000013AF
10826
10827 ERROR_CLUSTER_INVALID_NODE
10828         
10829
10830 The cluster node is not valid.
10831
10832 0x000013B0
10833
10834 ERROR_CLUSTER_NODE_EXISTS
10835         
10836
10837 The cluster node already exists.
10838
10839 0x000013B1
10840
10841 ERROR_CLUSTER_JOIN_IN_PROGRESS
10842         
10843
10844 A node is in the process of joining the cluster.
10845
10846 0x000013B2
10847
10848 ERROR_CLUSTER_NODE_NOT_FOUND
10849         
10850
10851 The cluster node was not found.
10852
10853 0x000013B3
10854
10855 ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
10856         
10857
10858 The cluster local node information was not found.
10859
10860 0x000013B4
10861
10862 ERROR_CLUSTER_NETWORK_EXISTS
10863         
10864
10865 The cluster network already exists.
10866
10867 0x000013B5
10868
10869 ERROR_CLUSTER_NETWORK_NOT_FOUND
10870         
10871
10872 The cluster network was not found.
10873
10874 0x000013B6
10875
10876 ERROR_CLUSTER_NETINTERFACE_EXISTS
10877         
10878
10879 The cluster network interface already exists.
10880
10881 0x000013B7
10882
10883 ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
10884         
10885
10886 The cluster network interface was not found.
10887
10888 0x000013B8
10889
10890 ERROR_CLUSTER_INVALID_REQUEST
10891         
10892
10893 The cluster request is not valid for this object.
10894
10895 0x000013B9
10896
10897 ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
10898         
10899
10900 The cluster network provider is not valid.
10901
10902 0x000013BA
10903
10904 ERROR_CLUSTER_NODE_DOWN
10905         
10906
10907 The cluster node is down.
10908
10909 0x000013BB
10910
10911 ERROR_CLUSTER_NODE_UNREACHABLE
10912         
10913
10914 The cluster node is not reachable.
10915
10916 0x000013BC
10917
10918 ERROR_CLUSTER_NODE_NOT_MEMBER
10919         
10920
10921 The cluster node is not a member of the cluster.
10922
10923 0x000013BD
10924
10925 ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
10926         
10927
10928 A cluster join operation is not in progress.
10929
10930 0x000013BE
10931
10932 ERROR_CLUSTER_INVALID_NETWORK
10933         
10934
10935 The cluster network is not valid.
10936
10937 0x000013C0
10938
10939 ERROR_CLUSTER_NODE_UP
10940         
10941
10942 The cluster node is up.
10943
10944 0x000013C1
10945
10946 ERROR_CLUSTER_IPADDR_IN_USE
10947         
10948
10949 The cluster IP address is already in use.
10950
10951 0x000013C2
10952
10953 ERROR_CLUSTER_NODE_NOT_PAUSED
10954         
10955
10956 The cluster node is not paused.
10957
10958 0x000013C3
10959
10960 ERROR_CLUSTER_NO_SECURITY_CONTEXT
10961         
10962
10963 No cluster security context is available.
10964
10965 0x000013C4
10966
10967 ERROR_CLUSTER_NETWORK_NOT_INTERNAL
10968         
10969
10970 The cluster network is not configured for internal cluster communication.
10971
10972 0x000013C5
10973
10974 ERROR_CLUSTER_NODE_ALREADY_UP
10975         
10976
10977 The cluster node is already up.
10978
10979 0x000013C6
10980
10981 ERROR_CLUSTER_NODE_ALREADY_DOWN
10982         
10983
10984 The cluster node is already down.
10985
10986 0x000013C7
10987
10988 ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
10989         
10990
10991 The cluster network is already online.
10992
10993 0x000013C8
10994
10995 ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
10996         
10997
10998 The cluster network is already offline.
10999
11000 0x000013C9
11001
11002 ERROR_CLUSTER_NODE_ALREADY_MEMBER
11003         
11004
11005 The cluster node is already a member of the cluster.
11006
11007 0x000013CA
11008
11009 ERROR_CLUSTER_LAST_INTERNAL_NETWORK
11010         
11011
11012 The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
11013
11014 0x000013CB
11015
11016 ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
11017         
11018
11019 One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
11020
11021 0x000013CC
11022
11023 ERROR_INVALID_OPERATION_ON_QUORUM
11024         
11025
11026 This operation cannot be performed on the cluster resource because it is the quorum resource. This quorum resource cannot be brought offline and its possible owners list cannot be modified.
11027
11028 0x000013CD
11029
11030 ERROR_DEPENDENCY_NOT_ALLOWED
11031         
11032
11033 The cluster quorum resource is not allowed to have any dependencies.
11034
11035 0x000013CE
11036
11037 ERROR_CLUSTER_NODE_PAUSED
11038         
11039
11040 The cluster node is paused.
11041
11042 0x000013CF
11043
11044 ERROR_NODE_CANT_HOST_RESOURCE
11045         
11046
11047 The cluster resource cannot be brought online. The owner node cannot run this resource.
11048
11049 0x000013D0
11050
11051 ERROR_CLUSTER_NODE_NOT_READY
11052         
11053
11054 The cluster node is not ready to perform the requested operation.
11055
11056 0x000013D1
11057
11058 ERROR_CLUSTER_NODE_SHUTTING_DOWN
11059         
11060
11061 The cluster node is shutting down.
11062
11063 0x000013D2
11064
11065 ERROR_CLUSTER_JOIN_ABORTED
11066         
11067
11068 The cluster join operation was aborted.
11069
11070 0x000013D3
11071
11072 ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
11073         
11074
11075 The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
11076
11077 0x000013D4
11078
11079 ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
11080         
11081
11082 This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
11083
11084 0x000013D5
11085
11086 ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
11087         
11088
11089 The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
11090
11091 0x000013D6
11092
11093 ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
11094         
11095
11096 The specified resource type was not found.
11097
11098 0x000013D7
11099
11100 ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
11101         
11102
11103 The specified node does not support a resource of this type. This might be due to version inconsistencies or due to the absence of the resource DLL on this node.
11104
11105 0x000013D8
11106
11107 ERROR_CLUSTER_RESNAME_NOT_FOUND
11108         
11109
11110 The specified resource name is not supported by this resource DLL. This might be due to a bad (or changed) name supplied to the resource DLL.
11111
11112 0x000013D9
11113
11114 ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
11115         
11116
11117 No authentication package could be registered with the RPC server.
11118
11119 0x000013DA
11120
11121 ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
11122         
11123
11124 You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
11125
11126 0x000013DB
11127
11128 ERROR_CLUSTER_DATABASE_SEQMISMATCH
11129         
11130
11131 The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This can happen during a join operation if the cluster database was changing during the join.
11132
11133 0x000013DC
11134
11135 ERROR_RESMON_INVALID_STATE
11136         
11137
11138 The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This can happen if the resource is in a pending state.
11139
11140 0x000013DD
11141
11142 ERROR_CLUSTER_GUM_NOT_LOCKER
11143         
11144
11145 A non-locker code received a request to reserve the lock for making global updates.
11146
11147 0x000013DE
11148
11149 ERROR_QUORUM_DISK_NOT_FOUND
11150         
11151
11152 The quorum disk could not be located by the cluster service.
11153
11154 0x000013DF
11155
11156 ERROR_DATABASE_BACKUP_CORRUPT
11157         
11158
11159 The backed-up cluster database is possibly corrupt.
11160
11161 0x000013E0
11162
11163 ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
11164         
11165
11166 A DFS root already exists in this cluster node.
11167
11168 0x000013E1
11169
11170 ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
11171         
11172
11173 An attempt to modify a resource property failed because it conflicts with another existing property.
11174
11175 0x00001702
11176
11177 ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
11178         
11179
11180 An operation was attempted that is incompatible with the current membership state of the node.
11181
11182 0x00001703
11183
11184 ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
11185         
11186
11187 The quorum resource does not contain the quorum log.
11188
11189 0x00001704
11190
11191 ERROR_CLUSTER_MEMBERSHIP_HALT
11192         
11193
11194 The membership engine requested shutdown of the cluster service on this node.
11195
11196 0x00001705
11197
11198 ERROR_CLUSTER_INSTANCE_ID_MISMATCH
11199         
11200
11201 The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
11202
11203 0x00001706
11204
11205 ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
11206         
11207
11208 A matching cluster network for the specified IP address could not be found.
11209
11210 0x00001707
11211
11212 ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
11213         
11214
11215 The actual data type of the property did not match the expected data type of the property.
11216
11217 0x00001708
11218
11219 ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
11220         
11221
11222 The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what clean-up steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
11223
11224 0x00001709
11225
11226 ERROR_CLUSTER_PARAMETER_MISMATCH
11227         
11228
11229 Two or more parameter values specified for a resource's properties are in conflict.
11230
11231 0x0000170A
11232
11233 ERROR_NODE_CANNOT_BE_CLUSTERED
11234         
11235
11236 This computer cannot be made a member of a cluster.
11237
11238 0x0000170B
11239
11240 ERROR_CLUSTER_WRONG_OS_VERSION
11241         
11242
11243 This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
11244
11245 0x0000170C
11246
11247 ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
11248         
11249
11250 A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
11251
11252 0x0000170D
11253
11254 ERROR_CLUSCFG_ALREADY_COMMITTED
11255         
11256
11257 The cluster configuration action has already been committed.
11258
11259 0x0000170E
11260
11261 ERROR_CLUSCFG_ROLLBACK_FAILED
11262         
11263
11264 The cluster configuration action could not be rolled back.
11265
11266 0x0000170F
11267
11268 ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
11269         
11270
11271 The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
11272
11273 0x00001710
11274
11275 ERROR_CLUSTER_OLD_VERSION
11276         
11277
11278 One or more nodes in the cluster are running a version of Windows that does not support this operation.
11279
11280 0x00001711
11281
11282 ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
11283         
11284
11285 The name of the corresponding computer account does not match the network name for this resource.
11286
11287 0x00001712
11288
11289 ERROR_CLUSTER_NO_NET_ADAPTERS
11290         
11291
11292 No network adapters are available.
11293
11294 0x00001713
11295
11296 ERROR_CLUSTER_POISONED
11297         
11298
11299 The cluster node has been poisoned.
11300
11301 0x00001714
11302
11303 ERROR_CLUSTER_GROUP_MOVING
11304         
11305
11306 The group is unable to accept the request because it is moving to another node.
11307
11308 0x00001715
11309
11310 ERROR_CLUSTER_RESOURCE_TYPE_BUSY
11311         
11312
11313 The resource type cannot accept the request because it is too busy performing another operation.
11314
11315 0x00001716
11316
11317 ERROR_RESOURCE_CALL_TIMED_OUT
11318         
11319
11320 The call to the cluster resource DLL timed out.
11321
11322 0x00001717
11323
11324 ERROR_INVALID_CLUSTER_IPV6_ADDRESS
11325         
11326
11327 The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.
11328
11329 0x00001718
11330
11331 ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION
11332         
11333
11334 An internal cluster error occurred. A call to an invalid function was attempted.
11335
11336 0x00001719
11337
11338 ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS
11339         
11340
11341 A parameter value is out of acceptable range.
11342
11343 0x0000171A
11344
11345 ERROR_CLUSTER_PARTIAL_SEND
11346         
11347
11348 A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
11349
11350 0x0000171B
11351
11352 ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION
11353         
11354
11355 An invalid cluster registry operation was attempted.
11356
11357 0x0000171C
11358
11359 ERROR_CLUSTER_INVALID_STRING_TERMINATION
11360         
11361
11362 An input string of characters is not properly terminated.
11363
11364 0x0000171D
11365
11366 ERROR_CLUSTER_INVALID_STRING_FORMAT
11367         
11368
11369 An input string of characters is not in a valid format for the data it represents.
11370
11371 0x0000171E
11372
11373 ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS
11374         
11375
11376 An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
11377
11378 0x0000171F
11379
11380 ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS
11381         
11382
11383 An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
11384
11385 0x00001720
11386
11387 ERROR_CLUSTER_NULL_DATA
11388         
11389
11390 An internal cluster error occurred. Data was not properly initialized.
11391
11392 0x00001721
11393
11394 ERROR_CLUSTER_PARTIAL_READ
11395         
11396
11397 An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
11398
11399 0x00001722
11400
11401 ERROR_CLUSTER_PARTIAL_WRITE
11402         
11403
11404 An error occurred while writing to a stream of data. The required number of bytes could not be written.
11405
11406 0x00001723
11407
11408 ERROR_CLUSTER_CANT_DESERIALIZE_DATA
11409         
11410
11411 An error occurred while deserializing a stream of cluster data.
11412
11413 0x00001724
11414
11415 ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT
11416         
11417
11418 One or more property values for this resource are in conflict with one or more property values associated with its dependent resources.
11419
11420 0x00001725
11421
11422 ERROR_CLUSTER_NO_QUORUM
11423         
11424
11425 A quorum of cluster nodes was not present to form a cluster.
11426
11427 0x00001726
11428
11429 ERROR_CLUSTER_INVALID_IPV6_NETWORK
11430         
11431
11432 The cluster network is not valid for an IPv6 address resource, or it does not match the configured address.
11433
11434 0x00001727
11435
11436 ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK
11437         
11438
11439 The cluster network is not valid for an IPv6 tunnel resource. Check the configuration of the IP Address resource on which the IPv6 tunnel resource depends.
11440
11441 0x00001728
11442
11443 ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP
11444         
11445
11446 Quorum resource cannot reside in the available storage group.
11447
11448 0x00001770
11449
11450 ERROR_ENCRYPTION_FAILED
11451         
11452
11453 The specified file could not be encrypted.
11454
11455 0x00001771
11456
11457 ERROR_DECRYPTION_FAILED
11458         
11459
11460 The specified file could not be decrypted.
11461
11462 0x00001772
11463
11464 ERROR_FILE_ENCRYPTED
11465         
11466
11467 The specified file is encrypted and the user does not have the ability to decrypt it.
11468
11469 0x00001773
11470
11471 ERROR_NO_RECOVERY_POLICY
11472         
11473
11474 There is no valid encryption recovery policy configured for this system.
11475
11476 0x00001774
11477
11478 ERROR_NO_EFS
11479         
11480
11481 The required encryption driver is not loaded for this system.
11482
11483 0x00001775
11484
11485 ERROR_WRONG_EFS
11486         
11487
11488 The file was encrypted with a different encryption driver than is currently loaded.
11489
11490 0x00001776
11491
11492 ERROR_NO_USER_KEYS
11493         
11494
11495 There are no Encrypting File System (EFS) keys defined for the user.
11496
11497 0x00001777
11498
11499 ERROR_FILE_NOT_ENCRYPTED
11500         
11501
11502 The specified file is not encrypted.
11503
11504 0x00001778
11505
11506 ERROR_NOT_EXPORT_FORMAT
11507         
11508
11509 The specified file is not in the defined EFS export format.
11510
11511 0x00001779
11512
11513 ERROR_FILE_READ_ONLY
11514         
11515
11516 The specified file is read-only.
11517
11518 0x0000177A
11519
11520 ERROR_DIR_EFS_DISALLOWED
11521         
11522
11523 The directory has been disabled for encryption.
11524
11525 0x0000177B
11526
11527 ERROR_EFS_SERVER_NOT_TRUSTED
11528         
11529
11530 The server is not trusted for remote encryption operation.
11531
11532 0x0000177C
11533
11534 ERROR_BAD_RECOVERY_POLICY
11535         
11536
11537 Recovery policy configured for this system contains invalid recovery certificate.
11538
11539 0x0000177D
11540
11541 ERROR_EFS_ALG_BLOB_TOO_BIG
11542         
11543
11544 The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
11545
11546 0x0000177E
11547
11548 ERROR_VOLUME_NOT_SUPPORT_EFS
11549         
11550
11551 The disk partition does not support file encryption.
11552
11553 0x0000177F
11554
11555 ERROR_EFS_DISABLED
11556         
11557
11558 This machine is disabled for file encryption.
11559
11560 0x00001780
11561
11562 ERROR_EFS_VERSION_NOT_SUPPORT
11563         
11564
11565 A newer system is required to decrypt this encrypted file.
11566
11567 0x00001781
11568
11569 ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
11570         
11571
11572 The remote server sent an invalid response for a file being opened with client-side encryption.
11573
11574 0x00001782
11575
11576 ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER
11577         
11578
11579 Client-side encryption is not supported by the remote server even though it claims to support it.
11580
11581 0x00001783
11582
11583 ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
11584         
11585
11586 File is encrypted and should be opened in client-side encryption mode.
11587
11588 0x00001784
11589
11590 ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
11591         
11592
11593 A new encrypted file is being created and a $EFS needs to be provided.
11594
11595 0x00001785
11596
11597 ERROR_CS_ENCRYPTION_FILE_NOT_CSE
11598         
11599
11600 The SMB client requested a client-side extension (CSE) file system control (FSCTL) on a non-CSE file.
11601
11602 0x000017E6
11603
11604 ERROR_NO_BROWSER_SERVERS_FOUND
11605         
11606
11607 The list of servers for this workgroup is not currently available
11608
11609 0x00001838
11610
11611 SCHED_E_SERVICE_NOT_LOCALSYSTEM
11612         
11613
11614 The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks can be configured to run in other accounts.
11615
11616 0x000019C8
11617
11618 ERROR_LOG_SECTOR_INVALID
11619         
11620
11621 The log service encountered an invalid log sector.
11622
11623 0x000019C9
11624
11625 ERROR_LOG_SECTOR_PARITY_INVALID
11626         
11627
11628 The log service encountered a log sector with invalid block parity.
11629
11630 0x000019CA
11631
11632 ERROR_LOG_SECTOR_REMAPPED
11633         
11634
11635 The log service encountered a remapped log sector.
11636
11637 0x000019CB
11638
11639 ERROR_LOG_BLOCK_INCOMPLETE
11640         
11641
11642 The log service encountered a partial or incomplete log block.
11643
11644 0x000019CC
11645
11646 ERROR_LOG_INVALID_RANGE
11647         
11648
11649 The log service encountered an attempt to access data outside the active log range.
11650
11651 0x000019CD
11652
11653 ERROR_LOG_BLOCKS_EXHAUSTED
11654         
11655
11656 The log service user marshaling buffers are exhausted.
11657
11658 0x000019CE
11659
11660 ERROR_LOG_READ_CONTEXT_INVALID
11661         
11662
11663 The log service encountered an attempt to read from a marshaling area with an invalid read context.
11664
11665 0x000019CF
11666
11667 ERROR_LOG_RESTART_INVALID
11668         
11669
11670 The log service encountered an invalid log restart area.
11671
11672 0x000019D0
11673
11674 ERROR_LOG_BLOCK_VERSION
11675         
11676
11677 The log service encountered an invalid log block version.
11678
11679 0x000019D1
11680
11681 ERROR_LOG_BLOCK_INVALID
11682         
11683
11684 The log service encountered an invalid log block.
11685
11686 0x000019D2
11687
11688 ERROR_LOG_READ_MODE_INVALID
11689         
11690
11691 The log service encountered an attempt to read the log with an invalid read mode.
11692
11693 0x000019D3
11694
11695 ERROR_LOG_NO_RESTART
11696         
11697
11698 The log service encountered a log stream with no restart area.
11699
11700 0x000019D4
11701
11702 ERROR_LOG_METADATA_CORRUPT
11703         
11704
11705 The log service encountered a corrupted metadata file.
11706
11707 0x000019D5
11708
11709 ERROR_LOG_METADATA_INVALID
11710         
11711
11712 The log service encountered a metadata file that could not be created by the log file system.
11713
11714 0x000019D6
11715
11716 ERROR_LOG_METADATA_INCONSISTENT
11717         
11718
11719 The log service encountered a metadata file with inconsistent data.
11720
11721 0x000019D7
11722
11723 ERROR_LOG_RESERVATION_INVALID
11724         
11725
11726 The log service encountered an attempt to erroneous allocate or dispose reservation space.
11727
11728 0x000019D8
11729
11730 ERROR_LOG_CANT_DELETE
11731         
11732
11733 The log service cannot delete a log file or file system container.
11734
11735 0x000019D9
11736
11737 ERROR_LOG_CONTAINER_LIMIT_EXCEEDED
11738         
11739
11740 The log service has reached the maximum allowable containers allocated to a log file.
11741
11742 0x000019DA
11743
11744 ERROR_LOG_START_OF_LOG
11745         
11746
11747 The log service has attempted to read or write backward past the start of the log.
11748
11749 0x000019DB
11750
11751 ERROR_LOG_POLICY_ALREADY_INSTALLED
11752         
11753
11754 The log policy could not be installed because a policy of the same type is already present.
11755
11756 0x000019DC
11757
11758 ERROR_LOG_POLICY_NOT_INSTALLED
11759         
11760
11761 The log policy in question was not installed at the time of the request.
11762
11763 0x000019DD
11764
11765 ERROR_LOG_POLICY_INVALID
11766         
11767
11768 The installed set of policies on the log is invalid.
11769
11770 0x000019DE
11771
11772 ERROR_LOG_POLICY_CONFLICT
11773         
11774
11775 A policy on the log in question prevented the operation from completing.
11776
11777 0x000019DF
11778
11779 ERROR_LOG_PINNED_ARCHIVE_TAIL
11780         
11781
11782 Log space cannot be reclaimed because the log is pinned by the archive tail.
11783
11784 0x000019E0
11785
11786 ERROR_LOG_RECORD_NONEXISTENT
11787         
11788
11789 The log record is not a record in the log file.
11790
11791 0x000019E1
11792
11793 ERROR_LOG_RECORDS_RESERVED_INVALID
11794         
11795
11796 The number of reserved log records or the adjustment of the number of reserved log records is invalid.
11797
11798 0x000019E2
11799
11800 ERROR_LOG_SPACE_RESERVED_INVALID
11801         
11802
11803 The reserved log space or the adjustment of the log space is invalid.
11804
11805 0x000019E3
11806
11807 ERROR_LOG_TAIL_INVALID
11808         
11809
11810 A new or existing archive tail or base of the active log is invalid.
11811
11812 0x000019E4
11813
11814 ERROR_LOG_FULL
11815         
11816
11817 The log space is exhausted.
11818
11819 0x000019E5
11820
11821 ERROR_COULD_NOT_RESIZE_LOG
11822         
11823
11824 The log could not be set to the requested size.
11825
11826 0x000019E6
11827
11828 ERROR_LOG_MULTIPLEXED
11829         
11830
11831 The log is multiplexed; no direct writes to the physical log are allowed.
11832
11833 0x000019E7
11834
11835 ERROR_LOG_DEDICATED
11836         
11837
11838 The operation failed because the log is a dedicated log.
11839
11840 0x000019E8
11841
11842 ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS
11843         
11844
11845 The operation requires an archive context.
11846
11847 0x000019E9
11848
11849 ERROR_LOG_ARCHIVE_IN_PROGRESS
11850         
11851
11852 Log archival is in progress.
11853
11854 0x000019EA
11855
11856 ERROR_LOG_EPHEMERAL
11857         
11858
11859 The operation requires a non-ephemeral log, but the log is ephemeral.
11860
11861 0x000019EB
11862
11863 ERROR_LOG_NOT_ENOUGH_CONTAINERS
11864         
11865
11866 The log must have at least two containers before it can be read from or written to.
11867
11868 0x000019EC
11869
11870 ERROR_LOG_CLIENT_ALREADY_REGISTERED
11871         
11872
11873 A log client has already registered on the stream.
11874
11875 0x000019ED
11876
11877 ERROR_LOG_CLIENT_NOT_REGISTERED
11878         
11879
11880 A log client has not been registered on the stream.
11881
11882 0x000019EE
11883
11884 ERROR_LOG_FULL_HANDLER_IN_PROGRESS
11885         
11886
11887 A request has already been made to handle the log full condition.
11888
11889 0x000019EF
11890
11891 ERROR_LOG_CONTAINER_READ_FAILED
11892         
11893
11894 The log service encountered an error when attempting to read from a log container.
11895
11896 0x000019F0
11897
11898 ERROR_LOG_CONTAINER_WRITE_FAILED
11899         
11900
11901 The log service encountered an error when attempting to write to a log container.
11902
11903 0x000019F1
11904
11905 ERROR_LOG_CONTAINER_OPEN_FAILED
11906         
11907
11908 The log service encountered an error when attempting to open a log container.
11909
11910 0x000019F2
11911
11912 ERROR_LOG_CONTAINER_STATE_INVALID
11913         
11914
11915 The log service encountered an invalid container state when attempting a requested action.
11916
11917 0x000019F3
11918
11919 ERROR_LOG_STATE_INVALID
11920         
11921
11922 The log service is not in the correct state to perform a requested action.
11923
11924 0x000019F4
11925
11926 ERROR_LOG_PINNED
11927         
11928
11929 The log space cannot be reclaimed because the log is pinned.
11930
11931 0x000019F5
11932
11933 ERROR_LOG_METADATA_FLUSH_FAILED
11934         
11935
11936 The log metadata flush failed.
11937
11938 0x000019F6
11939
11940 ERROR_LOG_INCONSISTENT_SECURITY
11941         
11942
11943 Security on the log and its containers is inconsistent.
11944
11945 0x000019F7
11946
11947 ERROR_LOG_APPENDED_FLUSH_FAILED
11948         
11949
11950 Records were appended to the log or reservation changes were made, but the log could not be flushed.
11951
11952 0x000019F8
11953
11954 ERROR_LOG_PINNED_RESERVATION
11955         
11956
11957 The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
11958
11959 0x00001A2C
11960
11961 ERROR_INVALID_TRANSACTION
11962         
11963
11964 The transaction handle associated with this operation is not valid.
11965
11966 0x00001A2D
11967
11968 ERROR_TRANSACTION_NOT_ACTIVE
11969         
11970
11971 The requested operation was made in the context of a transaction that is no longer active.
11972
11973 0x00001A2E
11974
11975 ERROR_TRANSACTION_REQUEST_NOT_VALID
11976         
11977
11978 The requested operation is not valid on the transaction object in its current state.
11979
11980 0x00001A2F
11981
11982 ERROR_TRANSACTION_NOT_REQUESTED
11983         
11984
11985 The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.
11986
11987 0x00001A30
11988
11989 ERROR_TRANSACTION_ALREADY_ABORTED
11990         
11991
11992 It is too late to perform the requested operation because the transaction has already been aborted.
11993
11994 0x00001A31
11995
11996 ERROR_TRANSACTION_ALREADY_COMMITTED
11997         
11998
11999 It is too late to perform the requested operation because the transaction has already been committed.
12000
12001 0x00001A32
12002
12003 ERROR_TM_INITIALIZATION_FAILED
12004         
12005
12006 The transaction manager was unable to be successfully initialized. Transacted operations are not supported.
12007
12008 0x00001A33
12009
12010 ERROR_RESOURCEMANAGER_READ_ONLY
12011         
12012
12013 The specified resource manager made no changes or updates to the resource under this transaction.
12014
12015 0x00001A34
12016
12017 ERROR_TRANSACTION_NOT_JOINED
12018         
12019
12020 The resource manager has attempted to prepare a transaction that it has not successfully joined.
12021
12022 0x00001A35
12023
12024 ERROR_TRANSACTION_SUPERIOR_EXISTS
12025         
12026
12027 The transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.
12028
12029 0x00001A36
12030
12031 ERROR_CRM_PROTOCOL_ALREADY_EXISTS
12032         
12033
12034 The resource manager tried to register a protocol that already exists.
12035
12036 0x00001A37
12037
12038 ERROR_TRANSACTION_PROPAGATION_FAILED
12039         
12040
12041 The attempt to propagate the transaction failed.
12042
12043 0x00001A38
12044
12045 ERROR_CRM_PROTOCOL_NOT_FOUND
12046         
12047
12048 The requested propagation protocol was not registered as a CRM.
12049
12050 0x00001A39
12051
12052 ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER
12053         
12054
12055 The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
12056
12057 0x00001A3A
12058
12059 ERROR_CURRENT_TRANSACTION_NOT_VALID
12060         
12061
12062 The current transaction context associated with the thread is not a valid handle to a transaction object.
12063
12064 0x00001A3B
12065
12066 ERROR_TRANSACTION_NOT_FOUND
12067         
12068
12069 The specified transaction object could not be opened because it was not found.
12070
12071 0x00001A3C
12072
12073 ERROR_RESOURCEMANAGER_NOT_FOUND
12074         
12075
12076 The specified resource manager object could not be opened because it was not found.
12077
12078 0x00001A3D
12079
12080 ERROR_ENLISTMENT_NOT_FOUND
12081         
12082
12083 The specified enlistment object could not be opened because it was not found.
12084
12085 0x00001A3E
12086
12087 ERROR_TRANSACTIONMANAGER_NOT_FOUND
12088         
12089
12090 The specified transaction manager object could not be opened because it was not found.
12091
12092 0x00001A3F
12093
12094 ERROR_TRANSACTIONMANAGER_NOT_ONLINE
12095         
12096
12097 The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.
12098
12099 0x00001A40
12100
12101 ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION
12102         
12103
12104 The specified transaction manager was unable to create the objects contained in its log file in the ObjectB namespace. Therefore, the transaction manager was unable to recover.
12105
12106 0x00001A90
12107
12108 ERROR_TRANSACTIONAL_CONFLICT
12109         
12110
12111 The function attempted to use a name that is reserved for use by another transaction.
12112
12113 0x00001A91
12114
12115 ERROR_RM_NOT_ACTIVE
12116         
12117
12118 Transaction support within the specified file system resource manager is not started or was shut down due to an error.
12119
12120 0x00001A92
12121
12122 ERROR_RM_METADATA_CORRUPT
12123         
12124
12125 The metadata of the resource manager has been corrupted. The resource manager will not function.
12126
12127 0x00001A93
12128
12129 ERROR_DIRECTORY_NOT_RM
12130         
12131
12132 The specified directory does not contain a resource manager.
12133
12134 0x00001A95
12135
12136 ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE
12137         
12138
12139 The remote server or share does not support transacted file operations.
12140
12141 0x00001A96
12142
12143 ERROR_LOG_RESIZE_INVALID_SIZE
12144         
12145
12146 The requested log size is invalid.
12147
12148 0x00001A97
12149
12150 ERROR_OBJECT_NO_LONGER_EXISTS
12151         
12152
12153 The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.
12154
12155 0x00001A98
12156
12157 ERROR_STREAM_MINIVERSION_NOT_FOUND
12158         
12159
12160 The specified file miniversion was not found for this transacted file open.
12161
12162 0x00001A99
12163
12164 ERROR_STREAM_MINIVERSION_NOT_VALID
12165         
12166
12167 The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.
12168
12169 0x00001A9A
12170
12171 ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION
12172         
12173
12174 A miniversion can only be opened in the context of the transaction that created it.
12175
12176 0x00001A9B
12177
12178 ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT
12179         
12180
12181 It is not possible to open a miniversion with modify access.
12182
12183 0x00001A9C
12184
12185 ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS
12186         
12187
12188 It is not possible to create any more miniversions for this stream.
12189
12190 0x00001A9E
12191
12192 ERROR_REMOTE_FILE_VERSION_MISMATCH
12193         
12194
12195 The remote server sent mismatching version numbers or FID for a file opened with transactions.
12196
12197 0x00001A9F
12198
12199 ERROR_HANDLE_NO_LONGER_VALID
12200         
12201
12202 The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file, or an open handle when the transaction ended or rolled back to savepoint.
12203
12204 0x00001AA0
12205
12206 ERROR_NO_TXF_METADATA
12207         
12208
12209 There is no transaction metadata on the file.
12210
12211 0x00001AA1
12212
12213 ERROR_LOG_CORRUPTION_DETECTED
12214         
12215
12216 The log data is corrupt.
12217
12218 0x00001AA2
12219
12220 ERROR_CANT_RECOVER_WITH_HANDLE_OPEN
12221         
12222
12223 The file cannot be recovered because a handle is still open on it.
12224
12225 0x00001AA3
12226
12227 ERROR_RM_DISCONNECTED
12228         
12229
12230 The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
12231
12232 0x00001AA4
12233
12234 ERROR_ENLISTMENT_NOT_SUPERIOR
12235         
12236
12237 The request was rejected because the enlistment in question is not a superior enlistment.
12238
12239 0x00001AA5
12240
12241 ERROR_RECOVERY_NOT_NEEDED
12242         
12243
12244 The transactional resource manager is already consistent. Recovery is not needed.
12245
12246 0x00001AA6
12247
12248 ERROR_RM_ALREADY_STARTED
12249         
12250
12251 The transactional resource manager has already been started.
12252
12253 0x00001AA7
12254
12255 ERROR_FILE_IDENTITY_NOT_PERSISTENT
12256         
12257
12258 The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
12259
12260 0x00001AA8
12261
12262 ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY
12263         
12264
12265 The operation cannot be performed because another transaction is depending on the fact that this property will not change.
12266
12267 0x00001AA9
12268
12269 ERROR_CANT_CROSS_RM_BOUNDARY
12270         
12271
12272 The operation would involve a single file with two transactional resource managers and is therefore not allowed.
12273
12274 0x00001AAA
12275
12276 ERROR_TXF_DIR_NOT_EMPTY
12277         
12278
12279 The $Txf directory must be empty for this operation to succeed.
12280
12281 0x00001AAB
12282
12283 ERROR_INDOUBT_TRANSACTIONS_EXIST
12284         
12285
12286 The operation would leave a transactional resource manager in an inconsistent state and is, therefore, not allowed.
12287
12288 0x00001AAC
12289
12290 ERROR_TM_VOLATILE
12291         
12292
12293 The operation could not be completed because the transaction manager does not have a log.
12294
12295 0x00001AAD
12296
12297 ERROR_ROLLBACK_TIMER_EXPIRED
12298         
12299
12300 A rollback could not be scheduled because a previously scheduled rollback has already been executed or is queued for execution.
12301
12302 0x00001AAE
12303
12304 ERROR_TXF_ATTRIBUTE_CORRUPT
12305         
12306
12307 The transactional metadata attribute on the file or directory is corrupt and unreadable.
12308
12309 0x00001AAF
12310
12311 ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION
12312         
12313
12314 The encryption operation could not be completed because a transaction is active.
12315
12316 0x00001AB0
12317
12318 ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED
12319         
12320
12321 This object is not allowed to be opened in a transaction.
12322
12323 0x00001AB1
12324
12325 ERROR_LOG_GROWTH_FAILED
12326         
12327
12328 An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
12329
12330 0x00001AB2
12331
12332 ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE
12333         
12334
12335 Memory mapping (creating a mapped section) to a remote file under a transaction is not supported.
12336
12337 0x00001AB3
12338
12339 ERROR_TXF_METADATA_ALREADY_PRESENT
12340         
12341
12342 Transaction metadata is already present on this file and cannot be superseded.
12343
12344 0x00001AB4
12345
12346 ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET
12347         
12348
12349 A transaction scope could not be entered because the scope handler has not been initialized.
12350
12351 0x00001AB5
12352
12353 ERROR_TRANSACTION_REQUIRED_PROMOTION
12354         
12355
12356 Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
12357
12358 0x00001AB6
12359
12360 ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION
12361         
12362
12363 This file is open for modification in an unresolved transaction and can be opened for execution only by a transacted reader.
12364
12365 0x00001AB7
12366
12367 ERROR_TRANSACTIONS_NOT_FROZEN
12368         
12369
12370 The request to thaw frozen transactions was ignored because transactions were not previously frozen.
12371
12372 0x00001AB8
12373
12374 ERROR_TRANSACTION_FREEZE_IN_PROGRESS
12375         
12376
12377 Transactions cannot be frozen because a freeze is already in progress.
12378
12379 0x00001AB9
12380
12381 ERROR_NOT_SNAPSHOT_VOLUME
12382         
12383
12384 The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
12385
12386 0x00001ABA
12387
12388 ERROR_NO_SAVEPOINT_WITH_OPEN_FILES
12389         
12390
12391 The savepoint operation failed because files are open on the transaction. This is not permitted.
12392
12393 0x00001ABB
12394
12395 ERROR_DATA_LOST_REPAIR
12396         
12397
12398 Windows has discovered corruption in a file, and that file has since been repaired. Data loss might have occurred.
12399
12400 0x00001ABC
12401
12402 ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION
12403         
12404
12405 The sparse operation could not be completed because a transaction is active on the file.
12406
12407 0x00001ABD
12408
12409 ERROR_TM_IDENTITY_MISMATCH
12410         
12411
12412 The call to create a transaction manager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
12413
12414 0x00001ABE
12415
12416 ERROR_FLOATED_SECTION
12417         
12418
12419 I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
12420
12421 0x00001ABF
12422
12423 ERROR_CANNOT_ACCEPT_TRANSACTED_WORK
12424         
12425
12426 The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.
12427
12428 0x00001AC0
12429
12430 ERROR_CANNOT_ABORT_TRANSACTIONS
12431         
12432
12433 The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.
12434
12435 0x00001B59
12436
12437 ERROR_CTX_WINSTATION_NAME_INVALID
12438         
12439
12440 The specified session name is invalid.
12441
12442 0x00001B5A
12443
12444 ERROR_CTX_INVALID_PD
12445         
12446
12447 The specified protocol driver is invalid.
12448
12449 0x00001B5B
12450
12451 ERROR_CTX_PD_NOT_FOUND
12452         
12453
12454 The specified protocol driver was not found in the system path.
12455
12456 0x00001B5C
12457
12458 ERROR_CTX_WD_NOT_FOUND
12459         
12460
12461 The specified terminal connection driver was not found in the system path.
12462
12463 0x00001B5D
12464
12465 ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
12466         
12467
12468 A registry key for event logging could not be created for this session.
12469
12470 0x00001B5E
12471
12472 ERROR_CTX_SERVICE_NAME_COLLISION
12473         
12474
12475 A service with the same name already exists on the system.
12476
12477 0x00001B5F
12478
12479 ERROR_CTX_CLOSE_PENDING
12480         
12481
12482 A close operation is pending on the session.
12483
12484 0x00001B60
12485
12486 ERROR_CTX_NO_OUTBUF
12487         
12488
12489 There are no free output buffers available.
12490
12491 0x00001B61
12492
12493 ERROR_CTX_MODEM_INF_NOT_FOUND
12494         
12495
12496 The MODEM.INF file was not found.
12497
12498 0x00001B62
12499
12500 ERROR_CTX_INVALID_MODEMNAME
12501         
12502
12503 The modem name was not found in the MODEM.INF file.
12504
12505 0x00001B63
12506
12507 ERROR_CTX_MODEM_RESPONSE_ERROR
12508         
12509
12510 The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
12511
12512 0x00001B64
12513
12514 ERROR_CTX_MODEM_RESPONSE_TIMEOUT
12515         
12516
12517 The modem did not respond to the command sent to it. Verify that the modem is properly cabled and turned on.
12518
12519 0x00001B65
12520
12521 ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
12522         
12523
12524 Carrier detect has failed or carrier has been dropped due to disconnect.
12525
12526 0x00001B66
12527
12528 ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
12529         
12530
12531 Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
12532
12533 0x00001B67
12534
12535 ERROR_CTX_MODEM_RESPONSE_BUSY
12536         
12537
12538 Busy signal detected at remote site on callback.
12539
12540 0x00001B68
12541
12542 ERROR_CTX_MODEM_RESPONSE_VOICE
12543         
12544
12545 Voice detected at remote site on callback.
12546
12547 0x00001B69
12548
12549 ERROR_CTX_TD_ERROR
12550         
12551
12552 Transport driver error.
12553
12554 0x00001B6E
12555
12556 ERROR_CTX_WINSTATION_NOT_FOUND
12557         
12558
12559 The specified session cannot be found.
12560
12561 0x00001B6F
12562
12563 ERROR_CTX_WINSTATION_ALREADY_EXISTS
12564         
12565
12566 The specified session name is already in use.
12567
12568 0x00001B70
12569
12570 ERROR_CTX_WINSTATION_BUSY
12571         
12572
12573 The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
12574
12575 0x00001B71
12576
12577 ERROR_CTX_BAD_VIDEO_MODE
12578         
12579
12580 An attempt has been made to connect to a session whose video mode is not supported by the current client.
12581
12582 0x00001B7B
12583
12584 ERROR_CTX_GRAPHICS_INVALID
12585         
12586
12587 The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
12588
12589 0x00001B7D
12590
12591 ERROR_CTX_LOGON_DISABLED
12592         
12593
12594 Your interactive logon privilege has been disabled. Contact your administrator.
12595
12596 0x00001B7E
12597
12598 ERROR_CTX_NOT_CONSOLE
12599         
12600
12601 The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
12602
12603 0x00001B80
12604
12605 ERROR_CTX_CLIENT_QUERY_TIMEOUT
12606         
12607
12608 The client failed to respond to the server connect message.
12609
12610 0x00001B81
12611
12612 ERROR_CTX_CONSOLE_DISCONNECT
12613         
12614
12615 Disconnecting the console session is not supported.
12616
12617 0x00001B82
12618
12619 ERROR_CTX_CONSOLE_CONNECT
12620         
12621
12622 Reconnecting a disconnected session to the console is not supported.
12623
12624 0x00001B84
12625
12626 ERROR_CTX_SHADOW_DENIED
12627         
12628
12629 The request to control another session remotely was denied.
12630
12631 0x00001B85
12632
12633 ERROR_CTX_WINSTATION_ACCESS_DENIED
12634         
12635
12636 The requested session access is denied.
12637
12638 0x00001B89
12639
12640 ERROR_CTX_INVALID_WD
12641         
12642
12643 The specified terminal connection driver is invalid.
12644
12645 0x00001B8A
12646
12647 ERROR_CTX_SHADOW_INVALID
12648         
12649
12650 The requested session cannot be controlled remotely. This might be because the session is disconnected or does not currently have a user logged on.
12651
12652 0x00001B8B
12653
12654 ERROR_CTX_SHADOW_DISABLED
12655         
12656
12657 The requested session is not configured to allow remote control.
12658
12659 0x00001B8C
12660
12661 ERROR_CTX_CLIENT_LICENSE_IN_USE
12662         
12663
12664 Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Call your system administrator to obtain a unique license number.
12665
12666 0x00001B8D
12667
12668 ERROR_CTX_CLIENT_LICENSE_NOT_SET
12669         
12670
12671 Your request to connect to this terminal server has been rejected. Your terminal server client license number has not been entered for this copy of the terminal server client. Contact your system administrator.
12672
12673 0x00001B8E
12674
12675 ERROR_CTX_LICENSE_NOT_AVAILABLE
12676         
12677
12678 The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
12679
12680 0x00001B8F
12681
12682 ERROR_CTX_LICENSE_CLIENT_INVALID
12683         
12684
12685 The client you are using is not licensed to use this system. Your logon request is denied.
12686
12687 0x00001B90
12688
12689 ERROR_CTX_LICENSE_EXPIRED
12690         
12691
12692 The system license has expired. Your logon request is denied.
12693
12694 0x00001B91
12695
12696 ERROR_CTX_SHADOW_NOT_RUNNING
12697         
12698
12699 Remote control could not be terminated because the specified session is not currently being remotely controlled.
12700
12701 0x00001B92
12702
12703 ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
12704         
12705
12706 The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
12707
12708 0x00001B93
12709
12710 ERROR_ACTIVATION_COUNT_EXCEEDED
12711         
12712
12713 Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
12714
12715 0x00001B94
12716
12717 ERROR_CTX_WINSTATIONS_DISABLED
12718         
12719
12720 Remote logons are currently disabled.
12721
12722 0x00001B95
12723
12724 ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED
12725         
12726
12727 You do not have the proper encryption level to access this session.
12728
12729 0x00001B96
12730
12731 ERROR_CTX_SESSION_IN_USE
12732         
12733
12734 The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
12735
12736 0x00001B97
12737
12738 ERROR_CTX_NO_FORCE_LOGOFF
12739         
12740
12741 The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
12742
12743 0x00001B98
12744
12745 ERROR_CTX_ACCOUNT_RESTRICTION
12746         
12747
12748 Unable to log you on because of an account restriction.
12749
12750 0x00001B99
12751
12752 ERROR_RDP_PROTOCOL_ERROR
12753         
12754
12755 The RDP component %2 detected an error in the protocol stream and has disconnected the client.
12756
12757 0x00001B9A
12758
12759 ERROR_CTX_CDM_CONNECT
12760         
12761
12762 The Client Drive Mapping Service has connected on terminal connection.
12763
12764 0x00001B9B
12765
12766 ERROR_CTX_CDM_DISCONNECT
12767         
12768
12769 The Client Drive Mapping Service has disconnected on terminal connection.
12770
12771 0x00001B9C
12772
12773 ERROR_CTX_SECURITY_LAYER_ERROR
12774         
12775
12776 The terminal server security layer detected an error in the protocol stream and has disconnected the client.
12777
12778 0x00001B9D
12779
12780 ERROR_TS_INCOMPATIBLE_SESSIONS
12781         
12782
12783 The target session is incompatible with the current session.
12784
12785 0x00001F41
12786
12787 FRS_ERR_INVALID_API_SEQUENCE
12788         
12789
12790 The file replication service API was called incorrectly.
12791
12792 0x00001F42
12793
12794 FRS_ERR_STARTING_SERVICE
12795         
12796
12797 The file replication service cannot be started.
12798
12799 0x00001F43
12800
12801 FRS_ERR_STOPPING_SERVICE
12802         
12803
12804 The file replication service cannot be stopped.
12805
12806 0x00001F44
12807
12808 FRS_ERR_INTERNAL_API
12809         
12810
12811 The file replication service API terminated the request. The event log might contain more information.
12812
12813 0x00001F45
12814
12815 FRS_ERR_INTERNAL
12816         
12817
12818 The file replication service terminated the request. The event log might contain more information.
12819
12820 0x00001F46
12821
12822 FRS_ERR_SERVICE_COMM
12823         
12824
12825 The file replication service cannot be contacted. The event log might contain more information.
12826
12827 0x00001F47
12828
12829 FRS_ERR_INSUFFICIENT_PRIV
12830         
12831
12832 The file replication service cannot satisfy the request because the user has insufficient privileges. The event log might contain more information.
12833
12834 0x00001F48
12835
12836 FRS_ERR_AUTHENTICATION
12837         
12838
12839 The file replication service cannot satisfy the request because authenticated RPC is not available. The event log might contain more information.
12840
12841 0x00001F49
12842
12843 FRS_ERR_PARENT_INSUFFICIENT_PRIV
12844         
12845
12846 The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log might contain more information.
12847
12848 0x00001F4A
12849
12850 FRS_ERR_PARENT_AUTHENTICATION
12851         
12852
12853 The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log might contain more information.
12854
12855 0x00001F4B
12856
12857 FRS_ERR_CHILD_TO_PARENT_COMM
12858         
12859
12860 The file replication service cannot communicate with the file replication service on the domain controller. The event log might contain more information.
12861
12862 0x00001F4C
12863
12864 FRS_ERR_PARENT_TO_CHILD_COMM
12865         
12866
12867 The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log might contain more information.
12868
12869 0x00001F4D
12870
12871 FRS_ERR_SYSVOL_POPULATE
12872         
12873
12874 The file replication service cannot populate the system volume because of an internal error. The event log might contain more information.
12875
12876 0x00001F4E
12877
12878 FRS_ERR_SYSVOL_POPULATE_TIMEOUT
12879         
12880
12881 The file replication service cannot populate the system volume because of an internal time-out. The event log might contain more information.
12882
12883 0x00001F4F
12884
12885 FRS_ERR_SYSVOL_IS_BUSY
12886         
12887
12888 The file replication service cannot process the request. The system volume is busy with a previous request.
12889
12890 0x00001F50
12891
12892 FRS_ERR_SYSVOL_DEMOTE
12893         
12894
12895 The file replication service cannot stop replicating the system volume because of an internal error. The event log might contain more information.
12896
12897 0x00001F51
12898
12899 FRS_ERR_INVALID_SERVICE_PARAMETER
12900         
12901
12902 The file replication service detected an invalid parameter.
12903
12904 0x00002008
12905
12906 ERROR_DS_NOT_INSTALLED
12907         
12908
12909 An error occurred while installing the directory service. For more information, see the event log.
12910
12911 0x00002009
12912
12913 ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
12914         
12915
12916 The directory service evaluated group memberships locally.
12917
12918 0x0000200A
12919
12920 ERROR_DS_NO_ATTRIBUTE_OR_VALUE
12921         
12922
12923 The specified directory service attribute or value does not exist.
12924
12925 0x0000200B
12926
12927 ERROR_DS_INVALID_ATTRIBUTE_YNTAX
12928         
12929
12930 The attribute syntax specified to the directory service is invalid.
12931
12932 0x0000200C
12933
12934 ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
12935         
12936
12937 The attribute type specified to the directory service is not defined.
12938
12939 0x0000200D
12940
12941 ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
12942         
12943
12944 The specified directory service attribute or value already exists.
12945
12946 0x0000200E
12947
12948 ERROR_DS_BUSY
12949         
12950
12951 The directory service is busy.
12952
12953 0x0000200F
12954
12955 ERROR_DS_UNAVAILABLE
12956         
12957
12958 The directory service is unavailable.
12959
12960 0x00002010
12961
12962 ERROR_DS_NO_RIDS_ALLOCATED
12963         
12964
12965 The directory service was unable to allocate a relative identifier.
12966
12967 0x00002011
12968
12969 ERROR_DS_NO_MORE_RIDS
12970         
12971
12972 The directory service has exhausted the pool of relative identifiers.
12973
12974 0x00002012
12975
12976 ERROR_DS_INCORRECT_ROLE_OWNER
12977         
12978
12979 The requested operation could not be performed because the directory service is not the master for that type of operation.
12980
12981 0x00002013
12982
12983 ERROR_DS_RIDMGR_INIT_ERROR
12984         
12985
12986 The directory service was unable to initialize the subsystem that allocates relative identifiers.
12987
12988 0x00002014
12989
12990 ERROR_DS_OBJ_CLASS_VIOLATION
12991         
12992
12993 The requested operation did not satisfy one or more constraints associated with the class of the object.
12994
12995 0x00002015
12996
12997 ERROR_DS_CANT_ON_NON_LEAF
12998         
12999
13000 The directory service can perform the requested operation only on a leaf object.
13001
13002 0x00002016
13003
13004 ERROR_DS_CANT_ON_RDN
13005         
13006
13007 The directory service cannot perform the requested operation on the relative distinguished name (RDN) attribute of an object.
13008
13009 0x00002017
13010
13011 ERROR_DS_CANT_MOD_OBJ_CLASS
13012         
13013
13014 The directory service detected an attempt to modify the object class of an object.
13015
13016 0x00002018
13017
13018 ERROR_DS_CROSS_DOM_MOVE_ERROR
13019         
13020
13021 The requested cross-domain move operation could not be performed.
13022
13023 0x00002019
13024
13025 ERROR_DS_GC_NOT_AVAILABLE
13026         
13027
13028 Unable to contact the global catalog (GC) server.
13029
13030 0x0000201A
13031
13032 ERROR_SHARED_POLICY
13033         
13034
13035 The policy object is shared and can only be modified at the root.
13036
13037 0x0000201B
13038
13039 ERROR_POLICY_OBJECT_NOT_FOUND
13040         
13041
13042 The policy object does not exist.
13043
13044 0x0000201C
13045
13046 ERROR_POLICY_ONLY_IN_DS
13047         
13048
13049 The requested policy information is only in the directory service.
13050
13051 0x0000201D
13052
13053 ERROR_PROMOTION_ACTIVE
13054         
13055
13056 A domain controller promotion is currently active.
13057
13058 0x0000201E
13059
13060 ERROR_NO_PROMOTION_ACTIVE
13061         
13062
13063 A domain controller promotion is not currently active.
13064
13065 0x00002020
13066
13067 ERROR_DS_OPERATIONS_ERROR
13068         
13069
13070 An operations error occurred.
13071
13072 0x00002021
13073
13074 ERROR_DS_PROTOCOL_ERROR
13075         
13076
13077 A protocol error occurred.
13078
13079 0x00002022
13080
13081 ERROR_DS_TIMELIMIT_EXCEEDED
13082         
13083
13084 The time limit for this request was exceeded.
13085
13086 0x00002023
13087
13088 ERROR_DS_SIZELIMIT_EXCEEDED
13089         
13090
13091 The size limit for this request was exceeded.
13092
13093 0x00002024
13094
13095 ERROR_DS_ADMIN_LIMIT_EXCEEDED
13096         
13097
13098 The administrative limit for this request was exceeded.
13099
13100 0x00002025
13101
13102 ERROR_DS_COMPARE_FALSE
13103         
13104
13105 The compare response was false.
13106
13107 0x00002026
13108
13109 ERROR_DS_COMPARE_TRUE
13110         
13111
13112 The compare response was true.
13113
13114 0x00002027
13115
13116 ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
13117         
13118
13119 The requested authentication method is not supported by the server.
13120
13121 0x00002028
13122
13123 ERROR_DS_STRONG_AUTH_REQUIRED
13124         
13125
13126 A more secure authentication method is required for this server.
13127
13128 0x00002029
13129
13130 ERROR_DS_INAPPROPRIATE_AUTH
13131         
13132
13133 Inappropriate authentication.
13134
13135 0x0000202A
13136
13137 ERROR_DS_AUTH_UNKNOWN
13138         
13139
13140 The authentication mechanism is unknown.
13141
13142 0x0000202B
13143
13144 ERROR_DS_REFERRAL
13145         
13146
13147 A referral was returned from the server.
13148
13149 0x0000202C
13150
13151 ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
13152         
13153
13154 The server does not support the requested critical extension.
13155
13156 0x0000202D
13157
13158 ERROR_DS_CONFIDENTIALITY_REQUIRED
13159         
13160
13161 This request requires a secure connection.
13162
13163 0x0000202E
13164
13165 ERROR_DS_INAPPROPRIATE_MATCHING
13166         
13167
13168 Inappropriate matching.
13169
13170 0x0000202F
13171
13172 ERROR_DS_CONSTRAINT_VIOLATION
13173         
13174
13175 A constraint violation occurred.
13176
13177 0x00002030
13178
13179 ERROR_DS_NO_SUCH_OBJECT
13180         
13181
13182 There is no such object on the server.
13183
13184 0x00002031
13185
13186 ERROR_DS_ALIAS_PROBLEM
13187         
13188
13189 There is an alias problem.
13190
13191 0x00002032
13192
13193 ERROR_DS_INVALID_DN_SYNTAX
13194         
13195
13196 An invalid dn syntax has been specified.
13197
13198 0x00002033
13199
13200 ERROR_DS_IS_LEAF
13201         
13202
13203 The object is a leaf object.
13204
13205 0x00002034
13206
13207 ERROR_DS_ALIAS_DEREF_PROBLEM
13208         
13209
13210 There is an alias dereferencing problem.
13211
13212 0x00002035
13213
13214 ERROR_DS_UNWILLING_TO_PERFORM
13215         
13216
13217 The server is unwilling to process the request.
13218
13219 0x00002036
13220
13221 ERROR_DS_LOOP_DETECT
13222         
13223
13224 A loop has been detected.
13225
13226 0x00002037
13227
13228 ERROR_DS_NAMING_VIOLATION
13229         
13230
13231 There is a naming violation.
13232
13233 0x00002038
13234
13235 ERROR_DS_OBJECT_RESULTS_TOO_LARGE
13236         
13237
13238 The result set is too large.
13239
13240 0x00002039
13241
13242 ERROR_DS_AFFECTS_MULTIPLE_DSAS
13243         
13244
13245 The operation affects multiple DSAs.
13246
13247 0x0000203A
13248
13249 ERROR_DS_SERVER_DOWN
13250         
13251
13252 The server is not operational.
13253
13254 0x0000203B
13255
13256 ERROR_DS_LOCAL_ERROR
13257         
13258
13259 A local error has occurred.
13260
13261 0x0000203C
13262
13263 ERROR_DS_ENCODING_ERROR
13264         
13265
13266 An encoding error has occurred.
13267
13268 0x0000203D
13269
13270 ERROR_DS_DECODING_ERROR
13271         
13272
13273 A decoding error has occurred.
13274
13275 0x0000203E
13276
13277 ERROR_DS_FILTER_UNKNOWN
13278         
13279
13280 The search filter cannot be recognized.
13281
13282 0x0000203F
13283
13284 ERROR_DS_PARAM_ERROR
13285         
13286
13287 One or more parameters are illegal.
13288
13289 0x00002040
13290
13291 ERROR_DS_NOT_SUPPORTED
13292         
13293
13294 The specified method is not supported.
13295
13296 0x00002041
13297
13298 ERROR_DS_NO_RESULTS_RETURNED
13299         
13300
13301 No results were returned.
13302
13303 0x00002042
13304
13305 ERROR_DS_CONTROL_NOT_FOUND
13306         
13307
13308 The specified control is not supported by the server.
13309
13310 0x00002043
13311
13312 ERROR_DS_CLIENT_LOOP
13313         
13314
13315 A referral loop was detected by the client.
13316
13317 0x00002044
13318
13319 ERROR_DS_REFERRAL_LIMIT_EXCEEDED
13320         
13321
13322 The preset referral limit was exceeded.
13323
13324 0x00002045
13325
13326 ERROR_DS_SORT_CONTROL_MISSING
13327         
13328
13329 The search requires a SORT control.
13330
13331 0x00002046
13332
13333 ERROR_DS_OFFSET_RANGE_ERROR
13334         
13335
13336 The search results exceed the offset range specified.
13337
13338 0x0000206D
13339
13340 ERROR_DS_ROOT_MUST_BE_NC
13341         
13342
13343 The root object must be the head of a naming context. The root object cannot have an instantiated parent.
13344
13345 0x0000206E
13346
13347 ERROR_DS_ADD_REPLICA_INHIBITED
13348         
13349
13350 The add replica operation cannot be performed. The naming context must be writable to create the replica.
13351
13352 0x0000206F
13353
13354 ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
13355         
13356
13357 A reference to an attribute that is not defined in the schema occurred.
13358
13359 0x00002070
13360
13361 ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
13362         
13363
13364 The maximum size of an object has been exceeded.
13365
13366 0x00002071
13367
13368 ERROR_DS_OBJ_STRING_NAME_EXISTS
13369         
13370
13371 An attempt was made to add an object to the directory with a name that is already in use.
13372
13373 0x00002072
13374
13375 ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
13376         
13377
13378 An attempt was made to add an object of a class that does not have an RDN defined in the schema.
13379
13380 0x00002073
13381
13382 ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
13383         
13384
13385 An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
13386
13387 0x00002074
13388
13389 ERROR_DS_NO_REQUESTED_ATTS_FOUND
13390         
13391
13392 None of the requested attributes were found on the objects.
13393
13394 0x00002075
13395
13396 ERROR_DS_USER_BUFFER_TO_SMALL
13397         
13398
13399 The user buffer is too small.
13400
13401 0x00002076
13402
13403 ERROR_DS_ATT_IS_NOT_ON_OBJ
13404         
13405
13406 The attribute specified in the operation is not present on the object.
13407
13408 0x00002077
13409
13410 ERROR_DS_ILLEGAL_MOD_OPERATION
13411         
13412
13413 Illegal modify operation. Some aspect of the modification is not permitted.
13414
13415 0x00002078
13416
13417 ERROR_DS_OBJ_TOO_LARGE
13418         
13419
13420 The specified object is too large.
13421
13422 0x00002079
13423
13424 ERROR_DS_BAD_INSTANCE_TYPE
13425         
13426
13427 The specified instance type is not valid.
13428
13429 0x0000207A
13430
13431 ERROR_DS_MASTERDSA_REQUIRED
13432         
13433
13434 The operation must be performed at a master DSA.
13435
13436 0x0000207B
13437
13438 ERROR_DS_OBJECT_CLASS_REQUIRED
13439         
13440
13441 The object class attribute must be specified.
13442
13443 0x0000207C
13444
13445 ERROR_DS_MISSING_REQUIRED_ATT
13446         
13447
13448 A required attribute is missing.
13449
13450 0x0000207D
13451
13452 ERROR_DS_ATT_NOT_DEF_FOR_CLASS
13453         
13454
13455 An attempt was made to modify an object to include an attribute that is not legal for its class.
13456
13457 0x0000207E
13458
13459 ERROR_DS_ATT_ALREADY_EXISTS
13460         
13461
13462 The specified attribute is already present on the object.
13463
13464 0x00002080
13465
13466 ERROR_DS_CANT_ADD_ATT_VALUES
13467         
13468
13469 The specified attribute is not present, or has no values.
13470
13471 0x00002081
13472
13473 ERROR_DS_SINGLE_VALUE_CONSTRAINT
13474         
13475
13476 Multiple values were specified for an attribute that can have only one value.
13477
13478 0x00002082
13479
13480 ERROR_DS_RANGE_CONSTRAINT
13481         
13482
13483 A value for the attribute was not in the acceptable range of values.
13484
13485 0x00002083
13486
13487 ERROR_DS_ATT_VAL_ALREADY_EXISTS
13488         
13489
13490 The specified value already exists.
13491
13492 0x00002084
13493
13494 ERROR_DS_CANT_REM_MISSING_ATT
13495         
13496
13497 The attribute cannot be removed because it is not present on the object.
13498
13499 0x00002085
13500
13501 ERROR_DS_CANT_REM_MISSING_ATT_VAL
13502         
13503
13504 The attribute value cannot be removed because it is not present on the object.
13505
13506 0x00002086
13507
13508 ERROR_DS_ROOT_CANT_BE_SUBREF
13509         
13510
13511 The specified root object cannot be a subreference.
13512
13513 0x00002087
13514
13515 ERROR_DS_NO_CHAINING
13516         
13517
13518 Chaining is not permitted.
13519
13520 0x00002088
13521
13522 ERROR_DS_NO_CHAINED_EVAL
13523         
13524
13525 Chained evaluation is not permitted.
13526
13527 0x00002089
13528
13529 ERROR_DS_NO_PARENT_OBJECT
13530         
13531
13532 The operation could not be performed because the object's parent is either uninstantiated or deleted.
13533
13534 0x0000208A
13535
13536 ERROR_DS_PARENT_IS_AN_ALIAS
13537         
13538
13539 Having a parent that is an alias is not permitted. Aliases are leaf objects.
13540
13541 0x0000208B
13542
13543 ERROR_DS_CANT_MIX_MASTER_AND_REPS
13544         
13545
13546 The object and parent must be of the same type, either both masters or both replicas.
13547
13548 0x0000208C
13549
13550 ERROR_DS_CHILDREN_EXIST
13551         
13552
13553 The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
13554
13555 0x0000208D
13556
13557 ERROR_DS_OBJ_NOT_FOUND
13558         
13559
13560 Directory object not found.
13561
13562 0x0000208E
13563
13564 ERROR_DS_ALIASED_OBJ_MISSING
13565         
13566
13567 The aliased object is missing.
13568
13569 0x0000208F
13570
13571 ERROR_DS_BAD_NAME_SYNTAX
13572         
13573
13574 The object name has bad syntax.
13575
13576 0x00002090
13577
13578 ERROR_DS_ALIAS_POINTS_TO_ALIAS
13579         
13580
13581 An alias is not permitted to refer to another alias.
13582
13583 0x00002091
13584
13585 ERROR_DS_CANT_DEREF_ALIAS
13586         
13587
13588 The alias cannot be dereferenced.
13589
13590 0x00002092
13591
13592 ERROR_DS_OUT_OF_SCOPE
13593         
13594
13595 The operation is out of scope.
13596
13597 0x00002093
13598
13599 ERROR_DS_OBJECT_BEING_REMOVED
13600         
13601
13602 The operation cannot continue because the object is in the process of being removed.
13603
13604 0x00002094
13605
13606 ERROR_DS_CANT_DELETE_DSA_OBJ
13607         
13608
13609 The DSA object cannot be deleted.
13610
13611 0x00002095
13612
13613 ERROR_DS_GENERIC_ERROR
13614         
13615
13616 A directory service error has occurred.
13617
13618 0x00002096
13619
13620 ERROR_DS_DSA_MUST_BE_INT_MASTER
13621         
13622
13623 The operation can only be performed on an internal master DSA object.
13624
13625 0x00002097
13626
13627 ERROR_DS_CLASS_NOT_DSA
13628         
13629
13630 The object must be of class DSA.
13631
13632 0x00002098
13633
13634 ERROR_DS_INSUFF_ACCESS_RIGHTS
13635         
13636
13637 Insufficient access rights to perform the operation.
13638
13639 0x00002099
13640
13641 ERROR_DS_ILLEGAL_SUPERIOR
13642         
13643
13644 The object cannot be added because the parent is not on the list of possible superiors.
13645
13646 0x0000209A
13647
13648 ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
13649         
13650
13651 Access to the attribute is not permitted because the attribute is owned by the SAM.
13652
13653 0x0000209B
13654
13655 ERROR_DS_NAME_TOO_MANY_PARTS
13656         
13657
13658 The name has too many parts.
13659
13660 0x0000209C
13661
13662 ERROR_DS_NAME_TOO_LONG
13663         
13664
13665 The name is too long.
13666
13667 0x0000209D
13668
13669 ERROR_DS_NAME_VALUE_TOO_LONG
13670         
13671
13672 The name value is too long.
13673
13674 0x0000209E
13675
13676 ERROR_DS_NAME_UNPARSEABLE
13677         
13678
13679 The directory service encountered an error parsing a name.
13680
13681 0x0000209F
13682
13683 ERROR_DS_NAME_TYPE_UNKNOWN
13684         
13685
13686 The directory service cannot get the attribute type for a name.
13687
13688 0x000020A0
13689
13690 ERROR_DS_NOT_AN_OBJECT
13691         
13692
13693 The name does not identify an object; the name identifies a phantom.
13694
13695 0x000020A1
13696
13697 ERROR_DS_SEC_DESC_TOO_SHORT
13698         
13699
13700 The security descriptor is too short.
13701
13702 0x000020A2
13703
13704 ERROR_DS_SEC_DESC_INVALID
13705         
13706
13707 The security descriptor is invalid.
13708
13709 0x000020A3
13710
13711 ERROR_DS_NO_DELETED_NAME
13712         
13713
13714 Failed to create name for deleted object.
13715
13716 0x000020A4
13717
13718 ERROR_DS_SUBREF_MUST_HAVE_PARENT
13719         
13720
13721 The parent of a new subreference must exist.
13722
13723 0x000020A5
13724
13725 ERROR_DS_NCNAME_MUST_BE_NC
13726         
13727
13728 The object must be a naming context.
13729
13730 0x000020A6
13731
13732 ERROR_DS_CANT_ADD_SYSTEM_ONLY
13733         
13734
13735 It is not permitted to add an attribute that is owned by the system.
13736
13737 0x000020A7
13738
13739 ERROR_DS_CLASS_MUST_BE_CONCRETE
13740         
13741
13742 The class of the object must be structural; you cannot instantiate an abstract class.
13743
13744 0x000020A8
13745
13746 ERROR_DS_INVALID_DMD
13747         
13748
13749 The schema object could not be found.
13750
13751 0x000020A9
13752
13753 ERROR_DS_OBJ_GUID_EXISTS
13754         
13755
13756 A local object with this GUID (dead or alive) already exists.
13757
13758 0x000020AA
13759
13760 ERROR_DS_NOT_ON_BACKLINK
13761         
13762
13763 The operation cannot be performed on a back link.
13764
13765 0x000020AB
13766
13767 ERROR_DS_NO_CROSSREF_FOR_NC
13768         
13769
13770 The cross-reference for the specified naming context could not be found.
13771
13772 0x000020AC
13773
13774 ERROR_DS_SHUTTING_DOWN
13775         
13776
13777 The operation could not be performed because the directory service is shutting down.
13778
13779 0x000020AD
13780
13781 ERROR_DS_UNKNOWN_OPERATION
13782         
13783
13784 The directory service request is invalid.
13785
13786 0x000020AE
13787
13788 ERROR_DS_INVALID_ROLE_OWNER
13789         
13790
13791 The role owner attribute could not be read.
13792
13793 0x000020AF
13794
13795 ERROR_DS_COULDNT_CONTACT_FSMO
13796         
13797
13798 The requested Flexible Single Master Operations (FSMO) operation failed. The current FSMO holder could not be contacted.
13799
13800 0x000020B0
13801
13802 ERROR_DS_CROSS_NC_DN_RENAME
13803         
13804
13805 Modification of a distinguished name across a naming context is not permitted.
13806
13807 0x000020B1
13808
13809 ERROR_DS_CANT_MOD_SYSTEM_ONLY
13810         
13811
13812 The attribute cannot be modified because it is owned by the system.
13813
13814 0x000020B2
13815
13816 ERROR_DS_REPLICATOR_ONLY
13817         
13818
13819 Only the replicator can perform this function.
13820
13821 0x000020B3
13822
13823 ERROR_DS_OBJ_CLASS_NOT_DEFINED
13824         
13825
13826 The specified class is not defined.
13827
13828 0x000020B4
13829
13830 ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
13831         
13832
13833 The specified class is not a subclass.
13834
13835 0x000020B5
13836
13837 ERROR_DS_NAME_REFERENCE_INVALID
13838         
13839
13840 The name reference is invalid.
13841
13842 0x000020B6
13843
13844 ERROR_DS_CROSS_REF_EXISTS
13845         
13846
13847 A cross-reference already exists.
13848
13849 0x000020B7
13850
13851 ERROR_DS_CANT_DEL_MASTER_CROSSREF
13852         
13853
13854 It is not permitted to delete a master cross-reference.
13855
13856 0x000020B8
13857
13858 ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
13859         
13860
13861 Subtree notifications are only supported on naming context (NC) heads.
13862
13863 0x000020B9
13864
13865 ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
13866         
13867
13868 Notification filter is too complex.
13869
13870 0x000020BA
13871
13872 ERROR_DS_DUP_RDN
13873         
13874
13875 Schema update failed: Duplicate RDN.
13876
13877 0x000020BB
13878
13879 ERROR_DS_DUP_OID
13880         
13881
13882 Schema update failed: Duplicate OID.
13883
13884 0x000020BC
13885
13886 ERROR_DS_DUP_MAPI_ID
13887         
13888
13889 Schema update failed: Duplicate Message Application Programming Interface (MAPI) identifier.
13890
13891 0x000020BD
13892
13893 ERROR_DS_DUP_SCHEMA_ID_GUID
13894         
13895
13896 Schema update failed: Duplicate schema ID GUID.
13897
13898 0x000020BE
13899
13900 ERROR_DS_DUP_LDAP_DISPLAY_NAME
13901         
13902
13903 Schema update failed: Duplicate LDAP display name.
13904
13905 0x000020BF
13906
13907 ERROR_DS_SEMANTIC_ATT_TEST
13908         
13909
13910 Schema update failed: Range-Lower less than Range-Upper.
13911
13912 0x000020C0
13913
13914 ERROR_DS_SYNTAX_MISMATCH
13915         
13916
13917 Schema update failed: Syntax mismatch.
13918
13919 0x000020C1
13920
13921 ERROR_DS_EXISTS_IN_MUST_HAVE
13922         
13923
13924 Schema deletion failed: Attribute is used in the Must-Contain list.
13925
13926 0x000020C2
13927
13928 ERROR_DS_EXISTS_IN_MAY_HAVE
13929         
13930
13931 Schema deletion failed: Attribute is used in the May-Contain list.
13932
13933 0x000020C3
13934
13935 ERROR_DS_NONEXISTENT_MAY_HAVE
13936         
13937
13938 Schema update failed: Attribute in May-Contain list does not exist.
13939
13940 0x000020C4
13941
13942 ERROR_DS_NONEXISTENT_MUST_HAVE
13943         
13944
13945 Schema update failed: Attribute in the Must-Contain list does not exist.
13946
13947 0x000020C5
13948
13949 ERROR_DS_AUX_CLS_TEST_FAIL
13950         
13951
13952 Schema update failed: Class in the Aux Class list does not exist or is not an auxiliary class.
13953
13954 0x000020C6
13955
13956 ERROR_DS_NONEXISTENT_POSS_SUP
13957         
13958
13959 Schema update failed: Class in the Poss-Superiors list does not exist.
13960
13961 0x000020C7
13962
13963 ERROR_DS_SUB_CLS_TEST_FAIL
13964         
13965
13966 Schema update failed: Class in the subclass of the list does not exist or does not satisfy hierarchy rules.
13967
13968 0x000020C8
13969
13970 ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
13971         
13972
13973 Schema update failed: Rdn-Att-Id has wrong syntax.
13974
13975 0x000020C9
13976
13977 ERROR_DS_EXISTS_IN_AUX_CLS
13978         
13979
13980 Schema deletion failed: Class is used as an auxiliary class.
13981
13982 0x000020CA
13983
13984 ERROR_DS_EXISTS_IN_SUB_CLS
13985         
13986
13987 Schema deletion failed: Class is used as a subclass.
13988
13989 0x000020CB
13990
13991 ERROR_DS_EXISTS_IN_POSS_SUP
13992         
13993
13994 Schema deletion failed: Class is used as a Poss-Superior.
13995
13996 0x000020CC
13997
13998 ERROR_DS_RECALCSCHEMA_FAILED
13999         
14000
14001 Schema update failed in recalculating validation cache.
14002
14003 0x000020CD
14004
14005 ERROR_DS_TREE_DELETE_NOT_FINISHED
14006         
14007
14008 The tree deletion is not finished. The request must be made again to continue deleting the tree.
14009
14010 0x000020CE
14011
14012 ERROR_DS_CANT_DELETE
14013         
14014
14015 The requested delete operation could not be performed.
14016
14017 0x000020CF
14018
14019 ERROR_DS_ATT_SCHEMA_REQ_ID
14020         
14021
14022 Cannot read the governs class identifier for the schema record.
14023
14024 0x000020D0
14025
14026 ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
14027         
14028
14029 The attribute schema has bad syntax.
14030
14031 0x000020D1
14032
14033 ERROR_DS_CANT_CACHE_ATT
14034         
14035
14036 The attribute could not be cached.
14037
14038 0x000020D2
14039
14040 ERROR_DS_CANT_CACHE_CLASS
14041         
14042
14043 The class could not be cached.
14044
14045 0x000020D3
14046
14047 ERROR_DS_CANT_REMOVE_ATT_CACHE
14048         
14049
14050 The attribute could not be removed from the cache.
14051
14052 0x000020D4
14053
14054 ERROR_DS_CANT_REMOVE_CLASS_CACHE
14055         
14056
14057 The class could not be removed from the cache.
14058
14059 0x000020D5
14060
14061 ERROR_DS_CANT_RETRIEVE_DN
14062         
14063
14064 The distinguished name attribute could not be read.
14065
14066 0x000020D6
14067
14068 ERROR_DS_MISSING_SUPREF
14069         
14070
14071 No superior reference has been configured for the directory service. The directory service is, therefore, unable to issue referrals to objects outside this forest.
14072
14073 0x000020D7
14074
14075 ERROR_DS_CANT_RETRIEVE_INSTANCE
14076         
14077
14078 The instance type attribute could not be retrieved.
14079
14080 0x000020D8
14081
14082 ERROR_DS_CODE_INCONSISTENCY
14083         
14084
14085 An internal error has occurred.
14086
14087 0x000020D9
14088
14089 ERROR_DS_DATABASE_ERROR
14090         
14091
14092 A database error has occurred.
14093
14094 0x000020DA
14095
14096 ERROR_DS_GOVERNSID_MISSING
14097         
14098
14099 The governsID attribute is missing.
14100
14101 0x000020DB
14102
14103 ERROR_DS_MISSING_EXPECTED_ATT
14104         
14105
14106 An expected attribute is missing.
14107
14108 0x000020DC
14109
14110 ERROR_DS_NCNAME_MISSING_CR_REF
14111         
14112
14113 The specified naming context is missing a cross-reference.
14114
14115 0x000020DD
14116
14117 ERROR_DS_SECURITY_CHECKING_ERROR
14118         
14119
14120 A security checking error has occurred.
14121
14122 0x000020DE
14123
14124 ERROR_DS_SCHEMA_NOT_LOADED
14125         
14126
14127 The schema is not loaded.
14128
14129 0x000020DF
14130
14131 ERROR_DS_SCHEMA_ALLOC_FAILED
14132         
14133
14134 Schema allocation failed. Check if the machine is running low on memory.
14135
14136 0x000020E0
14137
14138 ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
14139         
14140
14141 Failed to obtain the required syntax for the attribute schema.
14142
14143 0x000020E1
14144
14145 ERROR_DS_GCVERIFY_ERROR
14146         
14147
14148 The GC verification failed. The GC is not available or does not support the operation. Some part of the directory is currently not available.
14149
14150 0x000020E2
14151
14152 ERROR_DS_DRA_SCHEMA_MISMATCH
14153         
14154
14155 The replication operation failed because of a schema mismatch between the servers involved.
14156
14157 0x000020E3
14158
14159 ERROR_DS_CANT_FIND_DSA_OBJ
14160         
14161
14162 The DSA object could not be found.
14163
14164 0x000020E4
14165
14166 ERROR_DS_CANT_FIND_EXPECTED_NC
14167         
14168
14169 The naming context could not be found.
14170
14171 0x000020E5
14172
14173 ERROR_DS_CANT_FIND_NC_IN_CACHE
14174         
14175
14176 The naming context could not be found in the cache.
14177
14178 0x000020E6
14179
14180 ERROR_DS_CANT_RETRIEVE_CHILD
14181         
14182
14183 The child object could not be retrieved.
14184
14185 0x000020E7
14186
14187 ERROR_DS_SECURITY_ILLEGAL_MODIFY
14188         
14189
14190 The modification was not permitted for security reasons.
14191
14192 0x000020E8
14193
14194 ERROR_DS_CANT_REPLACE_HIDDEN_REC
14195         
14196
14197 The operation cannot replace the hidden record.
14198
14199 0x000020E9
14200
14201 ERROR_DS_BAD_HIERARCHY_FILE
14202         
14203
14204 The hierarchy file is invalid.
14205
14206 0x000020EA
14207
14208 ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
14209         
14210
14211 The attempt to build the hierarchy table failed.
14212
14213 0x000020EB
14214
14215 ERROR_DS_CONFIG_PARAM_MISSING
14216         
14217
14218 The directory configuration parameter is missing from the registry.
14219
14220 0x000020EC
14221
14222 ERROR_DS_COUNTING_AB_INDICES_FAILED
14223         
14224
14225 The attempt to count the address book indices failed.
14226
14227 0x000020ED
14228
14229 ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
14230         
14231
14232 The allocation of the hierarchy table failed.
14233
14234 0x000020EE
14235
14236 ERROR_DS_INTERNAL_FAILURE
14237         
14238
14239 The directory service encountered an internal failure.
14240
14241 0x000020EF
14242
14243 ERROR_DS_UNKNOWN_ERROR
14244         
14245
14246 The directory service encountered an unknown failure.
14247
14248 0x000020F0
14249
14250 ERROR_DS_ROOT_REQUIRES_CLASS_TOP
14251         
14252
14253 A root object requires a class of "top".
14254
14255 0x000020F1
14256
14257 ERROR_DS_REFUSING_FSMO_ROLES
14258         
14259
14260 This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
14261
14262 0x000020F2
14263
14264 ERROR_DS_MISSING_FSMO_SETTINGS
14265         
14266
14267 The directory service is missing mandatory configuration information and is unable to determine the ownership of floating single-master operation roles.
14268
14269 0x000020F3
14270
14271 ERROR_DS_UNABLE_TO_SURRENDER_ROLES
14272         
14273
14274 The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
14275
14276 0x000020F4
14277
14278 ERROR_DS_DRA_GENERIC
14279         
14280
14281 The replication operation failed.
14282
14283 0x000020F5
14284
14285 ERROR_DS_DRA_INVALID_PARAMETER
14286         
14287
14288 An invalid parameter was specified for this replication operation.
14289
14290 0x000020F6
14291
14292 ERROR_DS_DRA_BUSY
14293         
14294
14295 The directory service is too busy to complete the replication operation at this time.
14296
14297 0x000020F7
14298
14299 ERROR_DS_DRA_BAD_DN
14300         
14301
14302 The DN specified for this replication operation is invalid.
14303
14304 0x000020F8
14305
14306 ERROR_DS_DRA_BAD_NC
14307         
14308
14309 The naming context specified for this replication operation is invalid.
14310
14311 0x000020F9
14312
14313 ERROR_DS_DRA_DN_EXISTS
14314         
14315
14316 The DN specified for this replication operation already exists.
14317
14318 0x000020FA
14319
14320 ERROR_DS_DRA_INTERNAL_ERROR
14321         
14322
14323 The replication system encountered an internal error.
14324
14325 0x000020FB
14326
14327 ERROR_DS_DRA_INCONSISTENT_DIT
14328         
14329
14330 The replication operation encountered a database inconsistency.
14331
14332 0x000020FC
14333
14334 ERROR_DS_DRA_CONNECTION_FAILED
14335         
14336
14337 The server specified for this replication operation could not be contacted.
14338
14339 0x000020FD
14340
14341 ERROR_DS_DRA_BAD_INSTANCE_TYPE
14342         
14343
14344 The replication operation encountered an object with an invalid instance type.
14345
14346 0x000020FE
14347
14348 ERROR_DS_DRA_OUT_OF_MEM
14349         
14350
14351 The replication operation failed to allocate memory.
14352
14353 0x000020FF
14354
14355 ERROR_DS_DRA_MAIL_PROBLEM
14356         
14357
14358 The replication operation encountered an error with the mail system.
14359
14360 0x00002100
14361
14362 ERROR_DS_DRA_REF_ALREADY_EXISTS
14363         
14364
14365 The replication reference information for the target server already exists.
14366
14367 0x00002101
14368
14369 ERROR_DS_DRA_REF_NOT_FOUND
14370         
14371
14372 The replication reference information for the target server does not exist.
14373
14374 0x00002102
14375
14376 ERROR_DS_DRA_OBJ_IS_REP_SOURCE
14377         
14378
14379 The naming context cannot be removed because it is replicated to another server.
14380
14381 0x00002103
14382
14383 ERROR_DS_DRA_DB_ERROR
14384         
14385
14386 The replication operation encountered a database error.
14387
14388 0x00002104
14389
14390 ERROR_DS_DRA_NO_REPLICA
14391         
14392
14393 The naming context is in the process of being removed or is not replicated from the specified server.
14394
14395 0x00002105
14396
14397 ERROR_DS_DRA_ACCESS_DENIED
14398         
14399
14400 Replication access was denied.
14401
14402 0x00002106
14403
14404 ERROR_DS_DRA_NOT_SUPPORTED
14405         
14406
14407 The requested operation is not supported by this version of the directory service.
14408
14409 0x00002107
14410
14411 ERROR_DS_DRA_RPC_CANCELLED
14412         
14413
14414 The replication RPC was canceled.
14415
14416 0x00002108
14417
14418 ERROR_DS_DRA_SOURCE_DISABLED
14419         
14420
14421 The source server is currently rejecting replication requests.
14422
14423 0x00002109
14424
14425 ERROR_DS_DRA_SINK_DISABLED
14426         
14427
14428 The destination server is currently rejecting replication requests.
14429
14430 0x0000210A
14431
14432 ERROR_DS_DRA_NAME_COLLISION
14433         
14434
14435 The replication operation failed due to a collision of object names.
14436
14437 0x0000210B
14438
14439 ERROR_DS_DRA_SOURCE_REINSTALLED
14440         
14441
14442 The replication source has been reinstalled.
14443
14444 0x0000210C
14445
14446 ERROR_DS_DRA_MISSING_PARENT
14447         
14448
14449 The replication operation failed because a required parent object is missing.
14450
14451 0x0000210D
14452
14453 ERROR_DS_DRA_PREEMPTED
14454         
14455
14456 The replication operation was preempted.
14457
14458 0x0000210E
14459
14460 ERROR_DS_DRA_ABANDON_SYNC
14461         
14462
14463 The replication synchronization attempt was abandoned because of a lack of updates.
14464
14465 0x0000210F
14466
14467 ERROR_DS_DRA_SHUTDOWN
14468         
14469
14470 The replication operation was terminated because the system is shutting down.
14471
14472 0x00002110
14473
14474 ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
14475         
14476
14477 A synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from the source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.
14478
14479 0x00002111
14480
14481 ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
14482         
14483
14484 The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
14485
14486 0x00002112
14487
14488 ERROR_DS_DRA_EXTN_CONNECTION_FAILED
14489         
14490
14491 The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
14492
14493 0x00002113
14494
14495 ERROR_DS_INSTALL_SCHEMA_MISMATCH
14496         
14497
14498 The version of the directory service schema of the source forest is not compatible with the version of the directory service on this computer.
14499
14500 0x00002114
14501
14502 ERROR_DS_DUP_LINK_ID
14503         
14504
14505 Schema update failed: An attribute with the same link identifier already exists.
14506
14507 0x00002115
14508
14509 ERROR_DS_NAME_ERROR_RESOLVING
14510         
14511
14512 Name translation: Generic processing error.
14513
14514 0x00002116
14515
14516 ERROR_DS_NAME_ERROR_NOT_FOUND
14517         
14518
14519 Name translation: Could not find the name or insufficient right to see name.
14520
14521 0x00002117
14522
14523 ERROR_DS_NAME_ERROR_NOT_UNIQUE
14524         
14525
14526 Name translation: Input name mapped to more than one output name.
14527
14528 0x00002118
14529
14530 ERROR_DS_NAME_ERROR_NO_MAPPING
14531         
14532
14533 Name translation: The input name was found but not the associated output format.
14534
14535 0x00002119
14536
14537 ERROR_DS_NAME_ERROR_DOMAIN_ONLY
14538         
14539
14540 Name translation: Unable to resolve completely, only the domain was found.
14541
14542 0x0000211A
14543
14544 ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
14545         
14546
14547 Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
14548
14549 0x0000211B
14550
14551 ERROR_DS_CONSTRUCTED_ATT_MOD
14552         
14553
14554 Modification of a constructed attribute is not allowed.
14555
14556 0x0000211C
14557
14558 ERROR_DS_WRONG_OM_OBJ_CLASS
14559         
14560
14561 The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
14562
14563 0x0000211D
14564
14565 ERROR_DS_DRA_REPL_PENDING
14566         
14567
14568 The replication request has been posted; waiting for a reply.
14569
14570 0x0000211E
14571
14572 ERROR_DS_DS_REQUIRED
14573         
14574
14575 The requested operation requires a directory service, and none was available.
14576
14577 0x0000211F
14578
14579 ERROR_DS_INVALID_LDAP_DISPLAY_NAME
14580         
14581
14582 The LDAP display name of the class or attribute contains non-ASCII characters.
14583
14584 0x00002120
14585
14586 ERROR_DS_NON_BASE_SEARCH
14587         
14588
14589 The requested search operation is only supported for base searches.
14590
14591 0x00002121
14592
14593 ERROR_DS_CANT_RETRIEVE_ATTS
14594         
14595
14596 The search failed to retrieve attributes from the database.
14597
14598 0x00002122
14599
14600 ERROR_DS_BACKLINK_WITHOUT_LINK
14601         
14602
14603 The schema update operation tried to add a backward link attribute that has no corresponding forward link.
14604
14605 0x00002123
14606
14607 ERROR_DS_EPOCH_MISMATCH
14608         
14609
14610 The source and destination of a cross-domain move do not agree on the object's epoch number. Either the source or the destination does not have the latest version of the object.
14611
14612 0x00002124
14613
14614 ERROR_DS_SRC_NAME_MISMATCH
14615         
14616
14617 The source and destination of a cross-domain move do not agree on the object's current name. Either the source or the destination does not have the latest version of the object.
14618
14619 0x00002125
14620
14621 ERROR_DS_SRC_AND_DST_NC_IDENTICAL
14622         
14623
14624 The source and destination for the cross-domain move operation are identical. The caller should use a local move operation instead of a cross-domain move operation.
14625
14626 0x00002126
14627
14628 ERROR_DS_DST_NC_MISMATCH
14629         
14630
14631 The source and destination for a cross-domain move do not agree on the naming contexts in the forest. Either the source or the destination does not have the latest version of the Partitions container.
14632
14633 0x00002127
14634
14635 ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
14636         
14637
14638 The destination of a cross-domain move is not authoritative for the destination naming context.
14639
14640 0x00002128
14641
14642 ERROR_DS_SRC_GUID_MISMATCH
14643         
14644
14645 The source and destination of a cross-domain move do not agree on the identity of the source object. Either the source or the destination does not have the latest version of the source object.
14646
14647 0x00002129
14648
14649 ERROR_DS_CANT_MOVE_DELETED_OBJECT
14650         
14651
14652 The object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
14653
14654 0x0000212A
14655
14656 ERROR_DS_PDC_OPERATION_IN_PROGRESS
14657         
14658
14659 Another operation that requires exclusive access to the PDC FSMO is already in progress.
14660
14661 0x0000212B
14662
14663 ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
14664         
14665
14666 A cross-domain move operation failed because two versions of the moved object exist—one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
14667
14668 0x0000212C
14669
14670 ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
14671         
14672
14673 This object cannot be moved across domain boundaries either because cross-domain moves for this class are not allowed, or the object has some special characteristics, for example, a trust account or a restricted relative identifier (RID), that prevent its move.
14674
14675 0x0000212D
14676
14677 ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
14678         
14679
14680 Cannot move objects with memberships across domain boundaries because, once moved, this violates the membership conditions of the account group. Remove the object from any account group memberships and retry.
14681
14682 0x0000212E
14683
14684 ERROR_DS_NC_MUST_HAVE_NC_PARENT
14685         
14686
14687 A naming context head must be the immediate child of another naming context head, not of an interior node.
14688
14689 0x0000212F
14690
14691 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
14692         
14693
14694 The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Ensure that the domain naming master role is held by a server that is configured as a GC server, and that the server is up-to-date with its replication partners. (Applies only to Windows 2000 operating system domain naming masters.)
14695
14696 0x00002130
14697
14698 ERROR_DS_DST_DOMAIN_NOT_NATIVE
14699         
14700
14701 Destination domain must be in native mode.
14702
14703 0x00002131
14704
14705 ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
14706         
14707
14708 The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
14709
14710 0x00002132
14711
14712 ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
14713         
14714
14715 Cross-domain moves of nonempty account groups is not allowed.
14716
14717 0x00002133
14718
14719 ERROR_DS_CANT_MOVE_RESOURCE_GROUP
14720         
14721
14722 Cross-domain moves of nonempty resource groups is not allowed.
14723
14724 0x00002134
14725
14726 ERROR_DS_INVALID_SEARCH_FLAG
14727         
14728
14729 The search flags for the attribute are invalid. The ambiguous name resolution (ANR) bit is valid only on attributes of Unicode or Teletex strings.
14730
14731 0x00002135
14732
14733 ERROR_DS_NO_TREE_DELETE_ABOVE_NC
14734         
14735
14736 Tree deletions starting at an object that has an NC head as a descendant are not allowed.
14737
14738 0x00002136
14739
14740 ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
14741         
14742
14743 The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
14744
14745 0x00002137
14746
14747 ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
14748         
14749
14750 The directory service failed to identify the list of objects to delete while attempting a tree deletion.
14751
14752 0x00002138
14753
14754 ERROR_DS_SAM_INIT_FAILURE
14755         
14756
14757 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
14758
14759 0x00002139
14760
14761 ERROR_DS_SENSITIVE_GROUP_VIOLATION
14762         
14763
14764 Only an administrator can modify the membership list of an administrative group.
14765
14766 0x0000213A
14767
14768 ERROR_DS_CANT_MOD_PRIMARYGROUPID
14769         
14770
14771 Cannot change the primary group ID of a domain controller account.
14772
14773 0x0000213B
14774
14775 ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
14776         
14777
14778 An attempt was made to modify the base schema.
14779
14780 0x0000213C
14781
14782 ERROR_DS_NONSAFE_SCHEMA_CHANGE
14783         
14784
14785 Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
14786
14787 0x0000213D
14788
14789 ERROR_DS_SCHEMA_UPDATE_DISALLOWED
14790         
14791
14792 Schema update is not allowed on this DC because the DC is not the schema FSMO role owner.
14793
14794 0x0000213E
14795
14796 ERROR_DS_CANT_CREATE_UNDER_SCHEMA
14797         
14798
14799 An object of this class cannot be created under the schema container. You can only create Attribute-Schema and Class-Schema objects under the schema container.
14800
14801 0x0000213F
14802
14803 ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
14804         
14805
14806 The replica or child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
14807
14808 0x00002140
14809
14810 ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
14811         
14812
14813 The replica or child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the System32 directory.
14814
14815 0x00002141
14816
14817 ERROR_DS_INVALID_GROUP_TYPE
14818         
14819
14820 The specified group type is invalid.
14821
14822 0x00002142
14823
14824 ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
14825         
14826
14827 You cannot nest global groups in a mixed domain if the group is security-enabled.
14828
14829 0x00002143
14830
14831 ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
14832         
14833
14834 You cannot nest local groups in a mixed domain if the group is security-enabled.
14835
14836 0x00002144
14837
14838 ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
14839         
14840
14841 A global group cannot have a local group as a member.
14842
14843 0x00002145
14844
14845 ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
14846         
14847
14848 A global group cannot have a universal group as a member.
14849
14850 0x00002146
14851
14852 ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
14853         
14854
14855 A universal group cannot have a local group as a member.
14856
14857 0x00002147
14858
14859 ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
14860         
14861
14862 A global group cannot have a cross-domain member.
14863
14864 0x00002148
14865
14866 ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
14867         
14868
14869 A local group cannot have another cross domain local group as a member.
14870
14871 0x00002149
14872
14873 ERROR_DS_HAVE_PRIMARY_MEMBERS
14874         
14875
14876 A group with primary members cannot change to a security-disabled group.
14877
14878 0x0000214A
14879
14880 ERROR_DS_STRING_SD_CONVERSION_FAILED
14881         
14882
14883 The schema cache load failed to convert the string default security descriptor (SD) on a class-schema object.
14884
14885 0x0000214B
14886
14887 ERROR_DS_NAMING_MASTER_GC
14888         
14889
14890 Only DSAs configured to be GC servers should be allowed to hold the domain naming master FSMO role. (Applies only to Windows 2000 servers.)
14891
14892 0x0000214C
14893
14894 ERROR_DS_DNS_LOOKUP_FAILURE
14895         
14896
14897 The DSA operation is unable to proceed because of a DNS lookup failure.
14898
14899 0x0000214D
14900
14901 ERROR_DS_COULDNT_UPDATE_SPNS
14902         
14903
14904 While processing a change to the DNS host name for an object, the SPN values could not be kept in sync.
14905
14906 0x0000214E
14907
14908 ERROR_DS_CANT_RETRIEVE_SD
14909         
14910
14911 The Security Descriptor attribute could not be read.
14912
14913 0x0000214F
14914
14915 ERROR_DS_KEY_NOT_UNIQUE
14916         
14917
14918 The object requested was not found, but an object with that key was found.
14919
14920 0x00002150
14921
14922 ERROR_DS_WRONG_LINKED_ATT_SYNTAX
14923         
14924
14925 The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.
14926
14927 0x00002151
14928
14929 ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
14930         
14931
14932 SAM needs to get the boot password.
14933
14934 0x00002152
14935
14936 ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
14937         
14938
14939 SAM needs to get the boot key from the floppy disk.
14940
14941 0x00002153
14942
14943 ERROR_DS_CANT_START
14944         
14945
14946 Directory Service cannot start.
14947
14948 0x00002154
14949
14950 ERROR_DS_INIT_FAILURE
14951         
14952
14953 Directory Services could not start.
14954
14955 0x00002155
14956
14957 ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
14958         
14959
14960 The connection between client and server requires packet privacy or better.
14961
14962 0x00002156
14963
14964 ERROR_DS_SOURCE_DOMAIN_IN_FOREST
14965         
14966
14967 The source domain cannot be in the same forest as the destination.
14968
14969 0x00002157
14970
14971 ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
14972         
14973
14974 The destination domain MUST be in the forest.
14975
14976 0x00002158
14977
14978 ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
14979         
14980
14981 The operation requires that destination domain auditing be enabled.
14982
14983 0x00002159
14984
14985 ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
14986         
14987
14988 The operation could not locate a DC for the source domain.
14989
14990 0x0000215A
14991
14992 ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
14993         
14994
14995 The source object must be a group or user.
14996
14997 0x0000215B
14998
14999 ERROR_DS_SRC_SID_EXISTS_IN_FOREST
15000         
15001
15002 The source object's SID already exists in the destination forest.
15003
15004 0x0000215C
15005
15006 ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
15007         
15008
15009 The source and destination object must be of the same type.
15010
15011 0x0000215D
15012
15013 ERROR_SAM_INIT_FAILURE
15014         
15015
15016 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
15017
15018 0x0000215E
15019
15020 ERROR_DS_DRA_SCHEMA_INFO_SHIP
15021         
15022
15023 Schema information could not be included in the replication request.
15024
15025 0x0000215F
15026
15027 ERROR_DS_DRA_SCHEMA_CONFLICT
15028         
15029
15030 The replication operation could not be completed due to a schema incompatibility.
15031
15032 0x00002160
15033
15034 ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
15035         
15036
15037 The replication operation could not be completed due to a previous schema incompatibility.
15038
15039 0x00002161
15040
15041 ERROR_DS_DRA_OBJ_NC_MISMATCH
15042         
15043
15044 The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
15045
15046 0x00002162
15047
15048 ERROR_DS_NC_STILL_HAS_DSAS
15049         
15050
15051 The requested domain could not be deleted because there exist domain controllers that still host this domain.
15052
15053 0x00002163
15054
15055 ERROR_DS_GC_REQUIRED
15056         
15057
15058 The requested operation can be performed only on a GC server.
15059
15060 0x00002164
15061
15062 ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
15063         
15064
15065 A local group can only be a member of other local groups in the same domain.
15066
15067 0x00002165
15068
15069 ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
15070         
15071
15072 Foreign security principals cannot be members of universal groups.
15073
15074 0x00002166
15075
15076 ERROR_DS_CANT_ADD_TO_GC
15077         
15078
15079 The attribute is not allowed to be replicated to the GC because of security reasons.
15080
15081 0x00002167
15082
15083 ERROR_DS_NO_CHECKPOINT_WITH_PDC
15084         
15085
15086 The checkpoint with the PDC could not be taken because too many modifications are currently being processed.
15087
15088 0x00002168
15089
15090 ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
15091         
15092
15093 The operation requires that source domain auditing be enabled.
15094
15095 0x00002169
15096
15097 ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
15098         
15099
15100 Security principal objects can only be created inside domain naming contexts.
15101
15102 0x0000216A
15103
15104 ERROR_DS_INVALID_NAME_FOR_SPN
15105         
15106
15107 An SPN could not be constructed because the provided host name is not in the necessary format.
15108
15109 0x0000216B
15110
15111 ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
15112         
15113
15114 A filter was passed that uses constructed attributes.
15115
15116 0x0000216C
15117
15118 ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
15119         
15120
15121 The unicodePwd attribute value must be enclosed in quotation marks.
15122
15123 0x0000216D
15124
15125 ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
15126         
15127
15128 Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
15129
15130 0x0000216E
15131
15132 ERROR_DS_MUST_BE_RUN_ON_DST_DC
15133         
15134
15135 For security reasons, the operation must be run on the destination DC.
15136
15137 0x0000216F
15138
15139 ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
15140         
15141
15142 For security reasons, the source DC must be NT4SP4 or greater.
15143
15144 0x00002170
15145
15146 ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
15147         
15148
15149 Critical directory service system objects cannot be deleted during tree deletion operations. The tree deletion might have been partially performed.
15150
15151 0x00002171
15152
15153 ERROR_DS_INIT_FAILURE_CONSOLE
15154         
15155
15156 Directory Services could not start because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
15157
15158 0x00002172
15159
15160 ERROR_DS_SAM_INIT_FAILURE_CONSOLE
15161         
15162
15163 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
15164
15165 0x00002173
15166
15167 ERROR_DS_FOREST_VERSION_TOO_HIGH
15168         
15169
15170 The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
15171
15172 0x00002174
15173
15174 ERROR_DS_DOMAIN_VERSION_TOO_HIGH
15175         
15176
15177 The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
15178
15179 0x00002175
15180
15181 ERROR_DS_FOREST_VERSION_TOO_LOW
15182         
15183
15184 The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
15185
15186 0x00002176
15187
15188 ERROR_DS_DOMAIN_VERSION_TOO_LOW
15189         
15190
15191 The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
15192
15193 0x00002177
15194
15195 ERROR_DS_INCOMPATIBLE_VERSION
15196         
15197
15198 The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
15199
15200 0x00002178
15201
15202 ERROR_DS_LOW_DSA_VERSION
15203         
15204
15205 The functional level of the domain (or forest) cannot be raised to the requested value because one or more domain controllers in the domain (or forest) are at a lower, incompatible functional level.
15206
15207 0x00002179
15208
15209 ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
15210         
15211
15212 The forest functional level cannot be raised to the requested value because one or more domains are still in mixed-domain mode. All domains in the forest must be in native mode for you to raise the forest functional level.
15213
15214 0x0000217A
15215
15216 ERROR_DS_NOT_SUPPORTED_SORT_ORDER
15217         
15218
15219 The sort order requested is not supported.
15220
15221 0x0000217B
15222
15223 ERROR_DS_NAME_NOT_UNIQUE
15224         
15225
15226 The requested name already exists as a unique identifier.
15227
15228 0x0000217C
15229
15230 ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
15231         
15232
15233 The machine account was created before Windows NT 4.0. The account needs to be re-created.
15234
15235 0x0000217D
15236
15237 ERROR_DS_OUT_OF_VERSION_STORE
15238         
15239
15240 The database is out of version store.
15241
15242 0x0000217E
15243
15244 ERROR_DS_INCOMPATIBLE_CONTROLS_USED
15245         
15246
15247 Unable to continue operation because multiple conflicting controls were used.
15248
15249 0x0000217F
15250
15251 ERROR_DS_NO_REF_DOMAIN
15252         
15253
15254 Unable to find a valid security descriptor reference domain for this partition.
15255
15256 0x00002180
15257
15258 ERROR_DS_RESERVED_LINK_ID
15259         
15260
15261 Schema update failed: The link identifier is reserved.
15262
15263 0x00002181
15264
15265 ERROR_DS_LINK_ID_NOT_AVAILABLE
15266         
15267
15268 Schema update failed: There are no link identifiers available.
15269
15270 0x00002182
15271
15272 ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
15273         
15274
15275 An account group cannot have a universal group as a member.
15276
15277 0x00002183
15278
15279 ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
15280         
15281
15282 Rename or move operations on naming context heads or read-only objects are not allowed.
15283
15284 0x00002184
15285
15286 ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
15287         
15288
15289 Move operations on objects in the schema naming context are not allowed.
15290
15291 0x00002185
15292
15293 ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
15294         
15295
15296 A system flag has been set on the object that does not allow the object to be moved or renamed.
15297
15298 0x00002186
15299
15300 ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
15301         
15302
15303 This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
15304
15305 0x00002187
15306
15307 ERROR_DS_NAME_ERROR_TRUST_REFERRAL
15308         
15309
15310 Unable to resolve completely; a referral to another forest was generated.
15311
15312 0x00002188
15313
15314 ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
15315         
15316
15317 The requested action is not supported on a standard server.
15318
15319 0x00002189
15320
15321 ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
15322         
15323
15324 Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
15325
15326 0x0000218A
15327
15328 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
15329         
15330
15331 The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica, nor can it contact a replica of the naming context above the proposed naming context. Ensure that the parent naming context is properly registered in the DNS, and at least one replica of this naming context is reachable by the domain naming master.
15332
15333 0x0000218B
15334
15335 ERROR_DS_THREAD_LIMIT_EXCEEDED
15336         
15337
15338 The thread limit for this request was exceeded.
15339
15340 0x0000218C
15341
15342 ERROR_DS_NOT_CLOSEST
15343         
15344
15345 The GC server is not in the closest site.
15346
15347 0x0000218D
15348
15349 ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
15350         
15351
15352 The directory service cannot derive an SPN with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
15353
15354 0x0000218E
15355
15356 ERROR_DS_SINGLE_USER_MODE_FAILED
15357         
15358
15359 The directory service failed to enter single-user mode.
15360
15361 0x0000218F
15362
15363 ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
15364         
15365
15366 The directory service cannot parse the script because of a syntax error.
15367
15368 0x00002190
15369
15370 ERROR_DS_NTDSCRIPT_PROCESS_ERROR
15371         
15372
15373 The directory service cannot process the script because of an error.
15374
15375 0x00002191
15376
15377 ERROR_DS_DIFFERENT_REPL_EPOCHS
15378         
15379
15380 The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
15381
15382 0x00002192
15383
15384 ERROR_DS_DRS_EXTENSIONS_CHANGED
15385         
15386
15387 The directory service binding must be renegotiated due to a change in the server extensions information.
15388
15389 0x00002193
15390
15391 ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
15392         
15393
15394 The operation is not allowed on a disabled cross-reference.
15395
15396 0x00002194
15397
15398 ERROR_DS_NO_MSDS_INTID
15399         
15400
15401 Schema update failed: No values for msDS-IntId are available.
15402
15403 0x00002195
15404
15405 ERROR_DS_DUP_MSDS_INTID
15406         
15407
15408 Schema update failed: Duplicate msDS-IntId. Retry the operation.
15409
15410 0x00002196
15411
15412 ERROR_DS_EXISTS_IN_RDNATTID
15413         
15414
15415 Schema deletion failed: Attribute is used in rDNAttID.
15416
15417 0x00002197
15418
15419 ERROR_DS_AUTHORIZATION_FAILED
15420         
15421
15422 The directory service failed to authorize the request.
15423
15424 0x00002198
15425
15426 ERROR_DS_INVALID_SCRIPT
15427         
15428
15429 The directory service cannot process the script because it is invalid.
15430
15431 0x00002199
15432
15433 ERROR_DS_REMOTE_CROSSREF_OP_FAILED
15434         
15435
15436 The remote create cross-reference operation failed on the domain naming master FSMO. The operation's error is in the extended data.
15437
15438 0x0000219A
15439
15440 ERROR_DS_CROSS_REF_BUSY
15441         
15442
15443 A cross-reference is in use locally with the same name.
15444
15445 0x0000219B
15446
15447 ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
15448         
15449
15450 The directory service cannot derive an SPN with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
15451
15452 0x0000219C
15453
15454 ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
15455         
15456
15457 Writable NCs prevent this DC from demoting.
15458
15459 0x0000219D
15460
15461 ERROR_DS_DUPLICATE_ID_FOUND
15462         
15463
15464 The requested object has a nonunique identifier and cannot be retrieved.
15465
15466 0x0000219E
15467
15468 ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
15469         
15470
15471 Insufficient attributes were given to create an object. This object might not exist because it might have been deleted and the garbage already collected.
15472
15473 0x0000219F
15474
15475 ERROR_DS_GROUP_CONVERSION_ERROR
15476         
15477
15478 The group cannot be converted due to attribute restrictions on the requested group type.
15479
15480 0x000021A0
15481
15482 ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
15483         
15484
15485 Cross-domain moves of nonempty basic application groups is not allowed.
15486
15487 0x000021A1
15488
15489 ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
15490         
15491
15492 Cross-domain moves of nonempty query-based application groups is not allowed.
15493
15494 0x000021A2
15495
15496 ERROR_DS_ROLE_NOT_VERIFIED
15497         
15498
15499 The FSMO role ownership could not be verified because its directory partition did not replicate successfully with at least one replication partner.
15500
15501 0x000021A3
15502
15503 ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
15504         
15505
15506 The target container for a redirection of a well-known object container cannot already be a special container.
15507
15508 0x000021A4
15509
15510 ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
15511         
15512
15513 The directory service cannot perform the requested operation because a domain rename operation is in progress.
15514
15515 0x000021A5
15516
15517 ERROR_DS_EXISTING_AD_CHILD_NC
15518         
15519
15520 The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
15521
15522 0x000021A6
15523
15524 ERROR_DS_REPL_LIFETIME_EXCEEDED
15525         
15526
15527 The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
15528
15529 0x000021A7
15530
15531 ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
15532         
15533
15534 The requested operation is not allowed on an object under the system container.
15535
15536 0x000021A8
15537
15538 ERROR_DS_LDAP_SEND_QUEUE_FULL
15539         
15540
15541 The LDAP server's network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
15542
15543 0x000021A9
15544
15545 ERROR_DS_DRA_OUT_SCHEDULE_WINDOW
15546         
15547
15548 The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
15549
15550 0x000021AA
15551
15552 ERROR_DS_POLICY_NOT_KNOWN
15553         
15554
15555 At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Retry at a later time to account for replication latencies.
15556
15557 0x000021AB
15558
15559 ERROR_NO_SITE_SETTINGS_OBJECT
15560         
15561
15562 The site settings object for the specified site does not exist.
15563
15564 0x000021AC
15565
15566 ERROR_NO_SECRETS
15567         
15568
15569 The local account store does not contain secret material for the specified account.
15570
15571 0x000021AD
15572
15573 ERROR_NO_WRITABLE_DC_FOUND
15574         
15575
15576 Could not find a writable domain controller in the domain.
15577
15578 0x000021AE
15579
15580 ERROR_DS_NO_SERVER_OBJECT
15581         
15582
15583 The server object for the domain controller does not exist.
15584
15585 0x000021AF
15586
15587 ERROR_DS_NO_NTDSA_OBJECT
15588         
15589
15590 The NTDS Settings object for the domain controller does not exist.
15591
15592 0x000021B0
15593
15594 ERROR_DS_NON_ASQ_SEARCH
15595         
15596
15597 The requested search operation is not supported for attribute scoped query (ASQ) searches.
15598
15599 0x000021B1
15600
15601 ERROR_DS_AUDIT_FAILURE
15602         
15603
15604 A required audit event could not be generated for the operation.
15605
15606 0x000021B2
15607
15608 ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE
15609         
15610
15611 The search flags for the attribute are invalid. The subtree index bit is valid only on single-valued attributes.
15612
15613 0x000021B3
15614
15615 ERROR_DS_INVALID_SEARCH_FLAG_TUPLE
15616         
15617
15618 The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
15619
15620 0x000021C2
15621
15622 ERROR_DS_HIGH_DSA_VERSION
15623         
15624
15625 The functional level of the domain (or forest) cannot be lowered to the requested value.
15626
15627 0x000021C7
15628
15629 ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST
15630         
15631
15632 The operation failed because the SPN value provided for addition/modification is not unique forest-wide.
15633
15634 0x000021C8
15635
15636 ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST
15637         
15638
15639 The operation failed because the UPN value provided for addition/modification is not unique forest-wide.
15640
15641 0x00002329
15642
15643 DNS_ERROR_RCODE_FORMAT_ERROR
15644         
15645
15646 DNS server unable to interpret format.
15647
15648 0x0000232A
15649
15650 DNS_ERROR_RCODE_SERVER_FAILURE
15651         
15652
15653 DNS server failure.
15654
15655 0x0000232B
15656
15657 DNS_ERROR_RCODE_NAME_ERROR
15658         
15659
15660 DNS name does not exist.
15661
15662 0x0000232C
15663
15664 DNS_ERROR_RCODE_NOT_IMPLEMENTED
15665         
15666
15667 DNS request not supported by name server.
15668
15669 0x0000232D
15670
15671 DNS_ERROR_RCODE_REFUSED
15672         
15673
15674 DNS operation refused.
15675
15676 0x0000232E
15677
15678 DNS_ERROR_RCODE_YXDOMAIN
15679         
15680
15681 DNS name that should not exist, does exist.
15682
15683 0x0000232F
15684
15685 DNS_ERROR_RCODE_YXRRSET
15686         
15687
15688 DNS resource record (RR) set that should not exist, does exist.
15689
15690 0x00002330
15691
15692 DNS_ERROR_RCODE_NXRRSET
15693         
15694
15695 DNS RR set that should to exist, does not exist.
15696
15697 0x00002331
15698
15699 DNS_ERROR_RCODE_NOTAUTH
15700         
15701
15702 DNS server not authoritative for zone.
15703
15704 0x00002332
15705
15706 DNS_ERROR_RCODE_NOTZONE
15707         
15708
15709 DNS name in update or prereq is not in zone.
15710
15711 0x00002338
15712
15713 DNS_ERROR_RCODE_BADSIG
15714         
15715
15716 DNS signature failed to verify.
15717
15718 0x00002339
15719
15720 DNS_ERROR_RCODE_BADKEY
15721         
15722
15723 DNS bad key.
15724
15725 0x0000233A
15726
15727 DNS_ERROR_RCODE_BADTIME
15728         
15729
15730 DNS signature validity expired.
15731
15732 0x0000251D
15733
15734 DNS_INFO_NO_RECORDS
15735         
15736
15737 No records found for given DNS query.
15738
15739 0x0000251E
15740
15741 DNS_ERROR_BAD_PACKET
15742         
15743
15744 Bad DNS packet.
15745
15746 0x0000251F
15747
15748 DNS_ERROR_NO_PACKET
15749         
15750
15751 No DNS packet.
15752
15753 0x00002520
15754
15755 DNS_ERROR_RCODE
15756         
15757
15758 DNS error, check rcode.
15759
15760 0x00002521
15761
15762 DNS_ERROR_UNSECURE_PACKET
15763         
15764
15765 Unsecured DNS packet.
15766
15767 0x0000254F
15768
15769 DNS_ERROR_INVALID_TYPE
15770         
15771
15772 Invalid DNS type.
15773
15774 0x00002550
15775
15776 DNS_ERROR_INVALID_IP_ADDRESS
15777         
15778
15779 Invalid IP address.
15780
15781 0x00002551
15782
15783 DNS_ERROR_INVALID_PROPERTY
15784         
15785
15786 Invalid property.
15787
15788 0x00002552
15789
15790 DNS_ERROR_TRY_AGAIN_LATER
15791         
15792
15793 Try DNS operation again later.
15794
15795 0x00002553
15796
15797 DNS_ERROR_NOT_UNIQUE
15798         
15799
15800 Record for given name and type is not unique.
15801
15802 0x00002554
15803
15804 DNS_ERROR_NON_RFC_NAME
15805         
15806
15807 DNS name does not comply with RFC specifications.
15808
15809 0x00002555
15810
15811 DNS_STATUS_FQDN
15812         
15813
15814 DNS name is a fully qualified DNS name.
15815
15816 0x00002556
15817
15818 DNS_STATUS_DOTTED_NAME
15819         
15820
15821 DNS name is dotted (multilabel).
15822
15823 0x00002557
15824
15825 DNS_STATUS_SINGLE_PART_NAME
15826         
15827
15828 DNS name is a single-part name.
15829
15830 0x00002558
15831
15832 DNS_ERROR_INVALID_NAME_CHAR
15833         
15834
15835 DNS name contains an invalid character.
15836
15837 0x00002559
15838
15839 DNS_ERROR_NUMERIC_NAME
15840         
15841
15842 DNS name is entirely numeric.
15843
15844 0x0000255A
15845
15846 DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
15847         
15848
15849 The operation requested is not permitted on a DNS root server.
15850
15851 0x0000255B
15852
15853 DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
15854         
15855
15856 The record could not be created because this part of the DNS namespace has been delegated to another server.
15857
15858 0x0000255C
15859
15860 DNS_ERROR_CANNOT_FIND_ROOT_HINTS
15861         
15862
15863 The DNS server could not find a set of root hints.
15864
15865 0x0000255D
15866
15867 DNS_ERROR_INCONSISTENT_ROOT_HINTS
15868         
15869
15870 The DNS server found root hints but they were not consistent across all adapters.
15871
15872 0x0000255E
15873
15874 DNS_ERROR_DWORD_VALUE_TOO_SMALL
15875         
15876
15877 The specified value is too small for this parameter.
15878
15879 0x0000255F
15880
15881 DNS_ERROR_DWORD_VALUE_TOO_LARGE
15882         
15883
15884 The specified value is too large for this parameter.
15885
15886 0x00002560
15887
15888 DNS_ERROR_BACKGROUND_LOADING
15889         
15890
15891 This operation is not allowed while the DNS server is loading zones in the background. Try again later.
15892
15893 0x00002561
15894
15895 DNS_ERROR_NOT_ALLOWED_ON_RODC
15896         
15897
15898 The operation requested is not permitted on against a DNS server running on a read-only DC.
15899
15900 0x00002581
15901
15902 DNS_ERROR_ZONE_DOES_NOT_EXIST
15903         
15904
15905 DNS zone does not exist.
15906
15907 0x00002582
15908
15909 DNS_ERROR_NO_ZONE_INFO
15910         
15911
15912 DNS zone information not available.
15913
15914 0x00002583
15915
15916 DNS_ERROR_INVALID_ZONE_OPERATION
15917         
15918
15919 Invalid operation for DNS zone.
15920
15921 0x00002584
15922
15923 DNS_ERROR_ZONE_CONFIGURATION_ERROR
15924         
15925
15926 Invalid DNS zone configuration.
15927
15928 0x00002585
15929
15930 DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
15931         
15932
15933 DNS zone has no start of authority (SOA) record.
15934
15935 0x00002586
15936
15937 DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
15938         
15939
15940 DNS zone has no Name Server (NS) record.
15941
15942 0x00002587
15943
15944 DNS_ERROR_ZONE_LOCKED
15945         
15946
15947 DNS zone is locked.
15948
15949 0x00002588
15950
15951 DNS_ERROR_ZONE_CREATION_FAILED
15952         
15953
15954 DNS zone creation failed.
15955
15956 0x00002589
15957
15958 DNS_ERROR_ZONE_ALREADY_EXISTS
15959         
15960
15961 DNS zone already exists.
15962
15963 0x0000258A
15964
15965 DNS_ERROR_AUTOZONE_ALREADY_EXISTS
15966         
15967
15968 DNS automatic zone already exists.
15969
15970 0x0000258B
15971
15972 DNS_ERROR_INVALID_ZONE_TYPE
15973         
15974
15975 Invalid DNS zone type.
15976
15977 0x0000258C
15978
15979 DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
15980         
15981
15982 Secondary DNS zone requires master IP address.
15983
15984 0x0000258D
15985
15986 DNS_ERROR_ZONE_NOT_SECONDARY
15987         
15988
15989 DNS zone not secondary.
15990
15991 0x0000258E
15992
15993 DNS_ERROR_NEED_SECONDARY_ADDRESSES
15994         
15995
15996 Need secondary IP address.
15997
15998 0x0000258F
15999
16000 DNS_ERROR_WINS_INIT_FAILED
16001         
16002
16003 WINS initialization failed.
16004
16005 0x00002590
16006
16007 DNS_ERROR_NEED_WINS_SERVERS
16008         
16009
16010 Need WINS servers.
16011
16012 0x00002591
16013
16014 DNS_ERROR_NBSTAT_INIT_FAILED
16015         
16016
16017 NBTSTAT initialization call failed.
16018
16019 0x00002592
16020
16021 DNS_ERROR_SOA_DELETE_INVALID
16022         
16023
16024 Invalid delete of SOA.
16025
16026 0x00002593
16027
16028 DNS_ERROR_FORWARDER_ALREADY_EXISTS
16029         
16030
16031 A conditional forwarding zone already exists for that name.
16032
16033 0x00002594
16034
16035 DNS_ERROR_ZONE_REQUIRES_MASTER_IP
16036         
16037
16038 This zone must be configured with one or more master DNS server IP addresses.
16039
16040 0x00002595
16041
16042 DNS_ERROR_ZONE_IS_SHUTDOWN
16043         
16044
16045 The operation cannot be performed because this zone is shut down.
16046
16047 0x000025B3
16048
16049 DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
16050         
16051
16052 The primary DNS zone requires a data file.
16053
16054 0x000025B4
16055
16056 DNS_ERROR_INVALID_DATAFILE_NAME
16057         
16058
16059 Invalid data file name for the DNS zone.
16060
16061 0x000025B5
16062
16063 DNS_ERROR_DATAFILE_OPEN_FAILURE
16064         
16065
16066 Failed to open the data file for the DNS zone.
16067
16068 0x000025B6
16069
16070 DNS_ERROR_FILE_WRITEBACK_FAILED
16071         
16072
16073 Failed to write the data file for the DNS zone.
16074
16075 0x000025B7
16076
16077 DNS_ERROR_DATAFILE_PARSING
16078         
16079
16080 Failure while reading datafile for DNS zone.
16081
16082 0x000025E5
16083
16084 DNS_ERROR_RECORD_DOES_NOT_EXIST
16085         
16086
16087 DNS record does not exist.
16088
16089 0x000025E6
16090
16091 DNS_ERROR_RECORD_FORMAT
16092         
16093
16094 DNS record format error.
16095
16096 0x000025E7
16097
16098 DNS_ERROR_NODE_CREATION_FAILED
16099         
16100
16101 Node creation failure in DNS.
16102
16103 0x000025E8
16104
16105 DNS_ERROR_UNKNOWN_RECORD_TYPE
16106         
16107
16108 Unknown DNS record type.
16109
16110 0x000025E9
16111
16112 DNS_ERROR_RECORD_TIMED_OUT
16113         
16114
16115 DNS record timed out.
16116
16117 0x000025EA
16118
16119 DNS_ERROR_NAME_NOT_IN_ZONE
16120         
16121
16122 Name not in DNS zone.
16123
16124 0x000025EB
16125
16126 DNS_ERROR_CNAME_LOOP
16127         
16128
16129 CNAME loop detected.
16130
16131 0x000025EC
16132
16133 DNS_ERROR_NODE_IS_CNAME
16134         
16135
16136 Node is a CNAME DNS record.
16137
16138 0x000025ED
16139
16140 DNS_ERROR_CNAME_COLLISION
16141         
16142
16143 A CNAME record already exists for the given name.
16144
16145 0x000025EE
16146
16147 DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
16148         
16149
16150 Record is only at DNS zone root.
16151
16152 0x000025EF
16153
16154 DNS_ERROR_RECORD_ALREADY_EXISTS
16155         
16156
16157 DNS record already exists.
16158
16159 0x000025F0
16160
16161 DNS_ERROR_SECONDARY_DATA
16162         
16163
16164 Secondary DNS zone data error.
16165
16166 0x000025F1
16167
16168 DNS_ERROR_NO_CREATE_CACHE_DATA
16169         
16170
16171 Could not create DNS cache data.
16172
16173 0x000025F2
16174
16175 DNS_ERROR_NAME_DOES_NOT_EXIST
16176         
16177
16178 DNS name does not exist.
16179
16180 0x000025F3
16181
16182 DNS_WARNING_PTR_CREATE_FAILED
16183         
16184
16185 Could not create pointer (PTR) record.
16186
16187 0x000025F4
16188
16189 DNS_WARNING_DOMAIN_UNDELETED
16190         
16191
16192 DNS domain was undeleted.
16193
16194 0x000025F5
16195
16196 DNS_ERROR_DS_UNAVAILABLE
16197         
16198
16199 The directory service is unavailable.
16200
16201 0x000025F6
16202
16203 DNS_ERROR_DS_ZONE_ALREADY_EXISTS
16204         
16205
16206 DNS zone already exists in the directory service.
16207
16208 0x000025F7
16209
16210 DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
16211         
16212
16213 DNS server not creating or reading the boot file for the directory service integrated DNS zone.
16214
16215 0x00002617
16216
16217 DNS_INFO_AXFR_COMPLETE
16218         
16219
16220 DNS AXFR (zone transfer) complete.
16221
16222 0x00002618
16223
16224 DNS_ERROR_AXFR
16225         
16226
16227 DNS zone transfer failed.
16228
16229 0x00002619
16230
16231 DNS_INFO_ADDED_LOCAL_WINS
16232         
16233
16234 Added local WINS server.
16235
16236 0x00002649
16237
16238 DNS_STATUS_CONTINUE_NEEDED
16239         
16240
16241 Secure update call needs to continue update request.
16242
16243 0x0000267B
16244
16245 DNS_ERROR_NO_TCPIP
16246         
16247
16248 TCP/IP network protocol not installed.
16249
16250 0x0000267C
16251
16252 DNS_ERROR_NO_DNS_SERVERS
16253         
16254
16255 No DNS servers configured for local system.
16256
16257 0x000026AD
16258
16259 DNS_ERROR_DP_DOES_NOT_EXIST
16260         
16261
16262 The specified directory partition does not exist.
16263
16264 0x000026AE
16265
16266 DNS_ERROR_DP_ALREADY_EXISTS
16267         
16268
16269 The specified directory partition already exists.
16270
16271 0x000026AF
16272
16273 DNS_ERROR_DP_NOT_ENLISTED
16274         
16275
16276 This DNS server is not enlisted in the specified directory partition.
16277
16278 0x000026B0
16279
16280 DNS_ERROR_DP_ALREADY_ENLISTED
16281         
16282
16283 This DNS server is already enlisted in the specified directory partition.
16284
16285 0x000026B1
16286
16287 DNS_ERROR_DP_NOT_AVAILABLE
16288         
16289
16290 The directory partition is not available at this time. Wait a few minutes and try again.
16291
16292 0x000026B2
16293
16294 DNS_ERROR_DP_FSMO_ERROR
16295         
16296
16297 The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
16298
16299 0x00002714
16300
16301 WSAEINTR
16302         
16303
16304 A blocking operation was interrupted by a call to WSACancelBlockingCall.
16305
16306 0x00002719
16307
16308 WSAEBADF
16309         
16310
16311 The file handle supplied is not valid.
16312
16313 0x0000271D
16314
16315 WSAEACCES
16316         
16317
16318 An attempt was made to access a socket in a way forbidden by its access permissions.
16319
16320 0x0000271E
16321
16322 WSAEFAULT
16323         
16324
16325 The system detected an invalid pointer address in attempting to use a pointer argument in a call.
16326
16327 0x00002726
16328
16329 WSAEINVAL
16330         
16331
16332 An invalid argument was supplied.
16333
16334 0x00002728
16335
16336 WSAEMFILE
16337         
16338
16339 Too many open sockets.
16340
16341 0x00002733
16342
16343 WSAEWOULDBLOCK
16344         
16345
16346 A nonblocking socket operation could not be completed immediately.
16347
16348 0x00002734
16349
16350 WSAEINPROGRESS
16351         
16352
16353 A blocking operation is currently executing.
16354
16355 0x00002735
16356
16357 WSAEALREADY
16358         
16359
16360 An operation was attempted on a nonblocking socket that already had an operation in progress.
16361
16362 0x00002736
16363
16364 WSAENOTSOCK
16365         
16366
16367 An operation was attempted on something that is not a socket.
16368
16369 0x00002737
16370
16371 WSAEDESTADDRREQ
16372         
16373
16374 A required address was omitted from an operation on a socket.
16375
16376 0x00002738
16377
16378 WSAEMSGSIZE
16379         
16380
16381 A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
16382
16383 0x00002739
16384
16385 WSAEPROTOTYPE
16386         
16387
16388 A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
16389
16390 0x0000273A
16391
16392 WSAENOPROTOOPT
16393         
16394
16395 An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
16396
16397 0x0000273B
16398
16399 WSAEPROTONOSUPPORT
16400         
16401
16402 The requested protocol has not been configured into the system, or no implementation for it exists.
16403
16404 0x0000273C
16405
16406 WSAESOCKTNOSUPPORT
16407         
16408
16409 The support for the specified socket type does not exist in this address family.
16410
16411 0x0000273D
16412
16413 WSAEOPNOTSUPP
16414         
16415
16416 The attempted operation is not supported for the type of object referenced.
16417
16418 0x0000273E
16419
16420 WSAEPFNOSUPPORT
16421         
16422
16423 The protocol family has not been configured into the system or no implementation for it exists.
16424
16425 0x0000273F
16426
16427 WSAEAFNOSUPPORT
16428         
16429
16430 An address incompatible with the requested protocol was used.
16431
16432 0x00002740
16433
16434 WSAEADDRINUSE
16435         
16436
16437 Only one usage of each socket address (protocol/network address/port) is normally permitted.
16438
16439 0x00002741
16440
16441 WSAEADDRNOTAVAIL
16442         
16443
16444 The requested address is not valid in its context.
16445
16446 0x00002742
16447
16448 WSAENETDOWN
16449         
16450
16451 A socket operation encountered a dead network.
16452
16453 0x00002743
16454
16455 WSAENETUNREACH
16456         
16457
16458 A socket operation was attempted to an unreachable network.
16459
16460 0x00002744
16461
16462 WSAENETRESET
16463         
16464
16465 The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
16466
16467 0x00002745
16468
16469 WSAECONNABORTED
16470         
16471
16472 An established connection was aborted by the software in your host machine.
16473
16474 0x00002746
16475
16476 WSAECONNRESET
16477         
16478
16479 An existing connection was forcibly closed by the remote host.
16480
16481 0x00002747
16482
16483 WSAENOBUFS
16484         
16485
16486 An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
16487
16488 0x00002748
16489
16490 WSAEISCONN
16491         
16492
16493 A connect request was made on an already connected socket.
16494
16495 0x00002749
16496
16497 WSAENOTCONN
16498         
16499
16500 A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
16501
16502 0x0000274A
16503
16504 WSAESHUTDOWN
16505         
16506
16507 A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
16508
16509 0x0000274B
16510
16511 WSAETOOMANYREFS
16512         
16513
16514 Too many references to a kernel object.
16515
16516 0x0000274C
16517
16518 WSAETIMEDOUT
16519         
16520
16521 A connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host failed to respond.
16522
16523 0x0000274D
16524
16525 WSAECONNREFUSED
16526         
16527
16528 No connection could be made because the target machine actively refused it.
16529
16530 0x0000274E
16531
16532 WSAELOOP
16533         
16534
16535 Cannot translate name.
16536
16537 0x0000274F
16538
16539 WSAENAMETOOLONG
16540         
16541
16542 Name or name component was too long.
16543
16544 0x00002750
16545
16546 WSAEHOSTDOWN
16547         
16548
16549 A socket operation failed because the destination host was down.
16550
16551 0x00002751
16552
16553 WSAEHOSTUNREACH
16554         
16555
16556 A socket operation was attempted to an unreachable host.
16557
16558 0x00002752
16559
16560 WSAENOTEMPTY
16561         
16562
16563 Cannot remove a directory that is not empty.
16564
16565 0x00002753
16566
16567 WSAEPROCLIM
16568         
16569
16570 A Windows Sockets implementation might have a limit on the number of applications that can use it simultaneously.
16571
16572 0x00002754
16573
16574 WSAEUSERS
16575         
16576
16577 Ran out of quota.
16578
16579 0x00002755
16580
16581 WSAEDQUOT
16582         
16583
16584 Ran out of disk quota.
16585
16586 0x00002756
16587
16588 WSAESTALE
16589         
16590
16591 File handle reference is no longer available.
16592
16593 0x00002757
16594
16595 WSAEREMOTE
16596         
16597
16598 Item is not available locally.
16599
16600 0x0000276B
16601
16602 WSASYSNOTREADY
16603         
16604
16605 WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
16606
16607 0x0000276C
16608
16609 WSAVERNOTSUPPORTED
16610         
16611
16612 The Windows Sockets version requested is not supported.
16613
16614 0x0000276D
16615
16616 WSANOTINITIALISED
16617         
16618
16619 Either the application has not called WSAStartup, or WSAStartup failed.
16620
16621 0x00002775
16622
16623 WSAEDISCON
16624         
16625
16626 Returned by WSARecv or WSARecvFrom to indicate that the remote party has initiated a graceful shutdown sequence.
16627
16628 0x00002776
16629
16630 WSAENOMORE
16631         
16632
16633 No more results can be returned by WSALookupServiceNext.
16634
16635 0x00002777
16636
16637 WSAECANCELLED
16638         
16639
16640 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
16641
16642 0x00002778
16643
16644 WSAEINVALIDPROCTABLE
16645         
16646
16647 The procedure call table is invalid.
16648
16649 0x00002779
16650
16651 WSAEINVALIDPROVIDER
16652         
16653
16654 The requested service provider is invalid.
16655
16656 0x0000277A
16657
16658 WSAEPROVIDERFAILEDINIT
16659         
16660
16661 The requested service provider could not be loaded or initialized.
16662
16663 0x0000277B
16664
16665 WSASYSCALLFAILURE
16666         
16667
16668 A system call that should never fail has failed.
16669
16670 0x0000277C
16671
16672 WSASERVICE_NOT_FOUND
16673         
16674
16675 No such service is known. The service cannot be found in the specified namespace.
16676
16677 0x0000277D
16678
16679 WSATYPE_NOT_FOUND
16680         
16681
16682 The specified class was not found.
16683
16684 0x0000277E
16685
16686 WSA_E_NO_MORE
16687         
16688
16689 No more results can be returned by WSALookupServiceNext.
16690
16691 0x0000277F
16692
16693 WSA_E_CANCELLED
16694         
16695
16696 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
16697
16698 0x00002780
16699
16700 WSAEREFUSED
16701         
16702
16703 A database query failed because it was actively refused.
16704
16705 0x00002AF9
16706
16707 WSAHOST_NOT_FOUND
16708         
16709
16710 No such host is known.
16711
16712 0x00002AFA
16713
16714 WSATRY_AGAIN
16715         
16716
16717 This is usually a temporary error during host name resolution and means that the local server did not receive a response from an authoritative server.
16718
16719 0x00002AFB
16720
16721 WSANO_RECOVERY
16722         
16723
16724 A nonrecoverable error occurred during a database lookup.
16725
16726 0x00002AFC
16727
16728 WSANO_DATA
16729         
16730
16731 The requested name is valid, but no data of the requested type was found.
16732
16733 0x00002AFD
16734
16735 WSA_QOS_RECEIVERS
16736         
16737
16738 At least one reserve has arrived.
16739
16740 0x00002AFE
16741
16742 WSA_QOS_SENDERS
16743         
16744
16745 At least one path has arrived.
16746
16747 0x00002AFF
16748
16749 WSA_QOS_NO_SENDERS
16750         
16751
16752 There are no senders.
16753
16754 0x00002B00
16755
16756 WSA_QOS_NO_RECEIVERS
16757         
16758
16759 There are no receivers.
16760
16761 0x00002B01
16762
16763 WSA_QOS_REQUEST_CONFIRMED
16764         
16765
16766 Reserve has been confirmed.
16767
16768 0x00002B02
16769
16770 WSA_QOS_ADMISSION_FAILURE
16771         
16772
16773 Error due to lack of resources.
16774
16775 0x00002B03
16776
16777 WSA_QOS_POLICY_FAILURE
16778         
16779
16780 Rejected for administrative reasons—bad credentials.
16781
16782 0x00002B04
16783
16784 WSA_QOS_BAD_STYLE
16785         
16786
16787 Unknown or conflicting style.
16788
16789 0x00002B05
16790
16791 WSA_QOS_BAD_OBJECT
16792         
16793
16794 There is a problem with some part of the filterspec or provider-specific buffer in general.
16795
16796 0x00002B06
16797
16798 WSA_QOS_TRAFFIC_CTRL_ERROR
16799         
16800
16801 There is a problem with some part of the flowspec.
16802
16803 0x00002B07
16804
16805 WSA_QOS_GENERIC_ERROR
16806         
16807
16808 General quality of serve (QOS) error.
16809
16810 0x00002B08
16811
16812 WSA_QOS_ESERVICETYPE
16813         
16814
16815 An invalid or unrecognized service type was found in the flowspec.
16816
16817 0x00002B09
16818
16819 WSA_QOS_EFLOWSPEC
16820         
16821
16822 An invalid or inconsistent flowspec was found in the QOS structure.
16823
16824 0x00002B0A
16825
16826 WSA_QOS_EPROVSPECBUF
16827         
16828
16829 Invalid QOS provider-specific buffer.
16830
16831 0x00002B0B
16832
16833 WSA_QOS_EFILTERSTYLE
16834         
16835
16836 An invalid QOS filter style was used.
16837
16838 0x00002B0C
16839
16840 WSA_QOS_EFILTERTYPE
16841         
16842
16843 An invalid QOS filter type was used.
16844
16845 0x00002B0D
16846
16847 WSA_QOS_EFILTERCOUNT
16848         
16849
16850 An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
16851
16852 0x00002B0E
16853
16854 WSA_QOS_EOBJLENGTH
16855         
16856
16857 An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
16858
16859 0x00002B0F
16860
16861 WSA_QOS_EFLOWCOUNT
16862         
16863
16864 An incorrect number of flow descriptors was specified in the QOS structure.
16865
16866 0x00002B10
16867
16868 WSA_QOS_EUNKOWNPSOBJ
16869         
16870
16871 An unrecognized object was found in the QOS provider-specific buffer.
16872
16873 0x00002B11
16874
16875 WSA_QOS_EPOLICYOBJ
16876         
16877
16878 An invalid policy object was found in the QOS provider-specific buffer.
16879
16880 0x00002B12
16881
16882 WSA_QOS_EFLOWDESC
16883         
16884
16885 An invalid QOS flow descriptor was found in the flow descriptor list.
16886
16887 0x00002B13
16888
16889 WSA_QOS_EPSFLOWSPEC
16890         
16891
16892 An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
16893
16894 0x00002B14
16895
16896 WSA_QOS_EPSFILTERSPEC
16897         
16898
16899 An invalid FILTERSPEC was found in the QOS provider-specific buffer.
16900
16901 0x00002B15
16902
16903 WSA_QOS_ESDMODEOBJ
16904         
16905
16906 An invalid shape discard mode object was found in the QOS provider-specific buffer.
16907
16908 0x00002B16
16909
16910 WSA_QOS_ESHAPERATEOBJ
16911         
16912
16913 An invalid shaping rate object was found in the QOS provider-specific buffer.
16914
16915 0x00002B17
16916
16917 WSA_QOS_RESERVED_PETYPE
16918         
16919
16920 A reserved policy element was found in the QOS provider-specific buffer.
16921
16922 0x000032C8
16923
16924 ERROR_IPSEC_QM_POLICY_EXISTS
16925         
16926
16927 The specified quick mode policy already exists.
16928
16929 0x000032C9
16930
16931 ERROR_IPSEC_QM_POLICY_NOT_FOUND
16932         
16933
16934 The specified quick mode policy was not found.
16935
16936 0x000032CA
16937
16938 ERROR_IPSEC_QM_POLICY_IN_USE
16939         
16940
16941 The specified quick mode policy is being used.
16942
16943 0x000032CB
16944
16945 ERROR_IPSEC_MM_POLICY_EXISTS
16946         
16947
16948 The specified main mode policy already exists.
16949
16950 0x000032CC
16951
16952 ERROR_IPSEC_MM_POLICY_NOT_FOUND
16953         
16954
16955 The specified main mode policy was not found.
16956
16957 0x000032CD
16958
16959 ERROR_IPSEC_MM_POLICY_IN_USE
16960         
16961
16962 The specified main mode policy is being used.
16963
16964 0x000032CE
16965
16966 ERROR_IPSEC_MM_FILTER_EXISTS
16967         
16968
16969 The specified main mode filter already exists.
16970
16971 0x000032CF
16972
16973 ERROR_IPSEC_MM_FILTER_NOT_FOUND
16974         
16975
16976 The specified main mode filter was not found.
16977
16978 0x000032D0
16979
16980 ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
16981         
16982
16983 The specified transport mode filter already exists.
16984
16985 0x000032D1
16986
16987 ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
16988         
16989
16990 The specified transport mode filter does not exist.
16991
16992 0x000032D2
16993
16994 ERROR_IPSEC_MM_AUTH_EXISTS
16995         
16996
16997 The specified main mode authentication list exists.
16998
16999 0x000032D3
17000
17001 ERROR_IPSEC_MM_AUTH_NOT_FOUND
17002         
17003
17004 The specified main mode authentication list was not found.
17005
17006 0x000032D4
17007
17008 ERROR_IPSEC_MM_AUTH_IN_USE
17009         
17010
17011 The specified main mode authentication list is being used.
17012
17013 0x000032D5
17014
17015 ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
17016         
17017
17018 The specified default main mode policy was not found.
17019
17020 0x000032D6
17021
17022 ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
17023         
17024
17025 The specified default main mode authentication list was not found.
17026
17027 0x000032D7
17028
17029 ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
17030         
17031
17032 The specified default quick mode policy was not found.
17033
17034 0x000032D8
17035
17036 ERROR_IPSEC_TUNNEL_FILTER_EXISTS
17037         
17038
17039 The specified tunnel mode filter exists.
17040
17041 0x000032D9
17042
17043 ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
17044         
17045
17046 The specified tunnel mode filter was not found.
17047
17048 0x000032DA
17049
17050 ERROR_IPSEC_MM_FILTER_PENDING_DELETION
17051         
17052
17053 The main mode filter is pending deletion.
17054
17055 0x000032DB
17056
17057 ERROR_IPSEC_TRANSPORT_FILTER_ENDING_DELETION
17058         
17059
17060 The transport filter is pending deletion.
17061
17062 0x000032DC
17063
17064 ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
17065         
17066
17067 The tunnel filter is pending deletion.
17068
17069 0x000032DD
17070
17071 ERROR_IPSEC_MM_POLICY_PENDING_ELETION
17072         
17073
17074 The main mode policy is pending deletion.
17075
17076 0x000032DE
17077
17078 ERROR_IPSEC_MM_AUTH_PENDING_DELETION
17079         
17080
17081 The main mode authentication bundle is pending deletion.
17082
17083 0x000032DF
17084
17085 ERROR_IPSEC_QM_POLICY_PENDING_DELETION
17086         
17087
17088 The quick mode policy is pending deletion.
17089
17090 0x000032E0
17091
17092 WARNING_IPSEC_MM_POLICY_PRUNED
17093         
17094
17095 The main mode policy was successfully added, but some of the requested offers are not supported.
17096
17097 0x000032E1
17098
17099 WARNING_IPSEC_QM_POLICY_PRUNED
17100         
17101
17102 The quick mode policy was successfully added, but some of the requested offers are not supported.
17103
17104 0x000035E8
17105
17106 ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
17107         
17108
17109 Starts the list of frequencies of various IKE Win32 error codes encountered during negotiations.
17110
17111 0x000035E9
17112
17113 ERROR_IPSEC_IKE_AUTH_FAIL
17114         
17115
17116 The IKE authentication credentials are unacceptable.
17117
17118 0x000035EA
17119
17120 ERROR_IPSEC_IKE_ATTRIB_FAIL
17121         
17122
17123 The IKE security attributes are unacceptable.
17124
17125 0x000035EB
17126
17127 ERROR_IPSEC_IKE_NEGOTIATION_PENDING
17128         
17129
17130 The IKE negotiation is in progress.
17131
17132 0x000035EC
17133
17134 ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
17135         
17136
17137 General processing error.
17138
17139 0x000035ED
17140
17141 ERROR_IPSEC_IKE_TIMED_OUT
17142         
17143
17144 Negotiation timed out.
17145
17146 0x000035EE
17147
17148 ERROR_IPSEC_IKE_NO_CERT
17149         
17150
17151 The IKE failed to find a valid machine certificate. Contact your network security administrator about installing a valid certificate in the appropriate certificate store.
17152
17153 0x000035EF
17154
17155 ERROR_IPSEC_IKE_SA_DELETED
17156         
17157
17158 The IKE security association (SA) was deleted by a peer before it was completely established.
17159
17160 0x000035F0
17161
17162 ERROR_IPSEC_IKE_SA_REAPED
17163         
17164
17165 The IKE SA was deleted before it was completely established.
17166
17167 0x000035F1
17168
17169 ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
17170         
17171
17172 The negotiation request sat in the queue too long.
17173
17174 0x000035F2
17175
17176 ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
17177         
17178
17179 The negotiation request sat in the queue too long.
17180
17181 0x000035F3
17182
17183 ERROR_IPSEC_IKE_QUEUE_DROP_MM
17184         
17185
17186 The negotiation request sat in the queue too long.
17187
17188 0x000035F4
17189
17190 ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
17191         
17192
17193 The negotiation request sat in the queue too long.
17194
17195 0x000035F5
17196
17197 ERROR_IPSEC_IKE_DROP_NO_RESPONSE
17198         
17199
17200 There was no response from a peer.
17201
17202 0x000035F6
17203
17204 ERROR_IPSEC_IKE_MM_DELAY_DROP
17205         
17206
17207 The negotiation took too long.
17208
17209 0x000035F7
17210
17211 ERROR_IPSEC_IKE_QM_DELAY_DROP
17212         
17213
17214 The negotiation took too long.
17215
17216 0x000035F8
17217
17218 ERROR_IPSEC_IKE_ERROR
17219         
17220
17221 An unknown error occurred.
17222
17223 0x000035F9
17224
17225 ERROR_IPSEC_IKE_CRL_FAILED
17226         
17227
17228 The certificate revocation check failed.
17229
17230 0x000035FA
17231
17232 ERROR_IPSEC_IKE_INVALID_KEY_USAGE
17233         
17234
17235 Invalid certificate key usage.
17236
17237 0x000035FB
17238
17239 ERROR_IPSEC_IKE_INVALID_CERT_TYPE
17240         
17241
17242 Invalid certificate type.
17243
17244 0x000035FC
17245
17246 ERROR_IPSEC_IKE_NO_PRIVATE_KEY
17247         
17248
17249 The IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your network security administrator about a certificate that has a private key.
17250
17251 0x000035FE
17252
17253 ERROR_IPSEC_IKE_DH_FAIL
17254         
17255
17256 There was a failure in the Diffie-Hellman computation.
17257
17258 0x00003600
17259
17260 ERROR_IPSEC_IKE_INVALID_HEADER
17261         
17262
17263 Invalid header.
17264
17265 0x00003601
17266
17267 ERROR_IPSEC_IKE_NO_POLICY
17268         
17269
17270 No policy configured.
17271
17272 0x00003602
17273
17274 ERROR_IPSEC_IKE_INVALID_SIGNATURE
17275         
17276
17277 Failed to verify signature.
17278
17279 0x00003603
17280
17281 ERROR_IPSEC_IKE_KERBEROS_ERROR
17282         
17283
17284 Failed to authenticate using Kerberos.
17285
17286 0x00003604
17287
17288 ERROR_IPSEC_IKE_NO_PUBLIC_KEY
17289         
17290
17291 The peer's certificate did not have a public key.
17292
17293 0x00003605
17294
17295 ERROR_IPSEC_IKE_PROCESS_ERR
17296         
17297
17298 Error processing the error payload.
17299
17300 0x00003606
17301
17302 ERROR_IPSEC_IKE_PROCESS_ERR_SA
17303         
17304
17305 Error processing the SA payload.
17306
17307 0x00003607
17308
17309 ERROR_IPSEC_IKE_PROCESS_ERR_PROP
17310         
17311
17312 Error processing the proposal payload.
17313
17314 0x00003608
17315
17316 ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
17317         
17318
17319 Error processing the transform payload.
17320
17321 0x00003609
17322
17323 ERROR_IPSEC_IKE_PROCESS_ERR_KE
17324         
17325
17326 Error processing the key exchange payload.
17327
17328 0x0000360A
17329
17330 ERROR_IPSEC_IKE_PROCESS_ERR_ID
17331         
17332
17333 Error processing the ID payload.
17334
17335 0x0000360B
17336
17337 ERROR_IPSEC_IKE_PROCESS_ERR_CERT
17338         
17339
17340 Error processing the certification payload.
17341
17342 0x0000360C
17343
17344 ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
17345         
17346
17347 Error processing the certificate request payload.
17348
17349 0x0000360D
17350
17351 ERROR_IPSEC_IKE_PROCESS_ERR_HASH
17352         
17353
17354 Error processing the hash payload.
17355
17356 0x0000360E
17357
17358 ERROR_IPSEC_IKE_PROCESS_ERR_SIG
17359         
17360
17361 Error processing the signature payload.
17362
17363 0x0000360F
17364
17365 ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
17366         
17367
17368 Error processing the nonce payload.
17369
17370 0x00003610
17371
17372 ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
17373         
17374
17375 Error processing the notify payload.
17376
17377 0x00003611
17378
17379 ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
17380         
17381
17382 Error processing the delete payload.
17383
17384 0x00003612
17385
17386 ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
17387         
17388
17389 Error processing the VendorId payload.
17390
17391 0x00003613
17392
17393 ERROR_IPSEC_IKE_INVALID_PAYLOAD
17394         
17395
17396 Invalid payload received.
17397
17398 0x00003614
17399
17400 ERROR_IPSEC_IKE_LOAD_SOFT_SA
17401         
17402
17403 Soft SA loaded.
17404
17405 0x00003615
17406
17407 ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
17408         
17409
17410 Soft SA torn down.
17411
17412 0x00003616
17413
17414 ERROR_IPSEC_IKE_INVALID_COOKIE
17415         
17416
17417 Invalid cookie received.
17418
17419 0x00003617
17420
17421 ERROR_IPSEC_IKE_NO_PEER_CERT
17422         
17423
17424 Peer failed to send valid machine certificate.
17425
17426 0x00003618
17427
17428 ERROR_IPSEC_IKE_PEER_CRL_FAILED
17429         
17430
17431 Certification revocation check of peer's certificate failed.
17432
17433 0x00003619
17434
17435 ERROR_IPSEC_IKE_POLICY_CHANGE
17436         
17437
17438 New policy invalidated SAs formed with the old policy.
17439
17440 0x0000361A
17441
17442 ERROR_IPSEC_IKE_NO_MM_POLICY
17443         
17444
17445 There is no available main mode IKE policy.
17446
17447 0x0000361B
17448
17449 ERROR_IPSEC_IKE_NOTCBPRIV
17450         
17451
17452 Failed to enabled trusted computer base (TCB) privilege.
17453
17454 0x0000361C
17455
17456 ERROR_IPSEC_IKE_SECLOADFAIL
17457         
17458
17459 Failed to load SECURITY.DLL.
17460
17461 0x0000361D
17462
17463 ERROR_IPSEC_IKE_FAILSSPINIT
17464         
17465
17466 Failed to obtain the security function table dispatch address from the SSPI.
17467
17468 0x0000361E
17469
17470 ERROR_IPSEC_IKE_FAILQUERYSSP
17471         
17472
17473 Failed to query the Kerberos package to obtain the max token size.
17474
17475 0x0000361F
17476
17477 ERROR_IPSEC_IKE_SRVACQFAIL
17478         
17479
17480 Failed to obtain the Kerberos server credentials for the Internet Security Association and Key Management Protocol (ISAKMP)/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
17481
17482 0x00003620
17483
17484 ERROR_IPSEC_IKE_SRVQUERYCRED
17485         
17486
17487 Failed to determine the SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
17488
17489 0x00003621
17490
17491 ERROR_IPSEC_IKE_GETSPIFAIL
17492         
17493
17494 Failed to obtain a new service provider interface (SPI) for the inbound SA from the IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
17495
17496 0x00003622
17497
17498 ERROR_IPSEC_IKE_INVALID_FILTER
17499         
17500
17501 Given filter is invalid.
17502
17503 0x00003623
17504
17505 ERROR_IPSEC_IKE_OUT_OF_MEMORY
17506         
17507
17508 Memory allocation failed.
17509
17510 0x00003624
17511
17512 ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
17513         
17514
17515 Failed to add an SA to the IPSec driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
17516
17517 0x00003625
17518
17519 ERROR_IPSEC_IKE_INVALID_POLICY
17520         
17521
17522 Invalid policy.
17523
17524 0x00003626
17525
17526 ERROR_IPSEC_IKE_UNKNOWN_DOI
17527         
17528
17529 Invalid digital object identifier (DOI).
17530
17531 0x00003627
17532
17533 ERROR_IPSEC_IKE_INVALID_SITUATION
17534         
17535
17536 Invalid situation.
17537
17538 0x00003628
17539
17540 ERROR_IPSEC_IKE_DH_FAILURE
17541         
17542
17543 Diffie-Hellman failure.
17544
17545 0x00003629
17546
17547 ERROR_IPSEC_IKE_INVALID_GROUP
17548         
17549
17550 Invalid Diffie-Hellman group.
17551
17552 0x0000362A
17553
17554 ERROR_IPSEC_IKE_ENCRYPT
17555         
17556
17557 Error encrypting payload.
17558
17559 0x0000362B
17560
17561 ERROR_IPSEC_IKE_DECRYPT
17562         
17563
17564 Error decrypting payload.
17565
17566 0x0000362C
17567
17568 ERROR_IPSEC_IKE_POLICY_MATCH
17569         
17570
17571 Policy match error.
17572
17573 0x0000362D
17574
17575 ERROR_IPSEC_IKE_UNSUPPORTED_ID
17576         
17577
17578 Unsupported ID.
17579
17580 0x0000362E
17581
17582 ERROR_IPSEC_IKE_INVALID_HASH
17583         
17584
17585 Hash verification failed.
17586
17587 0x0000362F
17588
17589 ERROR_IPSEC_IKE_INVALID_HASH_ALG
17590         
17591
17592 Invalid hash algorithm.
17593
17594 0x00003630
17595
17596 ERROR_IPSEC_IKE_INVALID_HASH_SIZE
17597         
17598
17599 Invalid hash size.
17600
17601 0x00003631
17602
17603 ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
17604         
17605
17606 Invalid encryption algorithm.
17607
17608 0x00003632
17609
17610 ERROR_IPSEC_IKE_INVALID_AUTH_ALG
17611         
17612
17613 Invalid authentication algorithm.
17614
17615 0x00003633
17616
17617 ERROR_IPSEC_IKE_INVALID_SIG
17618         
17619
17620 Invalid certificate signature.
17621
17622 0x00003634
17623
17624 ERROR_IPSEC_IKE_LOAD_FAILED
17625         
17626
17627 Load failed.
17628
17629 0x00003635
17630
17631 ERROR_IPSEC_IKE_RPC_DELETE
17632         
17633
17634 Deleted by using an RPC call.
17635
17636 0x00003636
17637
17638 ERROR_IPSEC_IKE_BENIGN_REINIT
17639         
17640
17641 A temporary state was created to perform reinitialization. This is not a real failure.
17642
17643 0x00003637
17644
17645 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
17646         
17647
17648 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Fix the policy on the peer machine.
17649
17650 0x00003639
17651
17652 ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
17653         
17654
17655 Key length in the certificate is too small for configured security requirements.
17656
17657 0x0000363A
17658
17659 ERROR_IPSEC_IKE_MM_LIMIT
17660         
17661
17662 Maximum number of established MM SAs to peer exceeded.
17663
17664 0x0000363B
17665
17666 ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
17667         
17668
17669 The IKE received a policy that disables negotiation.
17670
17671 0x0000363C
17672
17673 ERROR_IPSEC_IKE_QM_LIMIT
17674         
17675
17676 Reached maximum quick mode limit for the main mode. New main mode will be started.
17677
17678 0x0000363D
17679
17680 ERROR_IPSEC_IKE_MM_EXPIRED
17681         
17682
17683 Main mode SA lifetime expired or the peer sent a main mode delete.
17684
17685 0x0000363E
17686
17687 ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
17688         
17689
17690 Main mode SA assumed to be invalid because peer stopped responding.
17691
17692 0x0000363F
17693
17694 ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
17695         
17696
17697 Certificate does not chain to a trusted root in IPsec policy.
17698
17699 0x00003640
17700
17701 ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
17702         
17703
17704 Received unexpected message ID.
17705
17706 0x00003641
17707
17708 ERROR_IPSEC_IKE_INVALID_UMATTS
17709         
17710
17711 Received invalid AuthIP user mode attributes.
17712
17713 0x00003642
17714
17715 ERROR_IPSEC_IKE_DOS_COOKIE_SENT
17716         
17717
17718 Sent DOS cookie notify to initiator.
17719
17720 0x00003643
17721
17722 ERROR_IPSEC_IKE_SHUTTING_DOWN
17723         
17724
17725 The IKE service is shutting down.
17726
17727 0x00003644
17728
17729 ERROR_IPSEC_IKE_CGA_AUTH_FAILED
17730         
17731
17732 Could not verify the binding between the color graphics adapter (CGA) address and the certificate.
17733
17734 0x00003645
17735
17736 ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
17737         
17738
17739 Error processing the NatOA payload.
17740
17741 0x00003646
17742
17743 ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
17744         
17745
17746 The parameters of the main mode are invalid for this quick mode.
17747
17748 0x00003647
17749
17750 ERROR_IPSEC_IKE_QM_EXPIRED
17751         
17752
17753 The quick mode SA was expired by the IPsec driver.
17754
17755 0x00003648
17756
17757 ERROR_IPSEC_IKE_TOO_MANY_FILTERS
17758         
17759
17760 Too many dynamically added IKEEXT filters were detected.
17761
17762 0x00003649
17763
17764 ERROR_IPSEC_IKE_NEG_STATUS_END
17765         
17766
17767 Ends the list of frequencies of various IKE Win32 error codes encountered during negotiations.
17768
17769 0x000036B0
17770
17771 ERROR_SXS_SECTION_NOT_FOUND
17772         
17773
17774 The requested section was not present in the activation context.
17775
17776 0x000036B1
17777
17778 ERROR_SXS_CANT_GEN_ACTCTX
17779         
17780
17781 The application has failed to start because its side-by-side configuration is incorrect. See the application event log for more detail.
17782
17783 0x000036B2
17784
17785 ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
17786         
17787
17788 The application binding data format is invalid.
17789
17790 0x000036B3
17791
17792 ERROR_SXS_ASSEMBLY_NOT_FOUND
17793         
17794
17795 The referenced assembly is not installed on your system.
17796
17797 0x000036B4
17798
17799 ERROR_SXS_MANIFEST_FORMAT_ERROR
17800         
17801
17802 The manifest file does not begin with the required tag and format information.
17803
17804 0x000036B5
17805
17806 ERROR_SXS_MANIFEST_PARSE_ERROR
17807         
17808
17809 The manifest file contains one or more syntax errors.
17810
17811 0x000036B6
17812
17813 ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
17814         
17815
17816 The application attempted to activate a disabled activation context.
17817
17818 0x000036B7
17819
17820 ERROR_SXS_KEY_NOT_FOUND
17821         
17822
17823 The requested lookup key was not found in any active activation context.
17824
17825 0x000036B8
17826
17827 ERROR_SXS_VERSION_CONFLICT
17828         
17829
17830 A component version required by the application conflicts with another active component version.
17831
17832 0x000036B9
17833
17834 ERROR_SXS_WRONG_SECTION_TYPE
17835         
17836
17837 The type requested activation context section does not match the query API used.
17838
17839 0x000036BA
17840
17841 ERROR_SXS_THREAD_QUERIES_DISABLED
17842         
17843
17844 Lack of system resources has required isolated activation to be disabled for the current thread of execution.
17845
17846 0x000036BB
17847
17848 ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
17849         
17850
17851 An attempt to set the process default activation context failed because the process default activation context was already set.
17852
17853 0x000036BC
17854
17855 ERROR_SXS_UNKNOWN_ENCODING_GROUP
17856         
17857
17858 The encoding group identifier specified is not recognized.
17859
17860 0x000036BD
17861
17862 ERROR_SXS_UNKNOWN_ENCODING
17863         
17864
17865 The encoding requested is not recognized.
17866
17867 0x000036BE
17868
17869 ERROR_SXS_INVALID_XML_NAMESPACE_URI
17870         
17871
17872 The manifest contains a reference to an invalid URI.
17873
17874 0x000036BF
17875
17876 ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_OT_INSTALLED
17877         
17878
17879 The application manifest contains a reference to a dependent assembly that is not installed.
17880
17881 0x000036C0
17882
17883 ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
17884         
17885
17886 The manifest for an assembly used by the application has a reference to a dependent assembly that is not installed.
17887
17888 0x000036C1
17889
17890 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
17891         
17892
17893 The manifest contains an attribute for the assembly identity that is not valid.
17894
17895 0x000036C2
17896
17897 ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
17898         
17899
17900 The manifest is missing the required default namespace specification on the assembly element.
17901
17902 0x000036C3
17903
17904 ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
17905         
17906
17907 The manifest has a default namespace specified on the assembly element but its value is not urn:schemas-microsoft-com:asm.v1"."
17908
17909 0x000036C4
17910
17911 ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
17912         
17913
17914 The private manifest probed has crossed the reparse-point-associated path.
17915
17916 0x000036C5
17917
17918 ERROR_SXS_DUPLICATE_DLL_NAME
17919         
17920
17921 Two or more components referenced directly or indirectly by the application manifest have files by the same name.
17922
17923 0x000036C6
17924
17925 ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
17926         
17927
17928 Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
17929
17930 0x000036C7
17931
17932 ERROR_SXS_DUPLICATE_CLSID
17933         
17934
17935 Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
17936
17937 0x000036C8
17938
17939 ERROR_SXS_DUPLICATE_IID
17940         
17941
17942 Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
17943
17944 0x000036C9
17945
17946 ERROR_SXS_DUPLICATE_TLBID
17947         
17948
17949 Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
17950
17951 0x000036CA
17952
17953 ERROR_SXS_DUPLICATE_PROGID
17954         
17955
17956 Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
17957
17958 0x000036CB
17959
17960 ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
17961         
17962
17963 Two or more components referenced directly or indirectly by the application manifest are different versions of the same component, which is not permitted.
17964
17965 0x000036CC
17966
17967 ERROR_SXS_FILE_HASH_MISMATCH
17968         
17969
17970 A component's file does not match the verification information present in the component manifest.
17971
17972 0x000036CD
17973
17974 ERROR_SXS_POLICY_PARSE_ERROR
17975         
17976
17977 The policy manifest contains one or more syntax errors.
17978
17979 0x000036CE
17980
17981 ERROR_SXS_XML_E_MISSINGQUOTE
17982         
17983
17984 Manifest Parse Error: A string literal was expected, but no opening quotation mark was found.
17985
17986 0x000036CF
17987
17988 ERROR_SXS_XML_E_COMMENTSYNTAX
17989         
17990
17991 Manifest Parse Error: Incorrect syntax was used in a comment.
17992
17993 0x000036D0
17994
17995 ERROR_SXS_XML_E_BADSTARTNAMECHAR
17996         
17997
17998 Manifest Parse Error: A name started with an invalid character.
17999
18000 0x000036D1
18001
18002 ERROR_SXS_XML_E_BADNAMECHAR
18003         
18004
18005 Manifest Parse Error: A name contained an invalid character.
18006
18007 0x000036D2
18008
18009 ERROR_SXS_XML_E_BADCHARINSTRING
18010         
18011
18012 Manifest Parse Error: A string literal contained an invalid character.
18013
18014 0x000036D3
18015
18016 ERROR_SXS_XML_E_XMLDECLSYNTAX
18017         
18018
18019 Manifest Parse Error: Invalid syntax for an XML declaration.
18020
18021 0x000036D4
18022
18023 ERROR_SXS_XML_E_BADCHARDATA
18024         
18025
18026 Manifest Parse Error: An Invalid character was found in text content.
18027
18028 0x000036D5
18029
18030 ERROR_SXS_XML_E_MISSINGWHITESPACE
18031         
18032
18033 Manifest Parse Error: Required white space was missing.
18034
18035 0x000036D6
18036
18037 ERROR_SXS_XML_E_EXPECTINGTAGEND
18038         
18039
18040 Manifest Parse Error: The angle bracket (>) character was expected.
18041
18042 0x000036D7
18043
18044 ERROR_SXS_XML_E_MISSINGSEMICOLON
18045         
18046
18047 Manifest Parse Error: A semicolon (;) was expected.
18048
18049 0x000036D8
18050
18051 ERROR_SXS_XML_E_UNBALANCEDPAREN
18052         
18053
18054 Manifest Parse Error: Unbalanced parentheses.
18055
18056 0x000036D9
18057
18058 ERROR_SXS_XML_E_INTERNALERROR
18059         
18060
18061 Manifest Parse Error: Internal error.
18062
18063 0x000036DA
18064
18065 ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
18066         
18067
18068 Manifest Parse Error: Whitespace is not allowed at this location.
18069
18070 0x000036DB
18071
18072 ERROR_SXS_XML_E_INCOMPLETE_ENCODING
18073         
18074
18075 Manifest Parse Error: End of file reached in invalid state for current encoding.
18076
18077 0x000036DC
18078
18079 ERROR_SXS_XML_E_MISSING_PAREN
18080         
18081
18082 Manifest Parse Error: Missing parenthesis.
18083
18084 0x000036DD
18085
18086 ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
18087         
18088
18089 Manifest Parse Error: A single (') or double (") quotation mark is missing.
18090
18091 0x000036DE
18092
18093 ERROR_SXS_XML_E_MULTIPLE_COLONS
18094         
18095
18096 Manifest Parse Error: Multiple colons are not allowed in a name.
18097
18098 0x000036DF
18099
18100 ERROR_SXS_XML_E_INVALID_DECIMAL
18101         
18102
18103 Manifest Parse Error: Invalid character for decimal digit.
18104
18105 0x000036E0
18106
18107 ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
18108         
18109
18110 Manifest Parse Error: Invalid character for hexadecimal digit.
18111
18112 0x000036E1
18113
18114 ERROR_SXS_XML_E_INVALID_UNICODE
18115         
18116
18117 Manifest Parse Error: Invalid Unicode character value for this platform.
18118
18119 0x000036E2
18120
18121 ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
18122         
18123
18124 Manifest Parse Error: Expecting whitespace or question mark (?).
18125
18126 0x000036E3
18127
18128 ERROR_SXS_XML_E_UNEXPECTEDENDTAG
18129         
18130
18131 Manifest Parse Error: End tag was not expected at this location.
18132
18133 0x000036E4
18134
18135 ERROR_SXS_XML_E_UNCLOSEDTAG
18136         
18137
18138 Manifest Parse Error: The following tags were not closed: %1.
18139
18140 0x000036E5
18141
18142 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
18143         
18144
18145 Manifest Parse Error: Duplicate attribute.
18146
18147 0x000036E6
18148
18149 ERROR_SXS_XML_E_MULTIPLEROOTS
18150         
18151
18152 Manifest Parse Error: Only one top-level element is allowed in an XML document.
18153
18154 0x000036E7
18155
18156 ERROR_SXS_XML_E_INVALIDATROOTLEVEL
18157         
18158
18159 Manifest Parse Error: Invalid at the top level of the document.
18160
18161 0x000036E8
18162
18163 ERROR_SXS_XML_E_BADXMLDECL
18164         
18165
18166 Manifest Parse Error: Invalid XML declaration.
18167
18168 0x000036E9
18169
18170 ERROR_SXS_XML_E_MISSINGROOT
18171         
18172
18173 Manifest Parse Error: XML document must have a top-level element.
18174
18175 0x000036EA
18176
18177 ERROR_SXS_XML_E_UNEXPECTEDEOF
18178         
18179
18180 Manifest Parse Error: Unexpected end of file.
18181
18182 0x000036EB
18183
18184 ERROR_SXS_XML_E_BADPEREFINSUBSET
18185         
18186
18187 Manifest Parse Error: Parameter entities cannot be used inside markup declarations in an internal subset.
18188
18189 0x000036EC
18190
18191 ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
18192         
18193
18194 Manifest Parse Error: Element was not closed.
18195
18196 0x000036ED
18197
18198 ERROR_SXS_XML_E_UNCLOSEDENDTAG
18199         
18200
18201 Manifest Parse Error: End element was missing the angle bracket (>) character.
18202
18203 0x000036EE
18204
18205 ERROR_SXS_XML_E_UNCLOSEDSTRING
18206         
18207
18208 Manifest Parse Error: A string literal was not closed.
18209
18210 0x000036EF
18211
18212 ERROR_SXS_XML_E_UNCLOSEDCOMMENT
18213         
18214
18215 Manifest Parse Error: A comment was not closed.
18216
18217 0x000036F0
18218
18219 ERROR_SXS_XML_E_UNCLOSEDDECL
18220         
18221
18222 Manifest Parse Error: A declaration was not closed.
18223
18224 0x000036F1
18225
18226 ERROR_SXS_XML_E_UNCLOSEDCDATA
18227         
18228
18229 Manifest Parse Error: A CDATA section was not closed.
18230
18231 0x000036F2
18232
18233 ERROR_SXS_XML_E_RESERVEDNAMESPACE
18234         
18235
18236 Manifest Parse Error: The namespace prefix is not allowed to start with the reserved string xml"."
18237
18238 0x000036F3
18239
18240 ERROR_SXS_XML_E_INVALIDENCODING
18241         
18242
18243 Manifest Parse Error: System does not support the specified encoding.
18244
18245 0x000036F4
18246
18247 ERROR_SXS_XML_E_INVALIDSWITCH
18248         
18249
18250 Manifest Parse Error: Switch from current encoding to specified encoding not supported.
18251
18252 0x000036F5
18253
18254 ERROR_SXS_XML_E_BADXMLCASE
18255         
18256
18257 Manifest Parse Error: The name "xml" is reserved and must be lowercase.
18258
18259 0x000036F6
18260
18261 ERROR_SXS_XML_E_INVALID_STANDALONE
18262         
18263
18264 Manifest Parse Error: The stand-alone attribute must have the value "yes" or "no".
18265
18266 0x000036F7
18267
18268 ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
18269         
18270
18271 Manifest Parse Error: The stand-alone attribute cannot be used in external entities.
18272
18273 0x000036F8
18274
18275 ERROR_SXS_XML_E_INVALID_VERSION
18276         
18277
18278 Manifest Parse Error: Invalid version number.
18279
18280 0x000036F9
18281
18282 ERROR_SXS_XML_E_MISSINGEQUALS
18283         
18284
18285 Manifest Parse Error: Missing equal sign (=) between the attribute and the attribute value.
18286
18287 0x000036FA
18288
18289 ERROR_SXS_PROTECTION_RECOVERY_FAILED
18290         
18291
18292 Assembly Protection Error: Unable to recover the specified assembly.
18293
18294 0x000036FB
18295
18296 ERROR_SXS_PROTECTION_PUBLIC_KEY_OO_SHORT
18297         
18298
18299 Assembly Protection Error: The public key for an assembly was too short to be allowed.
18300
18301 0x000036FC
18302
18303 ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
18304         
18305
18306 Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
18307
18308 0x000036FD
18309
18310 ERROR_SXS_UNTRANSLATABLE_HRESULT
18311         
18312
18313 An HRESULT could not be translated to a corresponding Win32 error code.
18314
18315 0x000036FE
18316
18317 ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
18318         
18319
18320 Assembly Protection Error: The catalog for an assembly is missing.
18321
18322 0x000036FF
18323
18324 ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
18325         
18326
18327 The supplied assembly identity is missing one or more attributes that must be present in this context.
18328
18329 0x00003700
18330
18331 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
18332         
18333
18334 The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
18335
18336 0x00003701
18337
18338 ERROR_SXS_ASSEMBLY_MISSING
18339         
18340
18341 The referenced assembly could not be found.
18342
18343 0x00003702
18344
18345 ERROR_SXS_CORRUPT_ACTIVATION_STACK
18346         
18347
18348 The activation context activation stack for the running thread of execution is corrupt.
18349
18350 0x00003703
18351
18352 ERROR_SXS_CORRUPTION
18353         
18354
18355 The application isolation metadata for this process or thread has become corrupt.
18356
18357 0x00003704
18358
18359 ERROR_SXS_EARLY_DEACTIVATION
18360         
18361
18362 The activation context being deactivated is not the most recently activated one.
18363
18364 0x00003705
18365
18366 ERROR_SXS_INVALID_DEACTIVATION
18367         
18368
18369 The activation context being deactivated is not active for the current thread of execution.
18370
18371 0x00003706
18372
18373 ERROR_SXS_MULTIPLE_DEACTIVATION
18374         
18375
18376 The activation context being deactivated has already been deactivated.
18377
18378 0x00003707
18379
18380 ERROR_SXS_PROCESS_TERMINATION_REQUESTED
18381         
18382
18383 A component used by the isolation facility has requested to terminate the process.
18384
18385 0x00003708
18386
18387 ERROR_SXS_RELEASE_ACTIVATION_ONTEXT
18388         
18389
18390 A kernel mode component is releasing a reference on an activation context.
18391
18392 0x00003709
18393
18394 ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
18395         
18396
18397 The activation context of the system default assembly could not be generated.
18398
18399 0x0000370A
18400
18401 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
18402         
18403
18404 The value of an attribute in an identity is not within the legal range.
18405
18406 0x0000370B
18407
18408 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
18409         
18410
18411 The name of an attribute in an identity is not within the legal range.
18412
18413 0x0000370C
18414
18415 ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
18416         
18417
18418 An identity contains two definitions for the same attribute.
18419
18420 0x0000370D
18421
18422 ERROR_SXS_IDENTITY_PARSE_ERROR
18423         
18424
18425 The identity string is malformed. This might be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.
18426
18427 0x0000370E
18428
18429 ERROR_MALFORMED_SUBSTITUTION_STRING
18430         
18431
18432 A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign, or a substitution's right parenthesis was not found.
18433
18434 0x0000370F
18435
18436 ERROR_SXS_INCORRECT_PUBLIC_KEY_OKEN
18437         
18438
18439 The public key token does not correspond to the public key specified.
18440
18441 0x00003710
18442
18443 ERROR_UNMAPPED_SUBSTITUTION_STRING
18444         
18445
18446 A substitution string had no mapping.
18447
18448 0x00003711
18449
18450 ERROR_SXS_ASSEMBLY_NOT_LOCKED
18451         
18452
18453 The component must be locked before making the request.
18454
18455 0x00003712
18456
18457 ERROR_SXS_COMPONENT_STORE_CORRUPT
18458         
18459
18460 The component store has been corrupted.
18461
18462 0x00003713
18463
18464 ERROR_ADVANCED_INSTALLER_FAILED
18465         
18466
18467 An advanced installer failed during setup or servicing.
18468
18469 0x00003714
18470
18471 ERROR_XML_ENCODING_MISMATCH
18472         
18473
18474 The character encoding in the XML declaration did not match the encoding used in the document.
18475
18476 0x00003715
18477
18478 ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
18479         
18480
18481 The identities of the manifests are identical, but the contents are different.
18482
18483 0x00003716
18484
18485 ERROR_SXS_IDENTITIES_DIFFERENT
18486         
18487
18488 The component identities are different.
18489
18490 0x00003717
18491
18492 ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
18493         
18494
18495 The assembly is not a deployment.
18496
18497 0x00003718
18498
18499 ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
18500         
18501
18502 The file is not a part of the assembly.
18503
18504 0x00003719
18505
18506 ERROR_SXS_MANIFEST_TOO_BIG
18507         
18508
18509 The size of the manifest exceeds the maximum allowed.
18510
18511 0x0000371A
18512
18513 ERROR_SXS_SETTING_NOT_REGISTERED
18514         
18515
18516 The setting is not registered.
18517
18518 0x0000371B
18519
18520 ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
18521         
18522
18523 One or more required members of the transaction are not present.
18524
18525 0x00003A98
18526
18527 ERROR_EVT_INVALID_CHANNEL_PATH
18528         
18529
18530 The specified channel path is invalid.
18531
18532 0x00003A99
18533
18534 ERROR_EVT_INVALID_QUERY
18535         
18536
18537 The specified query is invalid.
18538
18539 0x00003A9A
18540
18541 ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
18542         
18543
18544 The publisher metadata cannot be found in the resource.
18545
18546 0x00003A9B
18547
18548 ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
18549         
18550
18551 The template for an event definition cannot be found in the resource (error = %1).
18552
18553 0x00003A9C
18554
18555 ERROR_EVT_INVALID_PUBLISHER_NAME
18556         
18557
18558 The specified publisher name is invalid.
18559
18560 0x00003A9D
18561
18562 ERROR_EVT_INVALID_EVENT_DATA
18563         
18564
18565 The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
18566
18567 0x00003A9F
18568
18569 ERROR_EVT_CHANNEL_NOT_FOUND
18570         
18571
18572 The specified channel could not be found. Check channel configuration.
18573
18574 0x00003AA0
18575
18576 ERROR_EVT_MALFORMED_XML_TEXT
18577         
18578
18579 The specified XML text was not well-formed. See extended error for more details.
18580
18581 0x00003AA1
18582
18583 ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
18584         
18585
18586 The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a log file and cannot be subscribed to.
18587
18588 0x00003AA2
18589
18590 ERROR_EVT_CONFIGURATION_ERROR
18591         
18592
18593 Configuration error.
18594
18595 0x00003AA3
18596
18597 ERROR_EVT_QUERY_RESULT_STALE
18598         
18599
18600 The query result is stale or invalid. This might be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.
18601
18602 0x00003AA4
18603
18604 ERROR_EVT_QUERY_RESULT_INVALID_POSITION
18605         
18606
18607 Query result is currently at an invalid position.
18608
18609 0x00003AA5
18610
18611 ERROR_EVT_NON_VALIDATING_MSXML
18612         
18613
18614 Registered Microsoft XML (MSXML) does not support validation.
18615
18616 0x00003AA6
18617
18618 ERROR_EVT_FILTER_ALREADYSCOPED
18619         
18620
18621 An expression can only be followed by a change-of-scope operation if it itself evaluates to a node set and is not already part of some other change-of-scope operation.
18622
18623 0x00003AA7
18624
18625 ERROR_EVT_FILTER_NOTELTSET
18626         
18627
18628 Cannot perform a step operation from a term that does not represent an element set.
18629
18630 0x00003AA8
18631
18632 ERROR_EVT_FILTER_INVARG
18633         
18634
18635 Left side arguments to binary operators must be either attributes, nodes, or variables and right side arguments must be constants.
18636
18637 0x00003AA9
18638
18639 ERROR_EVT_FILTER_INVTEST
18640         
18641
18642 A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.
18643
18644 0x00003AAA
18645
18646 ERROR_EVT_FILTER_INVTYPE
18647         
18648
18649 This data type is currently unsupported.
18650
18651 0x00003AAB
18652
18653 ERROR_EVT_FILTER_PARSEERR
18654         
18655
18656 A syntax error occurred at position %1!d!
18657
18658 0x00003AAC
18659
18660 ERROR_EVT_FILTER_UNSUPPORTEDOP
18661         
18662
18663 This operator is unsupported by this implementation of the filter.
18664
18665 0x00003AAD
18666
18667 ERROR_EVT_FILTER_UNEXPECTEDTOKEN
18668         
18669
18670 The token encountered was unexpected.
18671
18672 0x00003AAE
18673
18674 ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
18675         
18676
18677 The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
18678
18679 0x00003AAF
18680
18681 ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
18682         
18683
18684 Channel property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of channel.
18685
18686 0x00003AB0
18687
18688 ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
18689         
18690
18691 Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of publisher.
18692
18693 0x00003AB1
18694
18695 ERROR_EVT_CHANNEL_CANNOT_ACTIVATE
18696         
18697
18698 The channel fails to activate.
18699
18700 0x00003AB2
18701
18702 ERROR_EVT_FILTER_TOO_COMPLEX
18703         
18704
18705 The xpath expression exceeded supported complexity. Simplify it or split it into two or more simple expressions.
18706
18707 0x00003AB3
18708
18709 ERROR_EVT_MESSAGE_NOT_FOUND
18710         
18711
18712 The message resource is present but the message is not found in the string or message table.
18713
18714 0x00003AB4
18715
18716 ERROR_EVT_MESSAGE_ID_NOT_FOUND
18717         
18718
18719 The message ID for the desired message could not be found.
18720
18721 0x00003AB5
18722
18723 ERROR_EVT_UNRESOLVED_VALUE_INSERT
18724         
18725
18726 The substitution string for the insert index (%1) could not be found.
18727
18728 0x00003AB6
18729
18730 ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
18731         
18732
18733 The description string for the parameter reference (%1) could not be found.
18734
18735 0x00003AB7
18736
18737 ERROR_EVT_MAX_INSERTS_REACHED
18738         
18739
18740 The maximum number of replacements has been reached.
18741
18742 0x00003AB8
18743
18744 ERROR_EVT_EVENT_DEFINITION_NOT_OUND
18745         
18746
18747 The event definition could not be found for the event ID (%1).
18748
18749 0x00003AB9
18750
18751 ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
18752         
18753
18754 The locale-specific resource for the desired message is not present.
18755
18756 0x00003ABA
18757
18758 ERROR_EVT_VERSION_TOO_OLD
18759         
18760
18761 The resource is too old to be compatible.
18762
18763 0x00003ABB
18764
18765 ERROR_EVT_VERSION_TOO_NEW
18766         
18767
18768 The resource is too new to be compatible.
18769
18770 0x00003ABC
18771
18772 ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
18773         
18774
18775 The channel at index %1 of the query cannot be opened.
18776
18777 0x00003ABD
18778
18779 ERROR_EVT_PUBLISHER_DISABLED
18780         
18781
18782 The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
18783
18784 0x00003AE8
18785
18786 ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
18787         
18788
18789 The subscription fails to activate.
18790
18791 0x00003AE9
18792
18793 ERROR_EC_LOG_DISABLED
18794         
18795
18796 The log of the subscription is in a disabled state and events cannot be forwarded to it. The log must first be enabled before the subscription can be activated.
18797
18798 0x00003AFC
18799
18800 ERROR_MUI_FILE_NOT_FOUND
18801         
18802
18803 The resource loader failed to find the Multilingual User Interface (MUI) file.
18804
18805 0x00003AFD
18806
18807 ERROR_MUI_INVALID_FILE
18808         
18809
18810 The resource loader failed to load the MUI file because the file failed to pass validation.
18811
18812 0x00003AFE
18813
18814 ERROR_MUI_INVALID_RC_CONFIG
18815         
18816
18817 The release candidate (RC) manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.
18818
18819 0x00003AFF
18820
18821 ERROR_MUI_INVALID_LOCALE_NAME
18822         
18823
18824 The RC manifest has an invalid culture name.
18825
18826 0x00003B00
18827
18828 ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
18829         
18830
18831 The RC Manifest has an invalid ultimate fallback name.
18832
18833 0x00003B01
18834
18835 ERROR_MUI_FILE_NOT_LOADED
18836         
18837
18838 The resource loader cache does not have a loaded MUI entry.
18839
18840 0x00003B02
18841
18842 ERROR_RESOURCE_ENUM_USER_STOP
18843         
18844
18845 The user stopped resource enumeration.
18846
18847 0x00003B03
18848
18849 ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
18850         
18851
18852 User interface language installation failed.
18853
18854 0x00003B04
18855
18856 ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
18857         
18858
18859 Locale installation failed.
18860
18861 0x00003B60
18862
18863 ERROR_MCA_INVALID_CAPABILITIES_STRING
18864         
18865
18866 The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
18867
18868 0x00003B61
18869
18870 ERROR_MCA_INVALID_VCP_VERSION
18871         
18872
18873 The monitor's VCP version (0xDF) VCP code returned an invalid version value.
18874
18875 0x00003B62
18876
18877 ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
18878         
18879
18880 The monitor does not comply with the MCCS specification it claims to support.
18881
18882 0x00003B63
18883
18884 ERROR_MCA_MCCS_VERSION_MISMATCH
18885         
18886
18887 The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP version (0xDF) VCP code is used.
18888
18889 0x00003B64
18890
18891 ERROR_MCA_UNSUPPORTED_MCCS_VERSION
18892         
18893
18894 The monitor configuration API works only with monitors that support the MCCS 1.0, MCCS 2.0, or MCCS 2.0 Revision 1 specifications.
18895
18896 0x00003B65
18897
18898 ERROR_MCA_INTERNAL_ERROR
18899         
18900
18901 An internal monitor configuration API error occurred.
18902
18903 0x00003B66
18904
18905 ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
18906         
18907
18908 The monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
18909
18910 0x00003B67
18911
18912 ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
18913         
18914
18915 The SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
18916
18917 0x00003B92
18918
18919 ERROR_AMBIGUOUS_SYSTEM_DEVICE
18920         
18921
18922 The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
18923
18924 0x00003BC3
18925
18926 ERROR_SYSTEM_DEVICE_NOT_FOUND
18927         
18928
18929 The requested system device cannot be found.