#include "ciflib.h"
char *cifGetDataBlockErrorByIndex(const int dataBlockIndex,
const int errorIndex)
cifGetDataBlockErrorByIndex returns the error message for the error identified by its index in the target data block. The data block is identified by index.
| dataBlockIndex | index of the target data block |
| errorIndex | index of the target error in the target data block |
Returns an error message or a NULL value for failure.
| See also: | cifGetDataBlockError |
|---|---|
| cifGetDataBlockWarning | |
| cifGetDataBlockWarningByIndex |