Previous Next Up Title Contents Index Top Library

4.3. ERRORS

Two forms of error handling are provided to enable application programs to control program flow based on an error state. One form, an error indicator returned via an error parameter, is useful for localized error control. The other form, an error handling routine, is a catch-all method, useful for ensuring that no error goes unnoticed.


Previous Next Up Title Contents Index Top Library