The ISendStatus interface represents the information about the attempt to send information either from user's own account or from some linked notebook to Evernote.
More...
#include <ISendStatus.h>
|
|
using | QExceptionPtr = std::shared_ptr<QException> |
|
using | NoteWithException = std::pair<qevercloud::Note, QExceptionPtr> |
| using | NotebookWithException |
| using | SavedSearchWithException |
|
using | TagWithException = std::pair<qevercloud::Tag, QExceptionPtr> |
The ISendStatus interface represents the information about the attempt to send information either from user's own account or from some linked notebook to Evernote.
◆ NotebookWithException
| using quentier::synchronization::ISendStatus::NotebookWithException |
Initial value:
std::pair<qevercloud::Notebook, QExceptionPtr>
◆ SavedSearchWithException
| using quentier::synchronization::ISendStatus::SavedSearchWithException |
Initial value:
std::pair<qevercloud::SavedSearch, QExceptionPtr>
◆ failedToSendNotebooks()
| virtual QList< NotebookWithException > quentier::synchronization::ISendStatus::failedToSendNotebooks |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- list with notebooks and exceptions representing failures to send these notebooks to Evernote
◆ failedToSendNotes()
| virtual QList< NoteWithException > quentier::synchronization::ISendStatus::failedToSendNotes |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- list with notes and exceptions representing failures to send these notes to Evernote
◆ failedToSendSavedSearches()
| virtual QList< SavedSearchWithException > quentier::synchronization::ISendStatus::failedToSendSavedSearches |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- list with saved searches and exceptions representing failures to send these saved searches to Evernote
◆ failedToSendTags()
| virtual QList< TagWithException > quentier::synchronization::ISendStatus::failedToSendTags |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- list with tags and exceptions representing failures to send these tags to Evernote
◆ needToRepeatIncrementalSync()
| virtual bool quentier::synchronization::ISendStatus::needToRepeatIncrementalSync |
( |
| ) |
const |
|
nodiscardpure virtual |
If during the send step of synchronization it was found out that Evernote service's state of account has been updated since the last download step, returns true meaning that incremental download step should be repeated. Otherwise returns false.
◆ stopSynchronizationError()
| virtual StopSynchronizationError quentier::synchronization::ISendStatus::stopSynchronizationError |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- error which might have occurred during sending the data to Evernote which has prevented further attempts to send anything to Evernote or std::monostate if no such error has occurred
◆ totalAttemptedToSendNotebooks()
| virtual quint64 quentier::synchronization::ISendStatus::totalAttemptedToSendNotebooks |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- total number of notebooks attempted to be sent to Evernote
◆ totalAttemptedToSendNotes()
| virtual quint64 quentier::synchronization::ISendStatus::totalAttemptedToSendNotes |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- total number of notes attempted to be sent to Evernote
◆ totalAttemptedToSendSavedSearches()
| virtual quint64 quentier::synchronization::ISendStatus::totalAttemptedToSendSavedSearches |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- total number of saved searches attempted to be sent to Evernote
◆ totalAttemptedToSendTags()
| virtual quint64 quentier::synchronization::ISendStatus::totalAttemptedToSendTags |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- total number of tags attempted to be sent to Evernote
◆ totalSuccessfullySentNotebooks()
| virtual quint64 quentier::synchronization::ISendStatus::totalSuccessfullySentNotebooks |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- number of notebooks which were successfully sent to Evernote
◆ totalSuccessfullySentNotes()
| virtual quint64 quentier::synchronization::ISendStatus::totalSuccessfullySentNotes |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- number of notes which were successfully sent to Evernote
◆ totalSuccessfullySentSavedSearches()
| virtual quint64 quentier::synchronization::ISendStatus::totalSuccessfullySentSavedSearches |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- number of saved searches which were successfully sent to Evernote
◆ totalSuccessfullySentTags()
| virtual quint64 quentier::synchronization::ISendStatus::totalSuccessfullySentTags |
( |
| ) |
const |
|
nodiscardpure virtual |
- Returns
- number of tags which were successfully sent to Evernote