#include <db.h> void DB->get_errpfx(DB *db, const char **errpfxp);
The DB->get_errpfx()
method returns the error prefix.
The DB->get_errpfx()
method may be called at any time during the life
of the application.