SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
cbe::delegate::CreateGroupDelegate Class Referenceabstract

#include <CreateGroupDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = cbe::Group
 
using Error = delegate::Error
 

Public Member Functions

virtual void onCreateGroupSuccess (cbe::Group &&group)=0
 
virtual void onCreateGroupError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

Member Function Documentation

◆ onCreateGroupError()

virtual void cbe::delegate::CreateGroupDelegate::onCreateGroupError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onCreateGroupSuccess()

virtual void cbe::delegate::CreateGroupDelegate::onCreateGroupSuccess ( cbe::Group &&  group)
pure virtual

Called upon successful create group.

Parameters
groupInstance of a cbe::Group.

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