![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <ItemDelegateErrors.h>
Classes | |
class | Error |
Public Member Functions | |
virtual void | onJoinError (Error &&error, cbe::util::Context &&context)=0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const JoinError::Error &error) |
Entity class containing the information passed into method onJoinError()
in cbe interface
|
pure virtual |
Called upon a failed join() call.
error | Error information passed from CloudBackend SDK. |
context | Additional context information about the original service call that has failed. |