1 #ifndef CBE__delegate__RemoveRoleMemberDelegate_h__
2 #define CBE__delegate__RemoveRoleMemberDelegate_h__
5 #include <unordered_map>
6 #include "cbe/QueryResult.h"
8 #include "cbe/delegate/Error.h"
9 #include "cbe/util/Context.h"
10 #include "cbe/util/ErrorInfo.h"
11 #include "cbe/util/Exception.h"
Definition: RemoveRoleMemberDelegate.h:21
virtual void onRemoveRoleMemberSuccess(MemberId memberId)=0
virtual void onRemoveRoleMemberError(Error &&error, cbe::util::Context &&context)=0
std::shared_ptr< RemoveRoleMemberDelegate > RemoveRoleMemberDelegatePtr
Definition: RemoveRoleMemberDelegate.h:62
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
std::uint64_t MemberId
Represents the cbe::Group membership id.
Definition: Types.h:92
Definition: RemoveRoleMemberDelegate.h:38
Definition: ErrorInfo.h:27
Definition: Exception.h:38