error_id
stringlengths
4
72
id
int64
1
2.75k
error_code
stringlengths
7
44
description
stringlengths
3
414
ERROR_USER_PROFILE_LOAD
245
500 (0x1F4)
User profile cannot be loaded.
ERROR_ARITHMETIC_OVERFLOW
246
534 (0x216)
Arithmetic result exceeded 32 bits.
ERROR_PIPE_CONNECTED
247
535 (0x217)
There is a process on other end of the pipe.
ERROR_PIPE_LISTENING
248
536 (0x218)
Waiting for a process to open the other end of the pipe.
ERROR_VERIFIER_STOP
249
537 (0x219)
Application verifier has found an error in the current process.
ERROR_ABIOS_ERROR
250
538 (0x21A)
An error occurred in the ABIOS subsystem.
ERROR_WX86_WARNING
251
539 (0x21B)
A warning occurred in the WX86 subsystem.
ERROR_WX86_ERROR
252
540 (0x21C)
An error occurred in the WX86 subsystem.
ERROR_TIMER_NOT_CANCELED
253
541 (0x21D)
An 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_UNWIND
254
542 (0x21E)
Unwind exception code.
ERROR_BAD_STACK
255
543 (0x21F)
An invalid or unaligned stack was encountered during an unwind operation.
ERROR_INVALID_UNWIND_TARGET
256
544 (0x220)
An invalid unwind target was encountered during an unwind operation.
ERROR_INVALID_PORT_ATTRIBUTES
257
545 (0x221)
Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
ERROR_PORT_MESSAGE_TOO_LONG
258
546 (0x222)
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
ERROR_INVALID_QUOTA_LOWER
259
547 (0x223)
An attempt was made to lower a quota limit below the current usage.
ERROR_DEVICE_ALREADY_ATTACHED
260
548 (0x224)
An attempt was made to attach to a device that was already attached to another device.
ERROR_INSTRUCTION_MISALIGNMENT
261
549 (0x225)
An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
ERROR_PROFILING_NOT_STARTED
262
550 (0x226)
Profiling not started.
ERROR_PROFILING_NOT_STOPPED
263
551 (0x227)
Profiling not stopped.
ERROR_COULD_NOT_INTERPRET
264
552 (0x228)
The passed ACL did not contain the minimum required information.
ERROR_PROFILING_AT_LIMIT
265
553 (0x229)
The number of active profiling objects is at the maximum and no more may be started.
ERROR_CANT_WAIT
266
554 (0x22A)
Used to indicate that an operation cannot continue without blocking for I/O.
ERROR_CANT_TERMINATE_SELF
267
555 (0x22B)
Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
NULL
268
ERROR_UNEXPECTED_MM_CREATE_ERR
556 (0x22C)
ERROR_UNEXPECTED_MM_CREATE_ERR
269
556 (0x22C)
If 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_ERROR
270
557 (0x22D)
If 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_ERR
271
558 (0x22E)
If 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_TABLE
272
559 (0x22F)
A malformed function table was encountered during an unwind operation.
ERROR_NO_GUID_TRANSLATION
273
560 (0x230)
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 may cause a file creation attempt to fail.
ERROR_INVALID_LDT_SIZE
274
561 (0x231)
Indicates 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_OFFSET
275
563 (0x233)
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
ERROR_INVALID_LDT_DESCRIPTOR
276
564 (0x234)
Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
ERROR_TOO_MANY_THREADS
277
565 (0x235)
Indicates 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_PROCESS
278
566 (0x236)
An 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_EXCEEDED
279
567 (0x237)
Page file quota was exceeded.
ERROR_LOGON_SERVER_CONFLICT
280
568 (0x238)
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
ERROR_SYNCHRONIZATION_REQUIRED
281
569 (0x239)
The 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_FAILED
282
570 (0x23A)
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.
ERROR_IO_PRIVILEGE_FAILED
283
571 (0x23B)
{Privilege Failed} The I/O permissions for the process could not be changed.
ERROR_CONTROL_C_EXIT
284
572 (0x23C)
{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
ERROR_MISSING_SYSTEMFILE
285
573 (0x23D)
{Missing System File} The required system file %hs is bad or missing.
ERROR_UNHANDLED_EXCEPTION
286
574 (0x23E)
{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
ERROR_APP_INIT_FAILURE
287
575 (0x23F)
{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
ERROR_PAGEFILE_CREATE_FAILED
288
576 (0x240)
{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
ERROR_INVALID_IMAGE_HASH
289
577 (0x241)
Windows 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_PAGEFILE
290
578 (0x242)
{No Paging File Specified} No paging file was specified in the system configuration.
ERROR_ILLEGAL_FLOAT_CONTEXT
291
579 (0x243)
{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
ERROR_NO_EVENT_PAIR
292
580 (0x244)
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.
ERROR_DOMAIN_CTRLR_CONFIG_ERROR
293
581 (0x245)
A Windows Server has an incorrect configuration.
ERROR_ILLEGAL_CHARACTER
294
582 (0x246)
An 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_CHARACTER
295
583 (0x247)
The Unicode character is not defined in the Unicode character set installed on the system.
ERROR_FLOPPY_VOLUME
296
584 (0x248)
The paging file cannot be created on a floppy diskette.
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
297
585 (0x249)
The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
ERROR_BACKUP_CONTROLLER
298
586 (0x24A)
This operation is only allowed for the Primary Domain Controller of the domain.
ERROR_MUTANT_LIMIT_EXCEEDED
299
587 (0x24B)
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
ERROR_FS_DRIVER_REQUIRED
300
588 (0x24C)
A volume has been accessed for which a file system driver is required that has not yet been loaded.
ERROR_CANNOT_LOAD_REGISTRY_FILE
301
589 (0x24D)
{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_FAILED
302
590 (0x24E)
{Unexpected Failure in 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.
DebugActiveProcess
303
ERROR_SYSTEM_PROCESS_TERMINATED
591 (0x24F)
ERROR_SYSTEM_PROCESS_TERMINATED
304
591 (0x24F)
{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_ACCEPTED
305
592 (0x250)
{Data Not Accepted} The TDI client could not handle the data received during an indication.
ERROR_VDM_HARD_ERROR
306
593 (0x251)
NTVDM encountered a hard error.
ERROR_DRIVER_CANCEL_TIMEOUT
307
594 (0x252)
{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.
ERROR_REPLY_MESSAGE_MISMATCH
308
595 (0x253)
{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_DATA
309
596 (0x254)
{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_INVALID
310
597 (0x255)
The 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_STREAM
311
598 (0x256)
The stream is not a tiny stream.
ERROR_STACK_OVERFLOW_READ
312
599 (0x257)
The request must be handled by the stack overflow code.
ERROR_CONVERT_TO_LARGE
313
600 (0x258)
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.
ERROR_FOUND_OUT_OF_SCOPE
314
601 (0x259)
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.
ERROR_ALLOCATE_BUCKET
315
602 (0x25A)
The bucket array must be grown. Retry transaction after doing so.
ERROR_MARSHALL_OVERFLOW
316
603 (0x25B)
The user/kernel marshalling buffer has overflowed.
ERROR_INVALID_VARIANT
317
604 (0x25C)
The supplied variant structure contains invalid data.
ERROR_BAD_COMPRESSION_BUFFER
318
605 (0x25D)
The specified buffer contains ill-formed data.
ERROR_AUDIT_FAILED
319
606 (0x25E)
{Audit Failed} An attempt to generate a security audit failed.
ERROR_TIMER_RESOLUTION_NOT_SET
320
607 (0x25F)
The timer resolution was not previously set by the current process.
ERROR_INSUFFICIENT_LOGON_INFO
321
608 (0x260)
There is insufficient account information to log you on.
ERROR_BAD_DLL_ENTRYPOINT
322
609 (0x261)
{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_ENTRYPOINT
323
610 (0x262)
{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_CONFLICT1
324
611 (0x263)
There is an IP address conflict with another system on the network.
ERROR_IP_ADDRESS_CONFLICT2
325
612 (0x264)
There is an IP address conflict with another system on the network.
ERROR_REGISTRY_QUOTA_LIMIT
326
613 (0x265)
{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_ACTIVE
327
614 (0x266)
A callback return system service cannot be executed when no callback is active.
ERROR_PWD_TOO_SHORT
328
615 (0x267)
The password provided is too short to meet the policy of your user account. Please choose a longer password.
ERROR_PWD_TOO_RECENT
329
616 (0x268)
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 then please contact your administrator immediately to have a new one assigned.
ERROR_PWD_HISTORY_CONFLICT
330
617 (0x269)
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. Please select a password that you have not previously used.
ERROR_UNSUPPORTED_COMPRESSION
331
618 (0x26A)
The specified compression format is unsupported.
ERROR_INVALID_HW_PROFILE
332
619 (0x26B)
The specified hardware profile configuration is invalid.
ERROR_INVALID_PLUGPLAY_DEVICE_PATH
333
620 (0x26C)
The specified Plug and Play registry device path is invalid.
ERROR_QUOTA_LIST_INCONSISTENT
334
621 (0x26D)
The specified quota list is internally inconsistent with its descriptor.
ERROR_EVALUATION_EXPIRATION
335
622 (0x26E)
{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_RELOCATION
336
623 (0x26F)
{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_LOGOFF
337
624 (0x270)
{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
ERROR_VALIDATE_CONTINUE
338
625 (0x271)
The validation process needs to continue on to the next step.
ERROR_NO_MORE_MATCHES
339
626 (0x272)
There are no more matches for the current index enumeration.
ERROR_RANGE_LIST_CONFLICT
340
627 (0x273)
The range could not be added to the range list because of a conflict.
ERROR_SERVER_SID_MISMATCH
341
628 (0x274)
The server process is running under a SID different than that required by client.
ERROR_CANT_ENABLE_DENY_ONLY
342
629 (0x275)
A group marked use for deny only cannot be enabled.
ERROR_FLOAT_MULTIPLE_FAULTS
343
630 (0x276)
{EXCEPTION} Multiple floating point faults.
ERROR_FLOAT_MULTIPLE_TRAPS
344
631 (0x277)
{EXCEPTION} Multiple floating point traps.

This dataset contains details about 2752 Windows system errors as per their official documentation.

Downloads last month
40
Edit dataset card