KVIrc 5.2.0
Developer APIs
Namespaces | Macros | Functions | Variables
KviError.cpp File Reference
#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]
 

Macro Definition Documentation

◆ _KVI_ERROR_CPP_

#define _KVI_ERROR_CPP_

Variable Documentation

◆ g_errorTable

const char* g_errorTable[KviError::ErrorCount]