![]() |
SDK
2.1.4
CloudBackend Software Development Kit - SDK API for C++
|
#include <JoinDelegate.h>
Classes | |
struct | Exception |
exception thrown by cbe::QueryChain::join() if the request fails. More... | |
Public Types | |
using | Success = cbe::QueryResult |
using | JoinError = QueryError |
using | Error = JoinError |
using | ErrorInfo = QueryJoinDelegate::ErrorInfo |
Public Member Functions | |
virtual void | onJoinSuccess (cbe::QueryResult &&queryResult)=0 |
virtual void | onJoinError (JoinError &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
Contains all information about a failed join.
|
pure virtual |
Called upon successful query.
queryResult | Instance of a QueryResult containing the result set. |
|
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. |