SYNOPSIS

#include <util/neo_err.h>

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

ARGUMENTS

err - error

str - string to which the data is appended

DESCRIPTION

returns the full traceback of the error chain

RELATED TO nerr_error_traceback…