Access & Permission Errors
Error 5
ERROR_ACCESS_DENIED
Access is denied. Occurs when permissions
are insufficient.
Error 1314
ERROR_PRIVILEGE_NOT_HELD
A required privilege is not held by the
client.
Error 32
ERROR_SHARING_VIOLATION
The process cannot access the file because
it is being used.
Error 1332
ERROR_NONE_MAPPED
No mapping between account names and
security IDs was done.
File & Path Errors
Error 2
ERROR_FILE_NOT_FOUND
The system cannot find the file specified.
Error 3
ERROR_PATH_NOT_FOUND
The system cannot find the path specified.
Error 80
ERROR_FILE_EXISTS
The file exists already.
Error 183
ERROR_ALREADY_EXISTS
Cannot create a file when that file
already exists.
Error 112
ERROR_DISK_FULL
There is not enough space on the disk.
Error 206
ERROR_FILENAME_EXCED_RANGE
The filename or extension is too long.
DLL & Module Errors
Network & Connectivity Errors
System & Memory Errors
Error 6
ERROR_INVALID_HANDLE
The handle is invalid.
Error 8
ERROR_NOT_ENOUGH_MEMORY
Not enough memory to complete this
operation.
Error 13
ERROR_INVALID_DATA
The data is invalid.
Error 87
ERROR_INVALID_PARAMETER
The parameter is incorrect.
Error 1
ERROR_INVALID_FUNCTION
Incorrect function called.
Error 109
ERROR_BROKEN_PIPE
The pipe has been ended.
Service & Installation Errors
Error 1053
ERROR_SERVICE_REQUEST_TIMEOUT
The service did not respond to the start
or control request.
Error 1067
ERROR_PROCESS_ABORTED
The process terminated unexpectedly.
Error 1068
ERROR_DEPENDENCY_SERVICE_FAIL
The dependency service or group failed to
start.
Error 1603
ERROR_INSTALL_FAILURE
Fatal error during installation.