ctdbSetError
Set the error code.
Declaration
CTDBRET ctdbSetError(CTHANDLE Handle, CTDBRET ErrorCode)
Description
ctdbSetError() sets the error code.
Returns
ctdbSetError() returns CTDBRET_OK if successful, or NULL on failure.
See also
ctdbGetError(), ctdbClearError()