This rule is Obsolete | |
Synopsis: | Check the fault codes that may be received from library functions/methods even if these functions/methods seem foolproof |
Language: | C++ |
Severity Level: | 6 |
Category: | Error Handling |
Description: |
Handling all possible fault codes that may occur in a system, makes the system more robust. A fault detected this way should be reported and if execution cannot be continued the process should be terminated. |
Literature References: |
Ellemtel Rec. 61 |