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

#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)
 

Detailed Description

Entity class containing the information passed into method onJoinError() in cbe interface

Member Function Documentation

◆ onJoinError()

virtual void cbe::delegate::JoinError::onJoinError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called upon a failed join() call.

Parameters
errorError information passed from CloudBackend SDK.
contextAdditional context information about the original service call that has failed.

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