System Error Codes (500-999)

Header: winerror.h

The following list describes system error codes (errors 500 to 999). They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.

Note

This information is intended for developers debugging system errors. For other errors, such as issues with Windows Update, see the list of resources on the Error codes page.

SymbolicCodeDescription
ERROR_USER_PROFILE_LOAD0x1F4User profile cannot be loaded.
ERROR_ARITHMETIC_OVERFLOW0x216Arithmetic result exceeded 32 bits.
ERROR_PIPE_CONNECTED0x217There is a process on other end of the pipe.
ERROR_PIPE_LISTENING0x218Waiting for a process to open the other end of the pipe.
ERROR_VERIFIER_STOP0x219Application verifier has found an error in the current process.
ERROR_ABIOS_ERROR0x21AAn error occurred in the ABIOS subsystem.
ERROR_WX86_WARNING0x21BA warning occurred in the WX86 subsystem.
ERROR_WX86_ERROR0x21CAn error occurred in the WX86 subsystem.
ERROR_TIMER_NOT_CANCELED0x21DAn attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
ERROR_UNWIND0x21EUnwind exception code.
ERROR_BAD_STACK0x21FAn invalid or unaligned stack was encountered during an unwind operation.
ERROR_INVALID_UNWIND_TARGET0x220An invalid unwind target was encountered during an unwind operation.
ERROR_INVALID_PORT_ATTRIBUTES0x221Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
ERROR_PORT_MESSAGE_TOO_LONG0x222Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
ERROR_INVALID_QUOTA_LOWER0x223An attempt was made to lower a quota limit below the current usage.
ERROR_DEVICE_ALREADY_ATTACHED0x224An attempt was made to attach to a device that was already attached to another device.
ERROR_INSTRUCTION_MISALIGNMENT0x225An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
ERROR_PROFILING_NOT_STARTED0x226Profiling not started.
ERROR_PROFILING_NOT_STOPPED0x227Profiling not stopped.
ERROR_COULD_NOT_INTERPRET0x228The passed ACL did not contain the minimum required information.
ERROR_PROFILING_AT_LIMIT0x229The number of active profiling objects is at the maximum and no more may be started.
ERROR_CANT_WAIT0x22AUsed to indicate that an operation cannot continue without blocking for I/O.
ERROR_CANT_TERMINATE_SELF0x22BIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with **NULL**) and it was the last thread in the current process.
ERROR_UNEXPECTED_MM_CREATE_ERR0x22CIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_MAP_ERROR0x22DIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_EXTEND_ERR0x22EIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_BAD_FUNCTION_TABLE0x22FA malformed function table was encountered during an unwind operation.
ERROR_NO_GUID_TRANSLATION0x230Indicates 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 may cause a file creation attempt to fail.
ERROR_INVALID_LDT_SIZE0x231Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
ERROR_INVALID_LDT_OFFSET0x233Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
ERROR_INVALID_LDT_DESCRIPTOR0x234Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
ERROR_TOO_MANY_THREADS0x235Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
ERROR_THREAD_NOT_IN_PROCESS0x236An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
ERROR_PAGEFILE_QUOTA_EXCEEDED0x237Page file quota was exceeded.
ERROR_LOGON_SERVER_CONFLICT0x238The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
ERROR_SYNCHRONIZATION_REQUIRED0x239The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
ERROR_NET_OPEN_FAILED0x23AThe 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.
ERROR_IO_PRIVILEGE_FAILED0x23B{Privilege Failed} The I/O permissions for the process could not be changed.
ERROR_CONTROL_C_EXIT0x23C{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
ERROR_MISSING_SYSTEMFILE0x23D{Missing System File} The required system file %hs is bad or missing.
ERROR_UNHANDLED_EXCEPTION0x23E{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
ERROR_APP_INIT_FAILURE0x23F{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
ERROR_PAGEFILE_CREATE_FAILED0x240{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
ERROR_INVALID_IMAGE_HASH0x241Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
ERROR_NO_PAGEFILE0x242{No Paging File Specified} No paging file was specified in the system configuration.
ERROR_ILLEGAL_FLOAT_CONTEXT0x243{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
ERROR_NO_EVENT_PAIR0x244An 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.
ERROR_DOMAIN_CTRLR_CONFIG_ERROR0x245A Windows Server has an incorrect configuration.
ERROR_ILLEGAL_CHARACTER0x246An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
ERROR_UNDEFINED_CHARACTER0x247The Unicode character is not defined in the Unicode character set installed on the system.
ERROR_FLOPPY_VOLUME0x248The paging file cannot be created on a floppy diskette.
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT0x249The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
ERROR_BACKUP_CONTROLLER0x24AThis operation is only allowed for the Primary Domain Controller of the domain.
ERROR_MUTANT_LIMIT_EXCEEDED0x24BAn attempt was made to acquire a mutant such that its maximum count would have been exceeded.
ERROR_FS_DRIVER_REQUIRED0x24CA volume has been accessed for which a file system driver is required that has not yet been loaded.
ERROR_CANNOT_LOAD_REGISTRY_FILE0x24D{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
ERROR_DEBUG_ATTACH_FAILED0x24E{Unexpected Failure in [**DebugActiveProcess**](/windows/win32/api/debugapi/nf-debugapi-debugactiveprocess)} An unexpected failure occurred while processing a **DebugActiveProcess** API request. You may choose OK to terminate the process, or Cancel to ignore the error.
ERROR_SYSTEM_PROCESS_TERMINATED0x24F{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.
ERROR_DATA_NOT_ACCEPTED0x250{Data Not Accepted} The TDI client could not handle the data received during an indication.
ERROR_VDM_HARD_ERROR0x251NTVDM encountered a hard error.
ERROR_DRIVER_CANCEL_TIMEOUT0x252{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.
ERROR_REPLY_MESSAGE_MISMATCH0x253{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
ERROR_LOST_WRITEBEHIND_DATA0x254{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
ERROR_CLIENT_SERVER_PARAMETERS_INVALID0x255The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
ERROR_NOT_TINY_STREAM0x256The stream is not a tiny stream.
ERROR_STACK_OVERFLOW_READ0x257The request must be handled by the stack overflow code.
ERROR_CONVERT_TO_LARGE0x258Internal 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.
ERROR_FOUND_OUT_OF_SCOPE0x259The 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.
ERROR_ALLOCATE_BUCKET0x25AThe bucket array must be grown. Retry transaction after doing so.
ERROR_MARSHALL_OVERFLOW0x25BThe user/kernel marshalling buffer has overflowed.
ERROR_INVALID_VARIANT0x25CThe supplied variant structure contains invalid data.
ERROR_BAD_COMPRESSION_BUFFER0x25DThe specified buffer contains ill-formed data.
ERROR_AUDIT_FAILED0x25E{Audit Failed} An attempt to generate a security audit failed.
ERROR_TIMER_RESOLUTION_NOT_SET0x25FThe timer resolution was not previously set by the current process.
ERROR_INSUFFICIENT_LOGON_INFO0x260There is insufficient account information to log you on.
ERROR_BAD_DLL_ENTRYPOINT0x261{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
ERROR_BAD_SERVICE_ENTRYPOINT0x262{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
ERROR_IP_ADDRESS_CONFLICT10x263There is an IP address conflict with another system on the network.
ERROR_IP_ADDRESS_CONFLICT20x264There is an IP address conflict with another system on the network.
ERROR_REGISTRY_QUOTA_LIMIT0x265{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.
ERROR_NO_CALLBACK_ACTIVE0x266A callback return system service cannot be executed when no callback is active.
ERROR_PWD_TOO_SHORT0x267The password provided is too short to meet the policy of your user account. Please choose a longer password.
ERROR_PWD_TOO_RECENT0x268The 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 then please contact your administrator immediately to have a new one assigned.
ERROR_PWD_HISTORY_CONFLICT0x269You 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. Please select a password that you have not previously used.
ERROR_UNSUPPORTED_COMPRESSION0x26AThe specified compression format is unsupported.
ERROR_INVALID_HW_PROFILE0x26BThe specified hardware profile configuration is invalid.
ERROR_INVALID_PLUGPLAY_DEVICE_PATH0x26CThe specified Plug and Play registry device path is invalid.
ERROR_QUOTA_LIST_INCONSISTENT0x26DThe specified quota list is internally inconsistent with its descriptor.
ERROR_EVALUATION_EXPIRATION0x26E{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
ERROR_ILLEGAL_DLL_RELOCATION0x26F{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.
ERROR_DLL_INIT_FAILED_LOGOFF0x270{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
ERROR_VALIDATE_CONTINUE0x271The validation process needs to continue on to the next step.
ERROR_NO_MORE_MATCHES0x272There are no more matches for the current index enumeration.
ERROR_RANGE_LIST_CONFLICT0x273The range could not be added to the range list because of a conflict.
ERROR_SERVER_SID_MISMATCH0x274The server process is running under a SID different than that required by client.
ERROR_CANT_ENABLE_DENY_ONLY0x275A group marked use for deny only cannot be enabled.
ERROR_FLOAT_MULTIPLE_FAULTS0x276{EXCEPTION} Multiple floating point faults.
ERROR_FLOAT_MULTIPLE_TRAPS0x277{EXCEPTION} Multiple floating point traps.
ERROR_NOINTERFACE0x278The requested interface is not supported.
ERROR_DRIVER_FAILED_SLEEP0x279{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
ERROR_CORRUPT_SYSTEM_FILE0x27AThe system file %1 has become corrupt and has been replaced.
ERROR_COMMITMENT_MINIMUM0x27B{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 may be denied. For more information, see Help.
ERROR_PNP_RESTART_ENUMERATION0x27CA device was removed so enumeration must be restarted.
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE0x27D{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.
ERROR_PNP_REBOOT_REQUIRED0x27EDevice will not start without a reboot.
ERROR_INSUFFICIENT_POWER0x27FThere is not enough power to complete the requested operation.
ERROR_MULTIPLE_FAULT_VIOLATION0x280ERROR_MULTIPLE_FAULT_VIOLATION
ERROR_SYSTEM_SHUTDOWN0x281The system is in the process of shutting down.
ERROR_PORT_NOT_SET0x282An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
ERROR_DS_VERSION_CHECK_FAILURE0x283This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
ERROR_RANGE_NOT_FOUND0x284The specified range could not be found in the range list.
ERROR_NOT_SAFE_MODE_DRIVER0x286The driver was not loaded because the system is booting into safe mode.
ERROR_FAILED_DRIVER_ENTRY0x287The driver was not loaded because it failed its initialization call.
ERROR_DEVICE_ENUMERATION_ERROR0x288The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
ERROR_MOUNT_POINT_NOT_RESOLVED0x289The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
ERROR_INVALID_DEVICE_OBJECT_PARAMETER0x28AThe device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
ERROR_MCA_OCCURED0x28BA Machine Check Error has occurred. Please check the system eventlog for additional information.
ERROR_DRIVER_DATABASE_ERROR0x28CThere was error [%2] processing the driver database.
ERROR_SYSTEM_HIVE_TOO_LARGE0x28DSystem hive size has exceeded its limit.
ERROR_DRIVER_FAILED_PRIOR_UNLOAD0x28EThe driver could not be loaded because a previous version of the driver is still in memory.
ERROR_VOLSNAP_PREPARE_HIBERNATE0x28F{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
ERROR_HIBERNATION_FAILURE0x290The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
ERROR_PWD_TOO_LONG0x291The password provided is too long to meet the policy of your user account. Please choose a shorter password.
ERROR_FILE_SYSTEM_LIMITATION0x299The requested operation could not be completed due to a file system limitation.
ERROR_ASSERTION_FAILURE0x29CAn assertion failure has occurred.
ERROR_ACPI_ERROR0x29DAn error occurred in the ACPI subsystem.
ERROR_WOW_ASSERTION0x29EWOW Assertion Error.
ERROR_PNP_BAD_MPS_TABLE0x29FA device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
ERROR_PNP_TRANSLATION_FAILED0x2A0A translator failed to translate resources.
ERROR_PNP_IRQ_TRANSLATION_FAILED0x2A1A IRQ translator failed to translate resources.
ERROR_PNP_INVALID_ID0x2A2Driver %2 returned invalid ID for a child device (%3).
ERROR_WAKE_SYSTEM_DEBUGGER0x2A3{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
ERROR_HANDLES_CLOSED0x2A4{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.
ERROR_EXTRANEOUS_INFORMATION0x2A5{Too Much Information} The specified access control list (ACL) contained more information than was expected.
ERROR_RXACT_COMMIT_NECESSARY0x2A6This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
ERROR_MEDIA_CHECK0x2A7{Media Changed} The media may have changed.
ERROR_GUID_SUBSTITUTION_MADE0x2A8{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
ERROR_STOPPED_ON_SYMLINK0x2A9The create operation stopped after reaching a symbolic link.
ERROR_LONGJUMP0x2AAA long jump has been executed.
ERROR_PLUGPLAY_QUERY_VETOED0x2ABThe Plug and Play query operation was not successful.
ERROR_UNWIND_CONSOLIDATE0x2ACA frame consolidation has been executed.
ERROR_REGISTRY_HIVE_RECOVERED0x2AD{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
ERROR_DLL_MIGHT_BE_INSECURE0x2AEThe application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
ERROR_DLL_MIGHT_BE_INCOMPATIBLE0x2AFThe application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
ERROR_DBG_EXCEPTION_NOT_HANDLED0x2B0Debugger did not handle the exception.
ERROR_DBG_REPLY_LATER0x2B1Debugger will reply later.
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE0x2B2Debugger cannot provide handle.
ERROR_DBG_TERMINATE_THREAD0x2B3Debugger terminated thread.
ERROR_DBG_TERMINATE_PROCESS0x2B4Debugger terminated process.
ERROR_DBG_CONTROL_C0x2B5Debugger got control C.
ERROR_DBG_PRINTEXCEPTION_C0x2B6Debugger printed exception on control C.
ERROR_DBG_RIPEXCEPTION0x2B7Debugger received RIP exception.
ERROR_DBG_CONTROL_BREAK0x2B8Debugger received control break.
ERROR_DBG_COMMAND_EXCEPTION0x2B9Debugger command communication exception.
ERROR_OBJECT_NAME_EXISTS0x2BA{Object Exists} An attempt was made to create an object and the object name already existed.
ERROR_THREAD_WAS_SUSPENDED0x2BB{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
ERROR_IMAGE_NOT_AT_BASE0x2BC{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
ERROR_RXACT_STATE_CREATED0x2BDThis informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
ERROR_SEGMENT_NOTIFICATION0x2BE{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.
ERROR_BAD_CURRENT_DIRECTORY0x2BF{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.
ERROR_FT_READ_RECOVERY_FROM_BACKUP0x2C0{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 was unable to reassign the failing area of the device.
ERROR_FT_WRITE_RECOVERY0x2C1{Redundant Write} To satisfy a write request, the NT 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 was not able to reassign the failing area of the device.
ERROR_IMAGE_MACHINE_TYPE_MISMATCH0x2C2{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.
ERROR_RECEIVE_PARTIAL0x2C3{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
ERROR_RECEIVE_EXPEDITED0x2C4{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
ERROR_RECEIVE_PARTIAL_EXPEDITED0x2C5{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.
ERROR_EVENT_DONE0x2C6{TDI Event Done} The TDI indication has completed successfully.
ERROR_EVENT_PENDING0x2C7{TDI Event Pending} The TDI indication has entered the pending state.
ERROR_CHECKING_FILE_SYSTEM0x2C8Checking file system on %wZ.
ERROR_FATAL_APP_EXIT0x2C9{Fatal Application Exit} %hs.
ERROR_PREDEFINED_HANDLE0x2CAThe specified registry key is referenced by a predefined handle.
ERROR_WAS_UNLOCKED0x2CB{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.
ERROR_SERVICE_NOTIFICATION0x2CC%hs
ERROR_WAS_LOCKED0x2CD{Page Locked} One of the pages to lock was already locked.
ERROR_LOG_HARD_ERROR0x2CEApplication popup: %1 : %2
ERROR_ALREADY_WIN320x2CFERROR_ALREADY_WIN32
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE0x2D0{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
ERROR_NO_YIELD_PERFORMED0x2D1A yield execution was performed and no thread was available to run.
ERROR_TIMER_RESUME_IGNORED0x2D2The resumable flag to a timer API was ignored.
ERROR_ARBITRATION_UNHANDLED0x2D3The arbiter has deferred arbitration of these resources to its parent.
ERROR_CARDBUS_NOT_SUPPORTED0x2D4The inserted CardBus device cannot be started because of a configuration error on "%hs".
ERROR_MP_PROCESSOR_MISMATCH0x2D5The 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. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
ERROR_HIBERNATED0x2D6The system was put into hibernation.
ERROR_RESUME_HIBERNATION0x2D7The system was resumed from hibernation.
ERROR_FIRMWARE_UPDATED0x2D8Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
ERROR_DRIVERS_LEAKING_LOCKED_PAGES0x2D9A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
ERROR_WAKE_SYSTEM0x2DAThe system has awoken.
ERROR_WAIT_10x2DBERROR_WAIT_1
ERROR_WAIT_20x2DCERROR_WAIT_2
ERROR_WAIT_30x2DDERROR_WAIT_3
ERROR_WAIT_630x2DEERROR_WAIT_63
ERROR_ABANDONED_WAIT_00x2DFERROR_ABANDONED_WAIT_0
ERROR_ABANDONED_WAIT_630x2E0ERROR_ABANDONED_WAIT_63
ERROR_USER_APC0x2E1ERROR_USER_APC
ERROR_KERNEL_APC0x2E2ERROR_KERNEL_APC
ERROR_ALERTED0x2E3ERROR_ALERTED
ERROR_ELEVATION_REQUIRED0x2E4The requested operation requires elevation.
ERROR_REPARSE0x2E5A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_OPLOCK_BREAK_IN_PROGRESS0x2E6An open/create operation completed while an oplock break is underway.
ERROR_VOLUME_MOUNTED0x2E7A new volume has been mounted by a file system.
ERROR_RXACT_COMMITTED0x2E8This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
ERROR_NOTIFY_CLEANUP0x2E9This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED0x2EA{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.
ERROR_PAGE_FAULT_TRANSITION0x2EBPage fault was a transition fault.
ERROR_PAGE_FAULT_DEMAND_ZERO0x2ECPage fault was a demand zero fault.
ERROR_PAGE_FAULT_COPY_ON_WRITE0x2EDPage fault was a demand zero fault.
ERROR_PAGE_FAULT_GUARD_PAGE0x2EEPage fault was a demand zero fault.
ERROR_PAGE_FAULT_PAGING_FILE0x2EFPage fault was satisfied by reading from a secondary storage device.
ERROR_CACHE_PAGE_LOCKED0x2F0Cached page was locked during operation.
ERROR_CRASH_DUMP0x2F1Crash dump exists in paging file.
ERROR_BUFFER_ALL_ZEROS0x2F2Specified buffer contains all zeros.
ERROR_REPARSE_OBJECT0x2F3A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_RESOURCE_REQUIREMENTS_CHANGED0x2F4The device has succeeded a query-stop and its resource requirements have changed.
ERROR_TRANSLATION_COMPLETE0x2F5The translator has translated these resources into the global space and no further translations should be performed.
ERROR_NOTHING_TO_TERMINATE0x2F6A process being terminated has no threads to terminate.
ERROR_PROCESS_NOT_IN_JOB0x2F7The specified process is not part of a job.
ERROR_PROCESS_IN_JOB0x2F8The specified process is part of a job.
ERROR_VOLSNAP_HIBERNATE_READY0x2F9{Volume Shadow Copy Service} The system is now ready for hibernation.
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY0x2FAA file system or file system filter driver has successfully completed an FsFilter operation.
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED0x2FBThe specified interrupt vector was already connected.
ERROR_INTERRUPT_STILL_CONNECTED0x2FCThe specified interrupt vector is still connected.
ERROR_WAIT_FOR_OPLOCK0x2FDAn operation is blocked waiting for an oplock.
ERROR_DBG_EXCEPTION_HANDLED0x2FEDebugger handled exception.
ERROR_DBG_CONTINUE0x2FFDebugger continued.
ERROR_CALLBACK_POP_STACK0x300An exception occurred in a user mode callback and the kernel callback frame should be removed.
ERROR_COMPRESSION_DISABLED0x301Compression is disabled for this volume.
ERROR_CANTFETCHBACKWARDS0x302The data provider cannot fetch backwards through a result set.
ERROR_CANTSCROLLBACKWARDS0x303The data provider cannot scroll backwards through a result set.
ERROR_ROWSNOTRELEASED0x304The data provider requires that previously fetched data is released before asking for more data.
ERROR_BAD_ACCESSOR_FLAGS0x305The data provider was not able to interpret the flags set for a column binding in an accessor.
ERROR_ERRORS_ENCOUNTERED0x306One or more errors occurred while processing the request.
ERROR_NOT_CAPABLE0x307The implementation is not capable of performing the request.
ERROR_REQUEST_OUT_OF_SEQUENCE0x308The client of a component requested an operation which is not valid given the state of the component instance.
ERROR_VERSION_PARSE_ERROR0x309A version number could not be parsed.
ERROR_BADSTARTPOSITION0x30AThe iterator's start position is invalid.
ERROR_MEMORY_HARDWARE0x30BThe hardware has reported an uncorrectable memory error.
ERROR_DISK_REPAIR_DISABLED0x30CThe attempted operation required self healing to be enabled.
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE0x30DThe Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
ERROR_SYSTEM_POWERSTATE_TRANSITION0x30EThe system power state is transitioning from %2 to %3.
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION0x30FThe system power state is transitioning from %2 to %3 but could enter %4.
ERROR_MCA_EXCEPTION0x310A thread is getting dispatched with MCA EXCEPTION because of MCA.
ERROR_ACCESS_AUDIT_BY_POLICY0x311Access to %1 is monitored by policy rule %2.
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY0x312Access to %1 has been restricted by your Administrator by policy rule %2.
ERROR_ABANDON_HIBERFILE0x313A valid hibernation file has been invalidated and should be abandoned.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED0x314{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR0x315{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. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR0x316{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.
ERROR_BAD_MCFG_TABLE0x317The resources required for this device conflict with the MCFG table.
ERROR_DISK_REPAIR_REDIRECTED0x318The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired.
ERROR_DISK_REPAIR_UNSUCCESSFUL0x319The volume repair was not successful.
ERROR_CORRUPT_LOG_OVERFULL0x31AOne of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
ERROR_CORRUPT_LOG_CORRUPTED0x31BOne of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.
ERROR_CORRUPT_LOG_UNAVAILABLE0x31COne of the volume corruption logs is unavailable for being operated on.
ERROR_CORRUPT_LOG_DELETED_FULL0x31DOne of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.
ERROR_CORRUPT_LOG_CLEARED0x31EOne of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
ERROR_ORPHAN_NAME_EXHAUSTED0x31FOrphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.
ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE0x320The oplock that was associated with this handle is now associated with a different handle.
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK0x321An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
ERROR_CANNOT_BREAK_OPLOCK0x322The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
ERROR_OPLOCK_HANDLE_CLOSED0x323The handle with which this oplock was associated has been closed. The oplock is now broken.
ERROR_NO_ACE_CONDITION0x324The specified access control entry (ACE) does not contain a condition.
ERROR_INVALID_ACE_CONDITION0x325The specified access control entry (ACE) contains an invalid condition.
ERROR_FILE_HANDLE_REVOKED0x326Access to the specified file handle has been revoked.
ERROR_IMAGE_AT_DIFFERENT_BASE0x327An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
ERROR_EA_ACCESS_DENIED0x3E2Access to the extended attribute was denied.
ERROR_OPERATION_ABORTED0x3E3The I/O operation has been aborted because of either a thread exit or an application request.
ERROR_IO_INCOMPLETE0x3E4Overlapped I/O event is not in a signaled state.
ERROR_IO_PENDING0x3E5Overlapped I/O operation is in progress.
ERROR_NOACCESS0x3E6Invalid access to memory location.
ERROR_SWAPERROR0x3E7Error performing inpage operation.
270 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.