Run a callback inside a try/catch block.
Used to log errors.
Type of callback, helps debugging when a function failed.
The callback function is turn into a safer version.
Value passed to the callback.
Run a callback inside a try/catch block.