Content deleted Content added
sectioning |
No edit summary |
||
Line 1:
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 [[hardware]], [[software]], or incorrect user input in programming languages that lack [[exception handling]], although they are sometimes also be used in conjunction with exception handling. ''Error codes'' are not to be confused with ''[[return
==Examples==
|