logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tdb_error - return tdb database error state information. tdb_errorstr - return a printable string

Authors

Software: Andrew Tridgell <tridge@linuxcare.com> and Luke Kenneth Casson Leighton Man page: Ben Woodard <ben@valinux.com>

Description

tdb_errorreturnsthecurrenterrorstateofthetdb database. tdb_errorstr returns a printable string that describes the error state of the database.

Name

tdb_error - return tdb database error state information. tdb_errorstr - return a printable string representing the error state of a tdb database

See Also

gdbm(3), tdb(3) Samba Aug 16, 2000 TDB_ERROR(3)

Synopsis

#include<tdb.h>enumTDB_ERRORtdb_error(TDB_CONTEXT*tdb);char*tdb_errorstr(TDB_CONTEXT*tdb);

See Also