nerr_init (3) - Linux Manuals

NAME

nerr_init

SYNOPSIS

#include <util/neo_err.h>

NEOERR *nerr_init (void);

ARGUMENTS

None

DESCRIPTION

initialize the NEOERR system. Can be called more than once. Is not thread safe. This registers all of the built in error types as defined at the top of this file. If you don't call this, all exceptions will be returned as UnknownError.