1 #ifndef CBE__delegate__QueryError_h__
2 #define CBE__delegate__QueryError_h__
4 #include "cbe/Filter.h"
7 #include "cbe/delegate/Error.h"
15 using Error = delegate::Error;
31 bool hasFilter()
const;
32 const Filter& getFilter()
const;
34 friend std::ostream& operator<<(std::ostream& os,
Use to select Item that meets specific criterias when doing a query.
Definition: Filter.h:40
std::string reason
Definition: Error.h:25
ErrorCode errorCode
Definition: Error.h:21
std::string message
Definition: Error.h:29
Definition: QueryError.h:20
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
std::uint32_t ErrorCode
Mimics the general error code encoding in the www.
Definition: Types.h:142