libzypp 17.31.23
|
#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-media/ng/worker/devicedriver.h>
Public Member Functions | |
AttachError (const uint code, const std::string &reason, const bool transient, const HeaderValueMap &extra={}) | |
AttachError (const uint code, const bool transient, const zypp::Exception &e) | |
Public Attributes | |
uint | _code |
std::string | _reason |
bool | _transient |
HeaderValueMap | _extra |
Definition at line 45 of file devicedriver.h.
zyppng::worker::AttachError::AttachError | ( | const uint | code, |
const std::string & | reason, | ||
const bool | transient, | ||
const HeaderValueMap & | extra = {} |
||
) |
Definition at line 362 of file devicedriver.cc.
zyppng::worker::AttachError::AttachError | ( | const uint | code, |
const bool | transient, | ||
const zypp::Exception & | e | ||
) |
Definition at line 371 of file devicedriver.cc.
uint zyppng::worker::AttachError::_code |
Definition at line 50 of file devicedriver.h.
std::string zyppng::worker::AttachError::_reason |
Definition at line 51 of file devicedriver.h.
bool zyppng::worker::AttachError::_transient |
Definition at line 52 of file devicedriver.h.
HeaderValueMap zyppng::worker::AttachError::_extra |
Definition at line 53 of file devicedriver.h.