Thursday 23 May 2013

System Error Code number.

An error message alerts users of a
problem that has already occurred.
By contrast, a warning message
alerts users of a condition that
might cause a problem in the
future. Error messages can be
presented using modal dialog
boxes, in-place messages,
notifications, or balloons.
A typical modal error message.
Effective error messages inform
users that a problem occurred,
explain why it happened, and
provide a solution so users can fix
the problem. Users should either
perform an action or change their
behavior as the result of an error
message.
Well-written, helpful error
messages are crucial to a quality
user experience. Poorly written
error messages result in low
product satisfaction, and are a
leading cause of avoidable technical
support costs. Unnecessary error
messages break users' flow.
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.
Not every software program uses
these predefined system error
codes. Some software programs
have their own sets of error
numbers and error messages.

Error code list»
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 21
System error code 21 means "The
device is not ready." This error
code may also display as
"ERROR_NOT_READY" or as the
value 0x15.
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 31
System error code 31 means "A
device attached to the system is
not functioning." This error code
may also display as
"ERROR_GEN_FAILURE" or as the
value 0x1F.
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.

By about

No comments:

Post a Comment