![]() |
KVIrc 5.2.6
Developer APIs
|
#include "KviError.h"
#include "KviLocale.h"
#include "kvi_settings.h"
#include <QString>
#include <cerrno>
Namespaces | |
namespace | KviError |
This namespace handle the error codes. | |
Macros | |
#define | _KVI_ERROR_CPP_ |
Functions | |
QString | KviError::getDescription (KviError::Code eError) |
Returns the description of the error. | |
const char * | KviError::getUntranslatedDescription (KviError::Code eError) |
Returns an untranslated description of the error. | |
KviError::Code | KviError::translateSystemError (int iErrNo) |
Gets system errors and returns their code number. | |
Variables | |
const char * | g_errorTable [KviError::ErrorCount] |
#define _KVI_ERROR_CPP_ |
const char* g_errorTable[KviError::ErrorCount] |
Referenced by KviError::getUntranslatedDescription().