#include <error_handling_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
Error handling interface.
Please use create_error_handler(), instead of using this interface directly.
◆ tAction
Predefined actions that are supported by the default error handler implementation.
| Enumerator |
|---|
| Ignore | do nothing.
|
| Log | log as warning.
|
| Stop | log error and stop the session.
|
| Shutdown | log error and shutdown ADTF.
|
| Abort | abort and create a stack trace.
|
◆ CreateErrorHandler()
Creates a new error handler for the given source and category.
- Parameters
-
| [in] | strErrorSource | The name of the error source. |
| [in] | strErrorCategory | The name of the error category. |
| [in] | eDefaultAction | The default action that should be taken if an error occurs. |
| [out] | pHandler | The new handler. |
- Returns
- Standard result.
The documentation for this class was generated from the following file: