|
QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
| virtual void | print (QTextStream &strm) const override |
| bool | operator== (const ManageNoteSharesResult &other) const |
| bool | operator!= (const ManageNoteSharesResult &other) const |
| Public Member Functions inherited from qevercloud::Printable | |
| Printable ()=default | |
| virtual | ~Printable ()=default |
| virtual QString | toString () const |
Public Attributes | |
| EverCloudLocalData | localData |
| Optional< QList< ManageNoteSharesError > > | errors |
Properties | |
| OptionalQList< ManageNoteSharesError > | errors |
The return value of a call to the manageNoteShares function.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
| Optional<QList<ManageNoteSharesError> > qevercloud::ManageNoteSharesResult::errors |
If the call succeeded without throwing an exception, some errors might still have occurred. In that case, this field will contain the list of errors.
| EverCloudLocalData qevercloud::ManageNoteSharesResult::localData |
See the declaration of EverCloudLocalData for details
| OptionalQList<ManageNoteSharesError> qevercloud::ManageNoteSharesResult::errors |