SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::util::ErrorInfoImpl< ErrorT > Struct Template Reference
Inheritance diagram for cbe::util::ErrorInfoImpl< ErrorT >:
Collaboration diagram for cbe::util::ErrorInfoImpl< ErrorT >:

Public Types

using Base = ErrorInfoImpl< ErrorT >
 

Public Member Functions

 ErrorInfoImpl (Context &&context, ErrorT &&error)
 
template<class ErrorT2 >
ErrorInfoImploperator= (ErrorInfoImpl< ErrorT2 > &&rh)
 
void printError (std::ostream &os) const final
 
template<class ErrorT2 >
ErrorInfoImpl< ErrorT > & operator= (ErrorInfoImpl< ErrorT2 > &&rh)
 
- Public Member Functions inherited from cbe::util::ErrorInfo
 operator bool () const
 

Public Attributes

ErrorT error {}
 
- Public Attributes inherited from cbe::util::ErrorInfo
std::string contextStr {}
 

Additional Inherited Members

- Protected Member Functions inherited from cbe::util::ErrorInfo
 ErrorInfo (Context &&context)
 

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