tdb_error(3) return tdb database error state information.

SYNOPSIS

#include <tdb.h>


enum TDB_ERROR tdb_error(TDB_CONTEXT *tdb);
char *tdb_errorstr(TDB_CONTEXT *tdb);

DESCRIPTION

tdb_error returns the current error state of the tdb database. tdb_errorstr returns a printable string that describes the error state of the database.

AUTHORS

Software: Andrew Tridgell <[email protected]> and Luke Kenneth Casson Leighton Man page: Ben Woodard <[email protected]>