Listens to sync error event on a sync client. More...
#include <objectbox-sync.hpp>

Public Member Functions | |
| virtual | ~SyncClientErrorListener ()=default |
| virtual void | errorOccurred (OBXSyncError error) noexcept=0 |
| Called when the client detects a sync error. | |
Listens to sync error event on a sync client.
|
virtualdefault |
|
pure virtualnoexcept |
Called when the client detects a sync error.
| error | - indicates the error event that occurred. |