|
libzypp 17.37.17
|
#include <shared/commit/CommitMessages.h>
Public Member Functions | |
| zyppng::expected< zypp::PluginFrame > | toStompMessage () const |
Static Public Member Functions | |
| static zyppng::expected< TransactionError > | fromStompMessage (const zypp::PluginFrame &msg) |
Public Attributes | |
| std::vector< std::string > | problems |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "TransactionError" |
Definition at line 78 of file CommitMessages.h.
| zyppng::expected< PluginFrame > zypp::proto::target::TransactionError::toStompMessage | ( | ) | const |
Definition at line 200 of file CommitMessages.cc.
|
static |
Definition at line 210 of file CommitMessages.cc.
|
staticconstexpr |
Definition at line 79 of file CommitMessages.h.
| std::vector<std::string> zypp::proto::target::TransactionError::problems |
Definition at line 80 of file CommitMessages.h.