![]() |
Simple Error Handling
Description: Simple cross-platform error handling macros, flags, asserts used by the ecl.Keywords: ecl errors
Tutorial Level: BEGINNER
The following tutorials show how to use the ecl_errors package for simple cross-platform error handling. For higher level error handling, see ecl_exceptions.
Debug modes - Toggling debug/ndebug mode for the ecl.
Error Handling - Shows how the ecl does error handling at the simplest level, with macros and flags.
Assertions - how to utilise ecl's run-time and compile-time asserts/aborts.