#include "ciflib.h"
void cifFreeDataBlockError(const char *dataBlockName,
const int errorIndex)
cifFreeDataBlockError frees/removes the error message for the error identified by its index in the target data block. The data block is identified by name.
| dataBlockName | name of the target data block |
| errorIndex | index of the target error in the target data block |
None
| See also: | cifFreeDataBlockErrorByIndex |
|---|---|
| cifFreeDataBlockWarning | |
| cifFreeDataBlockWarningByIndex |