SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::ListGroupsDelegate Class Referenceabstract

#include <ListGroupsDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Groups = std::vector< cbe::Group >
 
using Success = Groups
 
using Error = delegate::Error
 

Public Member Functions

virtual void onListGroupsSuccess (Groups &&groups)=0
 
virtual void onListGroupsError (delegate::Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

Member Function Documentation

◆ onListGroupsError()

virtual void cbe::delegate::ListGroupsDelegate::onListGroupsError ( delegate::Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onListGroupsSuccess()

virtual void cbe::delegate::ListGroupsDelegate::onListGroupsSuccess ( Groups &&  groups)
pure virtual

Called upon successful listGroup

Parameters
groupsRef to vector of cbe::Group holding the joined groups.

The documentation for this class was generated from the following file: