Error Handling (ERR)
Contents
Android Only
Content by label
There is no content with the specified labels
C
- ERR00-C. Adopt and implement a consistent and comprehensive error-handling policy
- ERR01-C. Use ferror() rather than errno to check for FILE stream errors
- ERR02-C. Avoid in-band error indicators
- ERR04-C. Choose an appropriate termination strategy
- ERR05-C. Application-independent code should provide error detection without dictating error handling
- ERR06-C. Understand the termination behavior of assert() and abort()
- ERR07-C. Prefer functions that support error checking over equivalent functions that don't
C++
Content by label
There is no content with the specified labels