Keypop Reader C++ API 2.0.0
Reference Reader API for C++
|
#include <CardReaderObservationExceptionHandlerSpi.hpp>
Public Member Functions | |
virtual void | onReaderObservationError (const std::string &contextInfo, const std::string &readerName, const std::shared_ptr< std::exception > e)=0 |
Reader observation error handler to implement in order to be notified of errors that may occur during operations carried out by the card monitoring process.
Definition at line 26 of file CardReaderObservationExceptionHandlerSpi.hpp.
|
pure virtual |
Called when an error occurs in the observed reader.
When an error occurs, the observation process is stopped.
contextInfo | The context information. |
readerName | The reader name. |
e | The original exception. |