SDK  2.1.4
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::UploadDelegate::Exception Struct Reference

exception thrown by cbe::Container::upload(const std::string&,const std::string&) and its overloads if the request fails. More...

#include <UploadDelegate.h>

Inheritance diagram for cbe::delegate::UploadDelegate::Exception:
Collaboration diagram for cbe::delegate::UploadDelegate::Exception:

Additional Inherited Members

- Public Types inherited from cbe::util::ExceptionImpl< ErrorInfo >
using Base = ExceptionImpl< ErrorInfo >
 
- Public Member Functions inherited from cbe::util::ExceptionImpl< ErrorInfo >
 ExceptionImpl (ErrorInfo &&errorInfo)
 
- Public Member Functions inherited from cbe::util::Exception
template<typename... Ts>
 Exception (Ts &&... args)
 
std::string typeAsString () const
 
template<class CbeExceptionT >
const CbeExceptionT * derivedCbeException () const
 Examines whether current exception is of type CbeExceptionT. More...
 
- Public Attributes inherited from cbe::util::ExceptionImpl< ErrorInfo >
const ErrorInfo errorInfo
 

Detailed Description

exception thrown by cbe::Container::upload(const std::string&,const std::string&) and its overloads if the request fails.


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