QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Exceptions.h>
Public Member Functions | |
EDAMInvalidContactsExceptionData (QList< Contact > contacts, Optional< QString > parameter, Optional< QList< EDAMInvalidContactReason > > reasons) | |
virtual void | throwException () const override |
![]() | |
EvernoteExceptionData (QString error) | |
![]() | |
EverCloudExceptionData (QString error) | |
Protected Attributes | |
QList< Contact > | m_contacts |
Optional< QString > | m_parameter |
Optional< QList< EDAMInvalidContactReason > > | m_reasons |
Additional Inherited Members | |
![]() | |
QString | errorMessage |
Asynchronous API counterpart of EDAMInvalidContactsException. See EverCloudExceptionData for more details.
|
explicit |
|
overridevirtual |
If you want to throw an exception that corresponds to a received EverCloudExceptionData descendant than call this function. Do not use throw
statement, it's not polymorphic.
Reimplemented from qevercloud::EvernoteExceptionData.
|
protected |
|
protected |
|
protected |