This node is the third in the project to consolidate all of the Windows Error nodes. You will notice that this node seems to skip a few numbers from time to time. Those are the error messages that have no description at all, (not on E2 or using any of the other Error tools that I can find).

The messages are listed in this format

Hexadecimal error identifier - Decimal error identifier
Error explanation
Windows API Error Identifier


Windows Error0x00000102 - 258
The wait operation timed out.
WAIT_TIMEOUT

Windows Error0x00000103 - 259
No more data is available.
ERROR_NO_MORE_ITEMS

Windows Error0x0000010A - 266
The copy functions cannot be used.
ERROR_CANNOT_COPY

Windows Error0x0000010B - 267
The directory name is invalid.
ERROR_DIRECTORY

Windows Error0x00000113 - 275
The extended attributes did not fit in the buffer.
ERROR_EAS_DIDNT_FIT

Windows Error0x00000114 - 276
The extended attribute file on the mounted file system is corrupt.
ERROR_EA_FILE_CORRUPT

Windows Error0x00000115 - 277
The extended attribute table file is full.
ERROR_EA_TABLE_FULL

Windows Error0x00000116 - 278
The specified extended attribute handle is invalid.
ERROR_INVALID_EA_HANDLE

Windows Error0x0000011A - 282
The mounted file system does not support extended attributes.
ERROR_EAS_NOT_SUPPORTED

Windows Error0x00000120 - 288
Attempt to release mutex not owned by caller.
ERROR_NOT_OWNER

Windows Error0x0000012A - 298
Too many posts were made to a semaphore.
ERROR_TOO_MANY_POSTS

Windows Error0x0000012B - 299
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
ERROR_PARTIAL_COPY

Windows Error0x0000012C - 300
The oplock request is denied.
ERROR_OPLOCK_NOT_GRANTED

Windows Error0x0000012D - 301
An invalid oplock acknowledgment was received by the system.
ERROR_INVALID_OPLOCK_PROTOCOL

Windows Error0x0000013D - 317
The system cannot find message text for message number 0x%1 in the message file for %2.
ERROR_MR_MID_NOT_FOUND

Windows Error0x000001E7 - 487
Attempt to access invalid address.
ERROR_INVALID_ADDRESS

Windows Error0x00000216 - 534
Arithmetic result exceeded 32 bits.
ERROR_ARITHMETIC_OVERFLOW

Windows Error0x00000217 - 535
There is a process on other end of the pipe.
ERROR_PIPE_CONNECTED

Windows Error0x00000218 - 536
Waiting for a process to open the other end of the pipe.
ERROR_PIPE_LISTENING

Windows Error0x000003E2 - 994
Access to the extended attribute was denied.
ERROR_EA_ACCESS_DENIED

Windows Error0x000003E3 - 995
The I/O operation has been aborted because of either a thread exit or an application request.
ERROR_OPERATION_ABORTED

Windows Error0x000003E4 - 996
Overlapped I/O event is not in a signaled state.
ERROR_IO_INCOMPLETE

Windows Error0x000003E5 - 997
Overlapped I/O operation is in progress.
ERROR_IO_PENDING

Windows Error0x000003E6 - 998
Invalid access to memory location.
ERROR_NOACCESS

Windows Error0x000003E7 - 999
Error performing inpage operation.
ERROR_SWAPERROR

Windows Error0x000003E9 - 1001
Recursion too deep; the stack overflowed.
ERROR_STACK_OVERFLOW

Windows Error0x000003EA - 1002
The window cannot act on the sent message.
ERROR_INVALID_MESSAGE

Windows Error0x000003EB - 1003
Cannot complete this function.
ERROR_CAN_NOT_COMPLETE

Windows Error0x000003EC - 1004
Invalid flags.
ERROR_INVALID_FLAGS

Windows Error0x000003ED - 1005
The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
ERROR_UNRECOGNIZED_VOLUME

Windows Error0x000003EE - 1006
The volume for a file has been externally altered so that the opened file is no longer valid.
ERROR_FILE_INVALID

Windows Error0x000003EF - 1007
The requested operation cannot be performed in full-screen mode.
ERROR_FULLSCREEN_MODE

Windows Error0x000003F0 - 1008
An attempt was made to reference a token that does not exist.
ERROR_NO_TOKEN

Windows Error0x000003F1 - 1009
The configuration registry database is corrupt.
ERROR_BADDB

Windows Error0x000003F2 - 1010
The configuration registry key is invalid.
ERROR_BADKEY

Windows Error0x000003F3 - 1011
The configuration registry key could not be opened.
ERROR_CANTOPEN

Windows Error0x000003F4 - 1012
The configuration registry key could not be read.
ERROR_CANTREAD

Windows Error0x000003F5 - 1013
The configuration registry key could not be written.
ERROR_CANTWRITE

Windows Error0x000003F6 - 1014
One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
ERROR_REGISTRY_RECOVERED

