KVIrc  4.9.2
DeveloperAPIs
Namespaces | Macros | Functions | Variables
KviError.cpp File Reference
#include "KviLocale.h"
#include "KviError.h"
#include "kvi_settings.h"
#include "KviQString.h"
#include <errno.h>

Namespaces

 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. More...
 
const char * KviError::getUntranslatedDescription (KviError::Code eError)
 Returns an untranslated description of the error. More...
 
KviError::Code KviError::translateSystemError (int iErrNo)
 Gets system errors and returns their code number. More...
 

Variables

const char * g_errorTable [KviError::ErrorCount]
 

Macro Definition Documentation

#define _KVI_ERROR_CPP_

Variable Documentation

const char* g_errorTable[KviError::ErrorCount]