1nerr_pass_ctx(3)                util/neo_err.h                nerr_pass_ctx(3)
2
3
4

NAME

6       nerr_pass_ctx
7

SYNOPSIS

9       #include <util/neo_err.h>
10
11
12       nerr_pass_ctx()
13
14
15

ARGUMENTS

17       with the macro, the function name, file and lineno are
18       automagically recorded.  Just pass the error and
19       a printf format string giving more information about where
20       the error is occuring.
21
22

DESCRIPTION

24       this  function  is  used  to pass an error up a level in the call chain
25       (ie, if the error isn't handled at the current level).  This allows  us
26       to  track  the  traceback  of the error.  This version includes context
27       information about lower errors
28
29

SEE ALSO

31       nerr_error_traceback(3),      nerr_pass(3),       nerr_error_string(3),
32       defined(3),      nerr_pass_ctx(3),     nerr_passf(3),     nerr_init(3),
33       nerr_match(3),  nerr_log_error(3),  nerr_ignore(3),   nerr_register(3),
34       nerr_handle
35
36
37
38ClearSilver                      12 July 2007                 nerr_pass_ctx(3)
Impressum