#include <error_handling_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
Interface for handling an error from a specific error source and error category.
◆ 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] | oError | The error result. |
The documentation for this class was generated from the following file: