QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
EDAMSystemException () | |
~EDAMSystemException () throw () | |
const char * | what () const Q_DECL_OVERRIDE throw () |
virtual QSharedPointer < EverCloudExceptionData > | exceptionData () const Q_DECL_OVERRIDE |
![]() | |
EvernoteException () | |
EvernoteException (QString error) | |
EvernoteException (const std::string &error) | |
EvernoteException (const char *error) | |
![]() | |
EverCloudException () | |
EverCloudException (QString error) | |
EverCloudException (const std::string &error) | |
EverCloudException (const char *error) | |
~EverCloudException () throw () | |
const char * | what () const throw () |
Public Attributes | |
EDAMErrorCode::type | errorCode |
Optional< QString > | message |
Optional< qint32 > | rateLimitDuration |
Additional Inherited Members | |
![]() | |
QByteArray | m_error |
This exception is thrown by EDAM procedures when a call fails as a result of a problem in the service that could not be changed through caller action.
errorCode: The numeric code indicating the type of error that occurred. must be one of the values of EDAMErrorCode.
message: This may contain additional information about the error
rateLimitDuration: Indicates the minimum number of seconds that an application should expect subsequent API calls for this user to fail. The application should not retry API requests for the user until at least this many seconds have passed. Present only when errorCode is RATE_LIMIT_REACHED,
|
inline |
|
inline |
|
virtual |
Reimplemented from qevercloud::EvernoteException.
Reimplemented in qevercloud::EDAMSystemExceptionAuthExpired, and qevercloud::EDAMSystemExceptionRateLimitReached.
const char* qevercloud::EDAMSystemException::what | ( | ) | const | |
throw | ( | |||
) |
EDAMErrorCode::type qevercloud::EDAMSystemException::errorCode |
Optional< QString > qevercloud::EDAMSystemException::message |
Optional< qint32 > qevercloud::EDAMSystemException::rateLimitDuration |