![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <TransferError.h>
Public Member Functions | |
TransferError (Error &&error, std::string name, cbe::ObjectId objectId, cbe::ContainerId parentId) | |
![]() | |
operator bool () const | |
Public Attributes | |
std::string | name {} |
cbe::ObjectId | objectId {} |
cbe::ContainerId | parentId {} |
![]() | |
ErrorCode | errorCode {} |
std::string | reason {} |
std::string | message {} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TransferError &transferError) |
Contains error information delivered from CloudBackend SDK in connection with a failed transfer, i.e., upload/download.