#include "ciflib.h"
char **cifGetDataBlockErrorsByIndex(const int dataBlockIndex,
int *numErrors)
cifGetDataBlockErrorsByIndex returns the list of errors and the number of errors for the target data block. The data block is identified by index.
| dataBlockIndex | index of the target data block |
| numErrors | address of the integer to hold the number of errors in the target data block |
Returns an array of error messages or a NULL value for failure.
| See also: | cifGetDataBlockErrors |
|---|---|
| cifGetDataBlockWarnings | |
| cifGetDataBlockWarningsByIndex |