Keypop Reader C++ API 2.0.0
Reference Reader API for C++
Public Member Functions | List of all members
keypop::reader::spi::CardReaderObservationExceptionHandlerSpi Class Referenceabstract

#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
 

Detailed Description

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.

Since
1.0.0

Definition at line 26 of file CardReaderObservationExceptionHandlerSpi.hpp.

Member Function Documentation

◆ onReaderObservationError()

virtual void keypop::reader::spi::CardReaderObservationExceptionHandlerSpi::onReaderObservationError ( const std::string &  contextInfo,
const std::string &  readerName,
const std::shared_ptr< std::exception >  e 
)
pure virtual

Called when an error occurs in the observed reader.

When an error occurs, the observation process is stopped.

Parameters
contextInfoThe context information.
readerNameThe reader name.
eThe original exception.
Since
1.0.0

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