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

#include <types.h>

Public Member Functions

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

Public Attributes

Optional< QList< ManageNotebookSharesError > > errors
 

Detailed Description

The return value of a call to the manageNotebookShares method.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ errors

Optional< QList< ManageNotebookSharesError > > qevercloud::ManageNotebookSharesResult::errors

If the method completed without throwing exceptions, some errors might still have occurred, and in that case, this field will contain the list of those errors the occurred.