MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / onNoteCountLimit

Method onNoteCountLimit

src/database/WizDatabase.cpp:1846–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844}
1845
1846void WizDatabase::onNoteCountLimit(const QString& strErrorMessage)
1847{
1848 setMeta(WIZKMSYNC_EXIT_INFO, "LastSyncErrorCode", QString::number(WIZKMSYNC_EXIT_NOTE_COUNT_LIMIT));
1849 setMeta(WIZKMSYNC_EXIT_INFO, "LastSyncErrorMessage", strErrorMessage);
1850}
1851
1852void WizDatabase::onBizServiceExpr(const QString& strBizGUID, const QString& strErrorMessage)
1853{

Callers 1

SaveServerErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected