![]() |
SDK
2.1.4
CloudBackend Software Development Kit - SDK API for C++
|
#include <MoveDelegate.h>
Classes | |
struct | ErrorInfo |
struct | Exception |
exception thrown by cbe::Object::move() if the request fails. More... | |
Public Types | |
using | Success = cbe::Object |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onMoveSuccess (cbe::Object &&object)=0 |
virtual void | onMoveError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
|
pure virtual |
Called upon successful Move.
object | Instance of object that is being moved. |
|
pure virtual |
Called if an error is encountered.