QEverCloud  4.1.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::ManageNoteSharesResult Struct Reference

#include <types.h>

Public Member Functions

bool operator== (const ManageNoteSharesResult &other) const
 
bool operator!= (const ManageNoteSharesResult &other) const
 

Public Attributes

Optional< QList< ManageNoteSharesError > > errors
 

Detailed Description

The return value of a call to the manageNoteShares function.

Member Function Documentation

◆ operator!=()

bool qevercloud::ManageNoteSharesResult::operator!= ( const ManageNoteSharesResult other) const
inline

◆ operator==()

bool qevercloud::ManageNoteSharesResult::operator== ( const ManageNoteSharesResult other) const
inline

Member Data Documentation

◆ errors

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.