ADTF
|
Interface for handling an error from a specific error source and error category. More...
#include <error_handling_intf.h>
Public Member Functions | |
ADTF_IID (IErrorHandler, "error_handler.error_handling.elasto.services.adtf.iid") | |
virtual void | Handle (tResult oError)=0 |
Call this to notify the error handling of an error that occured. | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() | |
Additional Inherited Members | |
![]() | |
~IObject ()=default | |
Protected destructor --> Only the final implementation can be destroyed! | |
Interface for handling an error from a specific error source and error category.
Definition at line 44 of file error_handling_intf.h.
|
pure virtual |
Call this to notify the error handling of an error that occured.
Note that you still need to deal with this error in your component as good as possible!
[in] | oError | The error result. |