#include "ciflib.h"
char **cifGetDataBlockErrors(const char *dataBlockName,
int *numErrors)
cifGetDataBlockErrors returns the list of errors and the number of errors for the target data block. The data block is identified by name.
| dataBlockName | name 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: | cifGetDataBlockErrorsByIndex |
|---|---|
| cifGetDataBlockWarnings | |
| cifGetDataBlockWarningsByIndex |