Error code: Difference between revisions

Content deleted Content added
Typo
Tags: Mobile edit Mobile web edit
m Reverted edits by 86.45.80.233 (talk) to last version by 66.41.96.235
Line 1:
{{unreferenced|date=August 2012}}
In [[Programming language|computer programming]], '''error codes''' are enumerated messages that correspond to faults in a specific [[software application]]. They are typically used to identify faulty [[computer hardware|hardware]], [[software]], or incorrect user input in programming languages that lack [[exception handling]], although they are sometimes also used in conjunction with exception handling. "Error codes" are not to be confused with ''[[return code]]s'', although both are commonly used together in error handling a device that has not got security on it.
 
==Error codes and exception handling==