Error
Incorrect action or calculation performed by software. In general, an error results from a combination of a defect and a fault.
Error codes
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 Message
Message displayed when an unexpected condition occurs
|