highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ErrorStruct.hpp File Reference
#include <string>
#include <vector>
#include <Poco/Mutex.h>
Include dependency graph for ErrorStruct.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ErrorStruct

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

Macros

#define LONG_LONG_MASK   0x0000000000000001llu
#define SEPARATOR_STRING   " | "
#define SEPARATOR_STRING_LENGTH   3
#define ERROR_FLAG_WAS_TIMEOUT   0x1
#define ERROR_BAD_REG_EXPRESSION   0x2

Variables

std::vector< std::string > errorCodesStrings

Detailed Description

Macro Definition Documentation

#define ERROR_BAD_REG_EXPRESSION   0x2

Definition at line 23 of file ErrorStruct.hpp.

#define ERROR_FLAG_WAS_TIMEOUT   0x1

Definition at line 22 of file ErrorStruct.hpp.

#define LONG_LONG_MASK   0x0000000000000001llu

Definition at line 18 of file ErrorStruct.hpp.

#define SEPARATOR_STRING   " | "

Definition at line 19 of file ErrorStruct.hpp.

#define SEPARATOR_STRING_LENGTH   3

Definition at line 20 of file ErrorStruct.hpp.

Variable Documentation

std::vector<std::string> errorCodesStrings

Definition at line 14 of file ErrorStruct.cpp.