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

#include <QueryError.h>

Inheritance diagram for cbe::delegate::QueryError:
Collaboration diagram for cbe::delegate::QueryError:

Public Member Functions

 QueryError (ErrorCode errorCode, std::string &&reason, std::string &&message)
 
 QueryError (Filter &&filter, ErrorCode errorCode, std::string &&reason, std::string &&message)
 
bool hasFilter () const
 
const FiltergetFilter () const
 
- Public Member Functions inherited from cbe::delegate::Error
 operator bool () const
 

Friends

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

Additional Inherited Members

- Public Attributes inherited from cbe::delegate::Error
ErrorCode errorCode {}
 
std::string reason {}
 
std::string message {}
 

Detailed Description

Contains error information delivered from CloudBackend SDK i connection with a failed query, or join


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