SYNOPSIS

#include <util/neo_err.h>

void nerr_error_string (NEOERR *err, STRING *str);

ARGUMENTS

err - error

str - string to which the data is appended

DESCRIPTION

returns the string associated with an error (the bottom level of the error chain)

RELATED TO nerr_error_string…