next up previous contents
Next: cifGetDataBlockErrorsByIndex Up: CIFLIB Error Handling and Previous: cifCountDataBlockWarningsByIndex

cifGetDataBlockErrors

NAME cifGetDataBlockErrors

PROTOTYPE

#include "ciflib.h"

char **cifGetDataBlockErrors(const char *dataBlockName,
                                int  *numErrors)
PURPOSE

cifGetDataBlockErrors returns the list of errors and the number of errors for the target data block. The data block is identified by name.

RECEIVES

dataBlockName name of the target data block
numErrors address of the integer to hold the number of errors in the target data block

RETURN VALUE

Returns an array of error messages or a NULL value for failure.

REMARKS

See also: cifGetDataBlockErrorsByIndex
  cifGetDataBlockWarnings
  cifGetDataBlockWarningsByIndex



Olivera Tosic
6/17/2002