ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Error Functions > IG_err_stack_clear |
This function removes all records from the error stack.
Copy Code
|
|
---|---|
AT_ERRCODE ACCUAPI IG_err_stack_clear(); |
None
Returns TRUE if the error stack has been successfully cleared; returns FALSE otherwise. Errors that occurred during this function call are not appended onto the error stack.
This function does not process image pixels.
Copy Code
|
|
---|---|
IG_err_stack_clear(); |