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

#include <ItemDelegateErrors.h>

Classes

class  Error
 

Public Member Functions

virtual void onLoadError (Error &&error, cbe::util::Context &&context)=0
 

Friends

std::ostream & operator<< (std::ostream &os, const LoadError::Error &error)
 

Detailed Description

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

Member Function Documentation

◆ onLoadError()

virtual void cbe::delegate::LoadError::onLoadError ( Error &&  error,
cbe::util::Context &&  context 
)
pure virtual

Called upon a failed query() or 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: