QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
EDAMInvalidContactsException () | |
virtual | ~EDAMInvalidContactsException () noexcept override |
EDAMInvalidContactsException (const EDAMInvalidContactsException &other) | |
const char * | what () const noexcept override |
virtual EverCloudExceptionDataPtr | exceptionData () const override |
virtual void | print (QTextStream &strm) const 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) | |
virtual | ~EverCloudException () noexcept override |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
QList< Contact > | contacts |
Optional< QString > | parameter |
Optional< QList< EDAMInvalidContactReason > > | reasons |
Properties | |
Optional | QList |
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 | ( | ) |
|
overridevirtualnoexcept |
qevercloud::EDAMInvalidContactsException::EDAMInvalidContactsException | ( | const EDAMInvalidContactsException & | other | ) |
|
overridevirtual |
Reimplemented from qevercloud::EvernoteException.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
|
overridevirtualnoexcept |
Reimplemented from qevercloud::EverCloudException.
Optional< QString > qevercloud::EDAMInvalidContactsException::parameter |
Optional<QList<EDAMInvalidContactReason> > qevercloud::EDAMInvalidContactsException::reasons |
Optional qevercloud::EDAMInvalidContactsException::QList |