Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbClearError

Clear the error code.

Declaration

void ctdbClearError(CTHANDLE Handle)

Description

ctdbClearError() clears the error code set by ctdbSetError().

  • Handle [in] any handle inside the session (session handle, database handle, table handle, record handle, index handle, field handle or segment handle).

Returns

None.

See also

ctdbSetError(), ctdbGetError()

TOCIndex