nerr_raise(3)
NAME
nerr_raise
SYNOPSIS
#include <util/neo_err.h> nerr_raise()
ARGUMENTS
using the macro, the function name, file, and lineno are
automagically recorded for you. You just provide the
error (from those listed above) and the printf-style
reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
UNKNOWN STRING DATA AS THE FORMAT STRING.
DESCRIPTION
Use this method to create an error "exception" for return up the call
chain