Windows ErrorsError
ERROR_ALREADY_EXISTS (183)ERROR_ALREADY_EXISTS (183) — Already Exists
The file or directory already exists when attempting to create it.
windows
View details ERROR_MAX_THRDS_REACHED (164)The maximum number of threads has been reached.
The system or process cannot create more threads due to resource limitations.
Reduce the number of threads. Use thread pooling. Optimize thread usage in the application.
ERROR_ALREADY_EXISTS (183)The file or directory already exists when attempting to create it.
ERROR_INSUFFICIENT_BUFFER (122)The data area passed to a system call is too small.
ERROR_FILE_NOT_FOUND (2)The system cannot find the specified file.
ERROR_SERVICE_LOGON_FAILED (1069)The service could not start because of a logon failure.
DRIVER_OVERRAN_STACK_BUFFER (0x000000F7)A driver wrote beyond the end of its stack buffer.
BAD_POOL_CALLER (0x000000C2)A kernel-mode process or driver made an invalid pool memory request.