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

#include <UnShareDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = UnShareSuccess
 
using Error = delegate::Error
 

Public Member Functions

virtual void onUnShareSuccess (std::string &&message)=0
 
virtual void onUnShareError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of methods:

Member Function Documentation

◆ onUnShareError()

virtual void cbe::delegate::UnShareDelegate::onUnShareError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onUnShareSuccess()

virtual void cbe::delegate::UnShareDelegate::onUnShareSuccess ( std::string &&  message)
pure virtual

Called upon successful UnShare.

Parameters
messageMessage of the Unshare.

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