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

#include <RemoveDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = RemoveSuccess
 
using Error = delegate::Error
 

Public Member Functions

virtual void onRemoveSuccess (cbe::GroupId groupId, std::string &&groupName)=0
 
virtual void onRemoveError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

Member Function Documentation

◆ onRemoveError()

virtual void cbe::delegate::group::RemoveDelegate::onRemoveError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onRemoveSuccess()

virtual void cbe::delegate::group::RemoveDelegate::onRemoveSuccess ( cbe::GroupId  groupId,
std::string &&  groupName 
)
pure virtual

Called upon successful remove.

Parameters
groupIdId of the cbe::Group being removed.
groupNameName of the group being removed.

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