libzypp 17.37.17
|
#include <zypp-media/ng/worker/devicedriver.h>
Public Member Functions | |
AttachError (const MessageCodes code, const std::string &reason, const bool transient, const HeaderValueMap &extra={}) | |
AttachError (const MessageCodes code, const bool transient, const zypp::Exception &e) |
Public Attributes | |
MessageCodes | _code |
std::string | _reason |
bool | _transient |
HeaderValueMap | _extra |
Definition at line 45 of file devicedriver.h.
zyppng::worker::AttachError::AttachError | ( | const MessageCodes | code, |
const std::string & | reason, | ||
const bool | transient, | ||
const HeaderValueMap & | extra = {} ) |
Definition at line 361 of file devicedriver.cc.
zyppng::worker::AttachError::AttachError | ( | const MessageCodes | code, |
const bool | transient, | ||
const zypp::Exception & | e ) |
Definition at line 370 of file devicedriver.cc.
MessageCodes 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.