SDK  2.1.4
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::RemoveRoleMemberDelegate Class Referenceabstract

#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
 

Detailed Description

Delegate class for the asynchronous version of method:

  • cbe::Group::RemoveMember

Member Function Documentation

◆ onRemoveRoleMemberSuccess()

virtual void cbe::delegate::RemoveRoleMemberDelegate::onRemoveRoleMemberSuccess ( MemberId  memberId)
pure virtual

Called upon successful RemoveMember.

◆ onRemoveRoleMemberError()

virtual void cbe::delegate::RemoveRoleMemberDelegate::onRemoveRoleMemberError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.


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