Library Version 11.2.5.3
#include <db.h> void DB->get_errpfx(DB *db, const char **errpfxp);
The DB->get_errpfx() method returns the error prefix.
DB->get_errpfx()
The DB->get_errpfx() method may be called at any time during the life of the application.
The DB->get_errpfx() method returns a reference to the error prefix in errpfxp.
DB
Database and Related Methods, DB->set_errpfx()