libzypp 17.31.23
|
#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-curl/ng/network/private/networkrequesterror_p.h>
Public Member Functions | |
NetworkRequestErrorPrivate (NetworkRequestError::Type code, std::string &&msg, std::map< std::string, boost::any > &&extraInfo) | |
NetworkRequestErrorPrivate * | clone () const |
Static Public Member Functions | |
static zyppng::NetworkRequestError | customError (NetworkRequestError::Type t, std::string &&errorMsg="", std::map< std::string, boost::any > &&extraInfo={}) |
static zyppng::NetworkRequestError | fromCurlError (NetworkRequest &req, int nativeCode, const std::string &nativeError) |
static zyppng::NetworkRequestError | fromCurlMError (int nativeCode) |
static std::string | typeToString (NetworkRequestError::Type t) |
Public Attributes | |
NetworkRequestError::Type | _errorCode = NetworkRequestError::InternalError |
std::string | _errorMessage |
std::map< std::string, boost::any > | _extraInfo |
Definition at line 22 of file networkrequesterror_p.h.
zyppng::NetworkRequestErrorPrivate::NetworkRequestErrorPrivate | ( | NetworkRequestError::Type | code, |
std::string && | msg, | ||
std::map< std::string, boost::any > && | extraInfo | ||
) |
Definition at line 23 of file networkrequesterror.cc.
NetworkRequestErrorPrivate * zyppng::NetworkRequestErrorPrivate::clone | ( | ) | const |
Definition at line 29 of file networkrequesterror.cc.
|
static |
Definition at line 34 of file networkrequesterror.cc.
|
static |
Definition at line 39 of file networkrequesterror.cc.
|
static |
Definition at line 209 of file networkrequesterror.cc.
|
static |
Definition at line 253 of file networkrequesterror.cc.
NetworkRequestError::Type zyppng::NetworkRequestErrorPrivate::_errorCode = NetworkRequestError::InternalError |
Definition at line 29 of file networkrequesterror_p.h.
std::string zyppng::NetworkRequestErrorPrivate::_errorMessage |
Definition at line 30 of file networkrequesterror_p.h.
std::map<std::string, boost::any> zyppng::NetworkRequestErrorPrivate::_extraInfo |
Definition at line 31 of file networkrequesterror_p.h.