Windows Error0x000003F7 - 1015
The registry is corrupted. The structure of one of the files that contains registry data is corrupted, or the system's image of the file in memory is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
ERROR_REGISTRY_CORRUPT

Windows Error0x000003F8 - 1016
An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
ERROR_REGISTRY_IO_FAILED

Windows Error0x000003F9 - 1017
The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
ERROR_NOT_REGISTRY_FILE

Windows Error0x000003FA - 1018
Illegal operation attempted on a registry key that has been marked for deletion.
ERROR_KEY_DELETED

Windows Error0x000003FB - 1019
System could not allocate the required space in a registry log.
ERROR_NO_LOG_SPACE

Windows Error0x000003FC - 1020
Cannot create a symbolic link in a registry key that already has subkeys or values.
ERROR_KEY_HAS_CHILDREN

Windows Error0x000003FD - 1021
Cannot create a stable subkey under a volatile parent key.
ERROR_CHILD_MUST_BE_VOLATILE

Windows Error0x000003FE - 1022
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.
ERROR_NOTIFY_ENUM_DIR

Windows Error0x0000041B - 1051
A stop control has been sent to a service that other running services are dependent on.
ERROR_DEPENDENT_SERVICES_RUNNING

Windows Error0x0000041C - 1052
The requested control is not valid for this service.
ERROR_INVALID_SERVICE_CONTROL

Windows Error0x0000041D - 1053
The service did not respond to the start or control request in a timely fashion.
ERROR_SERVICE_REQUEST_TIMEOUT

Windows Error0x0000041E - 1054
A thread could not be created for the service.
ERROR_SERVICE_NO_THREAD

Windows Error0x0000041F - 1055
The service database is locked.
ERROR_SERVICE_DATABASE_LOCKED

Windows Error0x00000420 - 1056
An instance of the service is already running.
ERROR_SERVICE_ALREADY_RUNNING

Windows Error0x00000421 - 1057
The account name is invalid or does not exist.
ERROR_INVALID_SERVICE_ACCOUNT

Windows Error0x00000422 - 1058
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
ERROR_SERVICE_DISABLED

Windows Error0x00000423 - 1059
Circular service dependency was specified.
ERROR_CIRCULAR_DEPENDENCY

Windows Error0x00000424 - 1060
The specified service does not exist as an installed service.
ERROR_SERVICE_DOES_NOT_EXIST

Windows Error0x00000425 - 1061
The service cannot accept control messages at this time.
ERROR_SERVICE_CANNOT_ACCEPT_CTRL

Windows Error0x00000426 - 1062
The service has not been started.
ERROR_SERVICE_NOT_ACTIVE

Windows Error0x00000427 - 1063
The service process could not connect to the service controller.
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT

Windows Error0x00000428 - 1064
An exception occurred in the service when handling the control request.
ERROR_EXCEPTION_IN_SERVICE

Windows Error0x00000429 - 1065
The database specified does not exist.
ERROR_DATABASE_DOES_NOT_EXIST

Windows Error0x0000042A - 1066
The service has returned a service-specific error code.
ERROR_SERVICE_SPECIFIC_ERROR

Windows Error0x0000042B - 1067
The process terminated unexpectedly.
ERROR_PROCESS_ABORTED

Windows Error0x0000042C - 1068
The dependency service or group failed to start.
ERROR_SERVICE_DEPENDENCY_FAIL

Windows Error0x0000042D - 1069
The service did not start due to a logon failure.
ERROR_SERVICE_LOGON_FAILED

Windows Error0x0000042E - 1070
After starting, the service hung in a start-pending state.
ERROR_SERVICE_START_HANG

Windows Error0x0000042F - 1071
The specified service database lock is invalid.
ERROR_INVALID_SERVICE_LOCK

Windows Error0x00000430 - 1072
The specified service has been marked for deletion.
ERROR_SERVICE_MARKED_FOR_DELETE

Windows Error0x00000431 - 1073
The specified service already exists.
ERROR_SERVICE_EXISTS

Windows Error0x00000432 - 1074
The system is currently running with the last-known-good configuration.
ERROR_ALREADY_RUNNING_LKG

Windows Error0x00000433 - 1075
The dependency service does not exist or has been marked for deletion.
ERROR_SERVICE_DEPENDENCY_DELETED

Windows Error0x00000434 - 1076
The current boot has already been accepted for use as the last-known-good control set.
ERROR_BOOT_ALREADY_ACCEPTED

Windows Error0x00000435 - 1077
No attempts to start the service have been made since the last boot.
ERROR_SERVICE_NEVER_STARTED

Windows Error0x00000436 - 1078
The name is already in use as either a service name or a service display name.
ERROR_DUPLICATE_SERVICE_NAME

Windows Error0x00000437 - 1079
The account specified for this service is different from the account specified for other services running in the same process.
ERROR_DIFFERENT_SERVICE_ACCOUNT

