libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Attributes | List of all members
quentier::synchronization::RateLimitReachedError Struct Reference

#include <Errors.h>

Public Attributes

std::optional< qint32rateLimitDurationSec
 

Detailed Description

Information about "API rate limit reached" error which Evernote servers might return if too much of their API calls were made recently. In case of such error synchronization should be repeated later, after some time passes.

Member Data Documentation

◆ rateLimitDurationSec

std::optional<qint32> quentier::synchronization::RateLimitReachedError::rateLimitDurationSec

Number of seconds during which since the current moment during which any call to Evernote API would again result in "API rate limit reached" error i.e. the number of seconds to wait for before the next attempt to run synchronization