Definition: A system error code is an error number, sometimes
followed by a short error message, that a program in Windows may display
in response to a particular issue it's having.
System error codes are provided to software programmers as part of the programming interface with the Windows operating system.
In other words, system error codes are predefined error codes and error
messages that software programmers can use with their software to tell
you (the software user) that the program is experiencing a particular
problem.
Error Code 1
System error code 1 means "Incorrect
function." This error code may also display as "ERROR_INVALID_FUNCTION"
or as the value 0x1.
Error Code 2
System error code 2
means "The system cannot find the file specified." This error code may
also display as "ERROR_FILE_NOT_FOUND" or as the value 0x2.
Error Code 3
System
error code 3 means "The system cannot find the path specified." This
error code may also display as "ERROR_PATH_NOT_FOUND" or as the value
0x3.
Error Code 4
System
error code 4 means "The system cannot open the file." This error code
may also display as "ERROR_TOO_MANY_OPEN_FILES" or as the value 0x4.
Error Code 5
System error code 5 means "Access is denied." This error code may also display as "ERROR_ACCESS_DENIED" or as the value 0x5.
Error Code 6
System
error code 6 means "The handle is invalid." This error code may also
display as "ERROR_INVALID_HANDLE" or as the value 0x6.
Error Code 7
System
error code 7 means "The storage control blocks were destroyed." This
error code may also display as "ERROR_ARENA_TRASHED" or as the value
0x7.
Error Code 8
System
error code 8 means "Not enough storage is available to process this
command." This error code may also display as "ERROR_NOT_ENOUGH_MEMORY"
or as the value 0x8.
Error Code 9
System error code 9
means "The storage control block address is invalid." This error code
may also display as "ERROR_INVALID_BLOCK" or as the value 0x9.
Error Code 10
System
error code 10 means "The environment is incorrect." This error code may
also display as "ERROR_BAD_ENVIRONMENT" or as the value 0xA.
Error Code 11
System error code 11 means "An attempt
was made to load a program with an incorrect format." This error code
may also display as "ERROR_BAD_FORMAT" or as the value 0xB.
Error Code 12
System error code
12 means "The access code is invalid." This error code may also display
as "ERROR_INVALID_ACCESS" or as the value 0xC.
Error Code 13
System error code 13 means "The data is invalid." This error code may also display as "ERROR_INVALID_DATA" or as the value 0xD.
Error Code 14
System
error code 14 means "Not enough storage is available to complete this
operation." This error code may also display as "ERROR_OUTOFMEMORY" or
as the value 0xE.
Error Code 15
System
error code 15 means "The system cannot find the drive specified." This
error code may also display as "ERROR_INVALID_DRIVE" or as the value
0xF.
Error Code 16
System
error code 16 means "The directory cannot be removed." This error code
may also display as "ERROR_CURRENT_DIRECTORY" or as the value 0x10.
Error Code 17
System
error code 17 means "The system cannot move the file to a different
disk drive." This error code may also display as "ERROR_NOT_SAME_DEVICE"
or as the value 0x11.
Error Code 18
System
error code 18 means "There are no more files." This error code may also
display as "ERROR_NO_MORE_FILES" or as the value 0x12.
Error Code 19
System error code
19 means "The media is write protected." This error code may also
display as "ERROR_WRITE_PROTECT" or as the value 0x13.
Error Code 20
System
error code 20 means "The system cannot find the device specified." This
error code may also display as "ERROR_BAD_UNIT" or as the value 0x14.
Error Code 22
System error code
22 means "The device does not recognize the command." This error code
may also display as "ERROR_BAD_COMMAND" or as the value 0x16.
Error Code 23
System
error code 23 means "Data error (cyclic redundancy check)." This error
code may also display as "ERROR_CRC" or as the value 0x17.
Error Code 24
System
error code 24 means "The program issued a command but the command
length is incorrect." This error code may also display as
"ERROR_BAD_LENGTH" or as the value 0x18.
Error Code 25
System
error code 25 means "The drive cannot locate a specific area or track
on the disk." This error code may also display as "ERROR_SEEK" or as the
value 0x19.
Error Code 26
System error code 26 means "The specified disk or diskette
Error Code 27
System
error code 27 means "The drive cannot find the sector requested." This
error code may also display as "ERROR_SECTOR_NOT_FOUND" or as the value
0x1B.
Error Code 28
System
error code 28 means "The printer is out of paper." This error code may
also display as "ERROR_OUT_OF_PAPER" or as the value 0x1C.
Error Code 29
System error code
29 means "The system cannot write to the specified device." This error
code may also display as "ERROR_WRITE_FAULT" or as the value 0x1D.
Error Code 30
System
error code 30 means "The system cannot read from the specified device."
This error code may also display as "ERROR_READ_FAULT" or as the value
0x1E.
Error Code 32
System error code
32 means "The process cannot access the file because it is being used by
another process." This error code may also display as
"ERROR_SHARING_VIOLATION" or as the value 0x20.
Error Code 33
System
error code 33 means "The process cannot access the file because another
process has locked a portion of the file." This error code may also
display as "ERROR_LOCK_VIOLATION" or as the value 0x21.
Error Code 34
System
error code 34 means "The wrong diskette is in the drive. Insert %2
(Volume Serial Number: %3) into drive %1." This error code may also
display as "ERROR_WRONG_DISK" or as the value 0x22.
Error Code 36
System
error code 36 means "Too many files opened for sharing." This error
code may also display as "ERROR_SHARING_BUFFER_EXCEEDED" or as the value
0x24.
Error Code 38
System
error code 38 means "Reached the end of the file." This error code may
also display as "ERROR_HANDLE_EOF" or as the value 0x26.
Error Code 39
System
error code 39 means "The disk is full." This error code may also
display as "ERROR_HANDLE_DISK_FULL" or as the value 0x27.
Error Code 50
System
error code 50 means "The request is not supported." This error code may
also display as "ERROR_NOT_SUPPORTED" or as the value 0x32.
Error Code 51
System error code
51 means "Windows cannot find the network path. Verify that the network
path is correct and the destination computer is not busy or turned off.
If Windows still cannot find the network path contact your network
administrator." This error code may also display as "ERROR_REM_NOT_LIST"
or as the value 0x33.
Error Code 52
System
error code 52 means "You were not connected because a duplicate name
exists on the network. If joining a domain, go to System in
Control Panel
to change the computer name and try again. If joining a workgroup
choose another workgroup name." This error code may also display as
"ERROR_DUP_NAME" or as the value 0x34.
Error Code 53
System error code 53 means "The
network path was not found." This error code may also display as
"ERROR_BAD_NETPATH" or as the value 0x35.
Error Code 54
System error code 54 means "The network is busy." This error code may also display as "ERROR_NETWORK_BUSY" or as the value 0x36.
Error Code 55
System
error code 55 means "The specified network resource or device is no
longer available." This error code may also display as
"ERROR_DEV_NOT_EXIST" or as the value 0x37.
Error Code 56
System
error code 56 means "The network BIOS command limit has been reached."
This error code may also display as "ERROR_TOO_MANY_CMDS" or as the
value 0x38.
Error Code 57
System
error code 57 means "A network adapter hardware error occurred." This
error code may also display as "ERROR_ADAP_HDW_ERR" or as the value
0x39.
Error Code 61
System error code
61 means "The printer queue is full." This error code may also display
as "ERROR_PRINTQ_FULL" or as the value 0x3D.
Error Code 62
System
error code 62 means "Space to store the file waiting to be printed is
not available on the server." This error code may also display as
"ERROR_NO_SPOOL_SPACE" or as the value 0x3E.
Error Code 58
System
error code 58 means "The specified server cannot perform the requested
operation." This error code may also display as "ERROR_BAD_NET_RESP" or
as the value 0x3A.
Error Code 59
System
error code 59 means "An unexpected network error occurred." This error
code may also display as "ERROR_UNEXP_NET_ERR" or as the value 0x3B.
Error Code 60
System
error code 60 means "The remote adapter is not compatible." This error
code may also display as "ERROR_BAD_REM_ADAP" or as the value 0x3C.
Error Code 63
System error code 63 means "Your file
waiting to be printed was deleted." This error code may also display as
"ERROR_PRINT_CANCELLED" or as the value 0x3F.
Error Code 64
System error code
64 means "The specified network name is no longer available." This error
code may also display as "ERROR_NETNAME_DELETED" or as the value 0x40.
Error Code 65
System
error code 65 means "Network access is denied." This error code may
also display as "ERROR_NETWORK_ACCESS_DENIED" or as the value 0x41.
Error Code 66
System
error code 66 means "The network resource type is not correct." This
error code may also display as "ERROR_BAD_DEV_TYPE" or as the value
0x42.
Error Code 67
System
error code 67 means "The network name cannot be found." This error code
may also display as "ERROR_BAD_NET_NAME" or as the value 0x43.
Error Code 68
System
error code 68 means "The name limit for the local computer network
adapter card was exceeded." This error code may also display as
"ERROR_TOO_MANY_NAMES" or as the value 0x44.
Error Code 69
System
error code 69 means "The network BIOS session limit was exceeded." This
error code may also display as "ERROR_TOO_MANY_SESS" or as the value
0x45.
Error Code 70
System
error code 70 means "The remote server has been paused or is in the
process of being started." This error code may also display as
"ERROR_SHARING_PAUSED" or as the value 0x46.
Error Code 71
System error code
71 means "No more connections can be made to this remote computer at
this time because there are already as many connections as the computer
can accept." This error code may also display as "ERROR_REQ_NOT_ACCEP"
or as the value 0x47.
Error Code 72
System
error code 72 means "The specified printer or disk device has been
paused." This error code may also display as "ERROR_REDIR_PAUSED" or as
the value 0x48.
Error Code 80
System error code 80 means "The file exists." This error code may also display as "ERROR_FILE_EXISTS" or as the value 0x50.
Error Code 82
System error code
82 means "The directory or file cannot be created." This error code may
also display as "ERROR_CANNOT_MAKE" or as the value 0x52.
Error Code 83
System error code 83 means "Fail on INT 24." This error code may also display as "ERROR_FAIL_I24" or as the value 0x53.
Error Code 84
System error code 84 means "Storage to process
Error Code 85
System
error code 85 means "The local device name is already in use." This
error code may also display as "ERROR_ALREADY_ASSIGNED" or as the value
0x55.
Error Code 86
System
error code 86 means "The specified network password is not correct."
This error code may also display as "ERROR_INVALID_PASSWORD" or as the
value 0x56.
Error Code 87
System
error code 87 means "The parameter is incorrect." This error code may
also display as "ERROR_INVALID_PARAMETER" or as the value 0x57.
Error Code 88
System
error code 88 means "A write fault occurred on the network." This error
code may also display as "ERROR_NET_WRITE_FAULT" or as the value 0x58.
Error Code 89
System error code 89 means "The system
cannot start another process at this time." This error code may also
display as "ERROR_NO_PROC_SLOTS" or as the value 0x59.
No comments:
Post a Comment