Chatsync  bbffde5c0c672a526bdc83637acf66dc20a80fbf
messages.hpp File Reference
#include <string>

Go to the source code of this file.

Variables

static const std::string ERR_HUB_CHANNEL_ALREADY_IN = "Channel can't be both input and output"
 
static const std::string ERR_NOT_IMPL = "Not implemented yet"
 
static const std::string MSG_EXITING = "Bot exiting"
 
static const std::string ERR_SOCK_CREATE = "Can't create socket"
 
static const std::string ERR_HOST_NOT_FOUND = "Host not found"
 
static const std::string ERR_CONNECTION = "Connection error"
 
static const std::string ERR_SOCK_WRITE = "Error during writing to socket"
 
static const std::string ERR_SOCK_READ = "Error during reading to socket"
 
static const std::string ERR_FD = "Wrong file descriptor provided to poll function"
 
static const std::string ERR_FILE_OPEN = "Can't open file"
 
static const std::string ERR_CONFIG_SCHEME = "Access scheme is not supported"
 
static const std::string ERR_NO_OPTION = "Option is not configured"
 
static const std::string ERR_WRONG_DIR = "Wrong channel direction option"
 
static const std::string ERR_TOX_INIT = "Can't initialize TOX engine"
 
static const std::string ERR_MALFORMED_VAL = "Malformed value"
 

Variable Documentation

§ ERR_CONFIG_SCHEME

const std::string ERR_CONFIG_SCHEME = "Access scheme is not supported"
static

§ ERR_CONNECTION

const std::string ERR_CONNECTION = "Connection error"
static

§ ERR_FD

const std::string ERR_FD = "Wrong file descriptor provided to poll function"
static

§ ERR_FILE_OPEN

const std::string ERR_FILE_OPEN = "Can't open file"
static

§ ERR_HOST_NOT_FOUND

const std::string ERR_HOST_NOT_FOUND = "Host not found"
static

§ ERR_HUB_CHANNEL_ALREADY_IN

const std::string ERR_HUB_CHANNEL_ALREADY_IN = "Channel can't be both input and output"
static

§ ERR_MALFORMED_VAL

const std::string ERR_MALFORMED_VAL = "Malformed value"
static

§ ERR_NO_OPTION

const std::string ERR_NO_OPTION = "Option is not configured"
static

§ ERR_NOT_IMPL

const std::string ERR_NOT_IMPL = "Not implemented yet"
static

§ ERR_SOCK_CREATE

const std::string ERR_SOCK_CREATE = "Can't create socket"
static

§ ERR_SOCK_READ

const std::string ERR_SOCK_READ = "Error during reading to socket"
static

§ ERR_SOCK_WRITE

const std::string ERR_SOCK_WRITE = "Error during writing to socket"
static

§ ERR_TOX_INIT

const std::string ERR_TOX_INIT = "Can't initialize TOX engine"
static

§ ERR_WRONG_DIR

const std::string ERR_WRONG_DIR = "Wrong channel direction option"
static

§ MSG_EXITING

const std::string MSG_EXITING = "Bot exiting"
static