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

#include <CreateContainerDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = cbe::Container
 
using Error = delegate::Error
 

Public Member Functions

virtual void onCreateContainerSuccess (cbe::Container &&container)=0
 
virtual void onCreateContainerError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

Member Function Documentation

◆ onCreateContainerError()

virtual void cbe::delegate::CreateContainerDelegate::onCreateContainerError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called if an error is encountered.

◆ onCreateContainerSuccess()

virtual void cbe::delegate::CreateContainerDelegate::onCreateContainerSuccess ( cbe::Container &&  container)
pure virtual

Called upon successful CreateContainer.

Parameters
containerInstance of Container that is being created.

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