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

#include <TransferError.h>

Inheritance diagram for cbe::delegate::TransferError:
Collaboration diagram for cbe::delegate::TransferError:

Public Member Functions

 TransferError (Error &&error, std::string name, cbe::ObjectId objectId, cbe::ContainerId parentId)
 
- Public Member Functions inherited from cbe::delegate::Error
 operator bool () const
 

Public Attributes

std::string name {}
 
cbe::ObjectId objectId {}
 
cbe::ContainerId parentId {}
 
- Public Attributes inherited from cbe::delegate::Error
ErrorCode errorCode {}
 
std::string reason {}
 
std::string message {}
 

Friends

std::ostream & operator<< (std::ostream &os, const TransferError &transferError)
 

Detailed Description

Contains error information delivered from CloudBackend SDK in connection with a failed transfer, i.e., upload/download.


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