#include <string>
Go to the source code of this file.
§ 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 |