This function returns the total number of records (errors plus warnings) on the error stack.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_err_count_get(); |
None
Returns the total number of errors and warnings on the error stack. If errors occur during this function call, the function returns (AT_ERRCOUNT)-1, but these errors are not appended onto the error stack.
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT errCount; errCount = IG_err_count_get(); |