ADTF
Loading...
Searching...
No Matches
adtf::base::elasto::IErrorHandling::IErrorHandler Class Referenceabstract

#include <error_handling_intf.h>

Inherits adtf::ucom::ant::IObject.

Public Member Functions

 ADTF_IID (IErrorHandler, "error_handler.error_handling.elasto.services.adtf.iid")
 
virtual void Handle (tResult oError)=0
 
- Public Member Functions inherited from adtf::ucom::ant::IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 

Additional Inherited Members

- Protected Member Functions inherited from adtf::ucom::ant::IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

Interface for handling an error from a specific error source and error category.

Member Function Documentation

◆ Handle()

virtual void adtf::base::elasto::IErrorHandling::IErrorHandler::Handle ( tResult oError)
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!

Parameters
[in]oErrorThe error result.

The documentation for this class was generated from the following file: