![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <Error.h>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
ErrorCode | errorCode {} |
std::string | reason {} |
std::string | message {} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Error &error) |
Entity class containing the error information
|
explicit |
Checks whether current object holds error information.
true
implies that current object contains an error,l while false
indicates no error.
|
friend |
Output stream operator for CloudBackend::LogInDelegate::Error.
ErrorCode cbe::delegate::Error::errorCode {} |
Mimics the general error code encoding in the www.
std::string cbe::delegate::Error::message {} |
Human readable additional information about the error.
std::string cbe::delegate::Error::reason {} |
Human readable description of the reason for the failure.