ADTF
|
Interface for handling an error from a specific error source and error category. More...
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. More... | |
Public Member Functions inherited from IObject | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Additional Inherited Members | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
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. |
Referenced by trigger_pipe_item< INTERFACE >::Run().