MamdaErrorListener defines an interface for handling error notifications for a MamdaSubscription. More...
#include <MamdaErrorListener.h>
Public Member Functions | |
virtual void | onError (MamdaSubscription *subscription, MamdaErrorSeverity severity, MamdaErrorCode errorCode, const char *errorStr)=0 |
Provide a callback to handle errors. | |
virtual | ~MamdaErrorListener () |
MamdaErrorListener defines an interface for handling error notifications for a MamdaSubscription.
|
virtual |
|
pure virtual |
Provide a callback to handle errors.
The severity is intended as a hint to indicate whether the error is recoverable.