![]() |
SDK
2.1.4
CloudBackend Software Development Kit - SDK API for C++
|
#include <RemoveRoleMemberDelegate.h>
Classes | |
struct | ErrorInfo |
struct | Exception |
exception thrown by cbe::Group::RemoveMember() if the request fails. More... | |
Public Types | |
using | Success = MemberId |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onRemoveRoleMemberSuccess (MemberId memberId)=0 |
virtual void | onRemoveRoleMemberError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
|
pure virtual |
Called upon successful RemoveMember.
|
pure virtual |
Called if an error is encountered.