libzypp 17.31.23
zyppng::worker::AttachError Struct Reference

#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
 

Detailed Description

Definition at line 45 of file devicedriver.h.

Constructor & Destructor Documentation

◆ AttachError() [1/2]

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.

◆ AttachError() [2/2]

zyppng::worker::AttachError::AttachError ( const uint  code,
const bool  transient,
const zypp::Exception e 
)

Definition at line 371 of file devicedriver.cc.

Member Data Documentation

◆ _code

uint zyppng::worker::AttachError::_code

Definition at line 50 of file devicedriver.h.

◆ _reason

std::string zyppng::worker::AttachError::_reason

Definition at line 51 of file devicedriver.h.

◆ _transient

bool zyppng::worker::AttachError::_transient

Definition at line 52 of file devicedriver.h.

◆ _extra

HeaderValueMap zyppng::worker::AttachError::_extra

Definition at line 53 of file devicedriver.h.


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