Windows Error0x00000438 - 1080
Failure actions can only be set for Win32 services, not for drivers.
ERROR_CANNOT_DETECT_DRIVER_FAILURE

Windows Error0x00000439 - 1081
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.
ERROR_CANNOT_DETECT_PROCESS_ABORT

Windows Error0x0000043A - 1082
No recovery program has been configured for this service.
ERROR_NO_RECOVERY_PROGRAM

Windows Error0x0000043B - 1083
The executable program that this service is configured to run in does not implement the service.
ERROR_SERVICE_NOT_IN_EXE

Windows Error0x0000044C - 1100
The physical end of the tape has been reached.
ERROR_END_OF_MEDIA

Windows Error0x0000044D - 1101
A tape access reached a filemark.
ERROR_FILEMARK_DETECTED

Windows Error0x0000044E - 1102
The beginning of the tape or a partition was encountered.
ERROR_BEGINNING_OF_MEDIA

Windows Error0x0000044F - 1103
A tape access reached the end of a set of files.
ERROR_SETMARK_DETECTED

Windows Error0x00000450 - 1104
No more data is on the tape.
ERROR_NO_DATA_DETECTED

Windows Error0x00000451 - 1105
Tape could not be partitioned.
ERROR_PARTITION_FAILURE

Windows Error0x00000452 - 1106
When accessing a new tape of a multivolume partition, the current block size is incorrect.
ERROR_INVALID_BLOCK_LENGTH

Windows Error0x00000453 - 1107
Tape partition information could not be found when loading a tape.
ERROR_DEVICE_NOT_PARTITIONED

Windows Error0x00000454 - 1108
Unable to lock the media eject mechanism.
ERROR_UNABLE_TO_LOCK_MEDIA

Windows Error0x00000455 - 1109
Unable to unload the media.
ERROR_UNABLE_TO_UNLOAD_MEDIA

Windows Error0x00000456 - 1110
The media in the drive may have changed.
ERROR_MEDIA_CHANGED

Windows Error0x00000457 - 1111
The I/O bus was reset.
ERROR_BUS_RESET

Windows Error0x00000458 - 1112
No media in drive.
ERROR_NO_MEDIA_IN_DRIVE

Windows Error0x00000459 - 1113
No mapping for the Unicode character exists in the target multi-byte code page.
ERROR_NO_UNICODE_TRANSLATION

Windows Error0x0000045A - 1114
A dynamic link library (DLL) initialization routine failed.
ERROR_DLL_INIT_FAILED

Windows Error0x0000045B - 1115
A system shutdown is in progress.
ERROR_SHUTDOWN_IN_PROGRESS

Windows Error0x0000045C - 1116
Unable to abort the system shutdown because no shutdown was in progress.
ERROR_NO_SHUTDOWN_IN_PROGRESS

Windows Error0x0000045D - 1117
The request could not be performed because of an I/O device error.
ERROR_IO_DEVICE

Windows Error0x0000045E - 1118
No serial device was successfully initialized. The serial driver will unload.
ERROR_SERIAL_NO_DEVICE

Windows Error0x0000045F - 1119
Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
ERROR_IRQ_BUSY

Windows Error0x00000460 - 1120
A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
ERROR_MORE_WRITES

Windows Error0x00000461 - 1121
A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
ERROR_COUNTER_TIMEOUT

Windows Error0x00000462 - 1122
No ID address mark was found on the floppy disk.
ERROR_FLOPPY_ID_MARK_NOT_FOUND

Windows Error0x00000463 - 1123
Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
ERROR_FLOPPY_WRONG_CYLINDER

Windows Error0x00000464 - 1124
The floppy disk controller reported an error that is not recognized by the floppy disk driver.
ERROR_FLOPPY_UNKNOWN_ERROR

Windows Error0x00000465 - 1125
The floppy disk controller returned inconsistent results in its registers.
ERROR_FLOPPY_BAD_REGISTERS

Windows Error0x00000466 - 1126
While accessing the hard disk, a recalibrate operation failed, even after retries.
ERROR_DISK_RECALIBRATE_FAILED

Windows Error0x00000467 - 1127
While accessing the hard disk, a disk operation failed even after retries.
ERROR_DISK_OPERATION_FAILED

Windows Error0x00000468 - 1128
While accessing the hard disk, a disk controller reset was needed, but even that failed.
ERROR_DISK_RESET_FAILED

Windows Error0x00000469 - 1129
Physical end of tape encountered.
ERROR_EOM_OVERFLOW

Windows Error0x0000046A - 1130
Not enough server storage is available to process this command.
ERROR_NOT_ENOUGH_SERVER_MEMORY

Windows Error0x0000046B - 1131
A potential deadlock condition has been detected.
ERROR_POSSIBLE_DEADLOCK

Windows Error0x0000046C - 1132
The base address or the file offset specified does not have the proper alignment.
ERROR_MAPPED_ALIGNMENT

Log in or register to write something here or to contact authors.