QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
EDAMInvalidContactsException () | |
virtual | ~EDAMInvalidContactsException () Q_DECL_OVERRIDE throw () |
EDAMInvalidContactsException (const EDAMInvalidContactsException &other) | |
const char * | what () const Q_DECL_OVERRIDE throw () |
virtual QSharedPointer< EverCloudExceptionData > | exceptionData () const Q_DECL_OVERRIDE |
bool | operator== (const EDAMInvalidContactsException &other) const |
bool | operator!= (const EDAMInvalidContactsException &other) const |
![]() | |
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 | |
QList< Contact > | contacts |
Optional< QString > | parameter |
Optional< QList< EDAMInvalidContactReason::type > > | reasons |
Additional Inherited Members | |
![]() | |
QByteArray | m_error |
An exception thrown when the provided Contacts fail validation. For instance, email domains could be invalid, phone numbers might not be valid for SMS, etc.
We will not provide individual reasons for each Contact's validation failure. The presence of the Contact in this exception means that the user must figure out how to take appropriate action to fix this Contact.
The list of Contacts that are considered invalid by the service
If the error applied to a particular input parameter, this will indicate which parameter.
qevercloud::EDAMInvalidContactsException::EDAMInvalidContactsException | ( | ) |
|
virtual |
qevercloud::EDAMInvalidContactsException::EDAMInvalidContactsException | ( | const EDAMInvalidContactsException & | other | ) |
|
virtual |
Reimplemented from qevercloud::EvernoteException.
|
inline |
|
inline |
const char* qevercloud::EDAMInvalidContactsException::what | ( | ) | const | |
throw | ( | |||
) |
QList< Contact > qevercloud::EDAMInvalidContactsException::contacts |
Optional< QString > qevercloud::EDAMInvalidContactsException::parameter |
Optional< QList< EDAMInvalidContactReason::type > > qevercloud::EDAMInvalidContactsException::reasons |