API Reference > Functions > SDAI > sdaiRestoreErrorHandler Function
sdaiRestoreErrorHandler Function
Syntax
C++
DAI_EXPORT SdaiErrorHandler sdaiRestoreErrorHandler();

sdai.h

The error handling function that were removed from the stack if it is not empty.

The Restore Error Handler function removes the most recently added error handling function from the top of the error handling stack.

The next error handling function after the removed function that is left in the stack is used for error handling. The Restore Error Handler function has no effect if the error handler stack is empty.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.