|
QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <EverCloudException.h>
Public Member Functions | |
| EvernoteException () | |
| EvernoteException (QString error) | |
| EvernoteException (const std::string &error) | |
| EvernoteException (const char *error) | |
| virtual EverCloudExceptionDataPtr | exceptionData () const override |
| Public Member Functions inherited from qevercloud::EverCloudException | |
| EverCloudException () | |
| EverCloudException (QString error) | |
| EverCloudException (const std::string &error) | |
| EverCloudException (const char *error) | |
| virtual | ~EverCloudException () noexcept override |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
| Protected Attributes inherited from qevercloud::EverCloudException | |
| QByteArray | m_error |
All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
overridevirtual |
Reimplemented from qevercloud::EverCloudException.
Reimplemented in qevercloud::EDAMInvalidContactsException, qevercloud::EDAMNotFoundException, qevercloud::EDAMSystemException, qevercloud::EDAMSystemExceptionAuthExpired, qevercloud::EDAMSystemExceptionRateLimitReached, and qevercloud::EDAMUserException.