#include <iostream>
#include <y2pm/PMError.h>
#include <y2pm/InstSrcError.h>
#include <y2pm/MediaError.h>
#include <y2pm/InstTargetError.h>
#include <y2pm/YouError.h>
#include <y2pm/ModulePkgError.h>
#include <y2pm/PMLocale.h>
Defines | |
#define | ENUM_OUT(V) case C_##V: return C_##V; break |
#define | ENUM_OUT(V) case C_##V: return defaulterrstr( V::errclass, V::errtext( e ) ); break |
Functions | |
std::ostream & | operator<< (std::ostream &str, const PMError &obj) |
|
|
|
|
|
Stream output asString. |