![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
Public Types | |
using | Base = ErrorInfoImpl< ErrorT > |
Public Member Functions | |
ErrorInfoImpl (Context &&context, ErrorT &&error) | |
template<class ErrorT2 > | |
ErrorInfoImpl & | operator= (ErrorInfoImpl< ErrorT2 > &&rh) |
void | printError (std::ostream &os) const final |
template<class ErrorT2 > | |
ErrorInfoImpl< ErrorT > & | operator= (ErrorInfoImpl< ErrorT2 > &&rh) |
![]() | |
operator bool () const | |
Public Attributes | |
ErrorT | error {} |
![]() | |
std::string | contextStr {} |
Additional Inherited Members | |
![]() | |
ErrorInfo (Context &&context) | |