4.7 – Handling Yields in C 4.7 – Handling Yields in C Internally, Lua uses the C longjmp facility to yield a coroutine. Therefore, if a function foo calls an API function and...
4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
Handling Operating System Variation Handling Operating System Variation When writing cross-platform applications or libraries, it is often necessary to allow for differences be...
14 Database error handling MySQL 14 Database error handling If Zabbix detects that the backend database is not accessible, it will send a notification message and continue the...
Handling User Events in a PolymerTemplate Client Side Event Handlers Server-Side Event Handlers Adding Event Data to server-side event Handling User Events in a PolymerTempl...
Part XIV. Number Handling Part XIV. Number Handling The following libraries are all about working with numbers. Boost.Integer provides integral types to, for example, specify...
19.14. Error Handling 19.14. Error Handling exit_on_error (boolean ) If on, any error will terminate the current session. By default, this is set to off, so that only FATAL e...
6.17.2 Local Error Handling 6.17.2 Local Error Handling For example, the following method handles JSON parse exceptions from Jackson for the scope of the declaring controller: ...