1nerr_pass(3) util/neo_err.h nerr_pass(3)
2
3
4
6 nerr_pass
7
9 #include <util/neo_err.h>
10
11
12 nerr_pass()
13
14
15
17 with the macro, the function name, file and lineno are
18 automagically recorded. Just pass the error.
19
20
22 this function is used to pass an error up a level in the call chain
23 (ie, if the error isn't handled at the current level). This allows us
24 to track the traceback of the error.
25
26
28 nerr_error_traceback(3), nerr_pass(3), nerr_error_string(3),
29 defined(3), nerr_pass_ctx(3), nerr_passf(3), nerr_init(3),
30 nerr_match(3), nerr_log_error(3), nerr_ignore(3), nerr_register(3),
31 nerr_handle
32
33
34
35ClearSilver 12 July 2007 nerr_pass(3)