enum | {
HCE::sphinx::NO_ERROR = 0,
HCE::sphinx::PARSE_ERROR = 1,
HCE::sphinx::COMMAND_ERROR = 2,
HCE::sphinx::ERROR_FUNCTIONAL_OBJECT = 3,
HCE::sphinx::ERROR_LOAD_CONFIG = 4,
HCE::sphinx::ERROR_MAKE_DEFAULT_JSON = 5,
HCE::sphinx::ERROR_SEARCH_REQUEST = 1000,
HCE::sphinx::ERROR_NOT_ACTIVITY_SEARCHD = 1001,
HCE::sphinx::ERROR_SEARCHD_STOPED_PID_FILE_EXISTS = 1002,
HCE::sphinx::ERROR_SET_MATCH_MODE = 1011,
HCE::sphinx::ERROR_SET_SORT_MODE = 1012,
HCE::sphinx::ERROR_SET_RANKING_MODE = 1013,
HCE::sphinx::ERROR_SET_SERVER = 1014,
HCE::sphinx::ERROR_SET_LIMITS = 1015,
HCE::sphinx::ERROR_ADD_FILTER = 1016,
HCE::sphinx::ERROR_SET_QUERY_TIME = 1017,
HCE::sphinx::ERROR_OPEN_CONNECTION = 1021,
HCE::sphinx::ERROR_CLOSE_CONNECTION = 1022,
HCE::sphinx::ERROR_START_SEARCHD = 1031,
HCE::sphinx::ERROR_STOP_SEARCHD = 1032,
HCE::sphinx::ERROR_INDEXATION_REQUEST = 2000,
HCE::sphinx::ERROR_ADMIN_REQUEST = 3000,
HCE::sphinx::ERROR_COMMAND_INITIALIZATION = 3001,
HCE::sphinx::ERROR_SERIALIZE = 3011,
HCE::sphinx::ERROR_UNSERIALIZE = 3012,
HCE::sphinx::ERROR_COPY_FILE = 3021,
HCE::sphinx::ERROR_MOVE_FILE = 3022,
HCE::sphinx::ERROR_REMOVE_FILE = 3023,
HCE::sphinx::ERROR_BRANCH_NAME = 3024,
HCE::sphinx::ERROR_MAKE_DIR = 3025,
HCE::sphinx::ERROR_CLEAN_DIR = 3026,
HCE::sphinx::ERROR_GET_FILE_LIST = 3027,
HCE::sphinx::ERROR_GET_INDEX_LIST = 3028,
HCE::sphinx::ERROR_GET_FREE_ALLOWED_PORT = 3029,
HCE::sphinx::ERROR_MAKE_SOURCE = 3031,
HCE::sphinx::ERROR_MAKE_INDEX = 3032,
HCE::sphinx::ERROR_MAKE_MERGE = 3033,
HCE::sphinx::ERROR_MAKE_TRUNK_INDEX = 3034,
HCE::sphinx::ERROR_DELETE_TRUNK_INDEX = 3035,
HCE::sphinx::ERROR_MOVE_INDEX = 3036,
HCE::sphinx::ERROR_CREATE_INDEX = 3101,
HCE::sphinx::ERROR_CHECK_INDEX = 3102,
HCE::sphinx::ERROR_STORE_DATA_FILE = 3103,
HCE::sphinx::ERROR_STORE_SCHEMA_FILE = 3104,
HCE::sphinx::ERROR_INDEX_REBUILD = 3105,
HCE::sphinx::ERROR_INDEX_START = 3106,
HCE::sphinx::ERROR_INDEX_STOP = 3107,
HCE::sphinx::ERROR_INDEX_MERGE = 3108,
HCE::sphinx::ERROR_INDEX_MERGE_TRUNK = 3109,
HCE::sphinx::ERROR_INDEX_DELETE_DATA_FILE = 3110,
HCE::sphinx::ERROR_INDEX_DELETE_SCHEMA_FILE = 3111,
HCE::sphinx::ERROR_INDEX_APPEND_DATA_FILE = 3112,
HCE::sphinx::ERROR_INDEX_DELETE_DOC = 3113,
HCE::sphinx::ERROR_INDEX_DELETE_DOC_NUMBER = 3114,
HCE::sphinx::ERROR_INDEX_PACK_DOC_DATA = 3115,
HCE::sphinx::ERROR_INDEX_REMOVE = 3116,
HCE::sphinx::ERROR_INDEX_COPY = 3117,
HCE::sphinx::ERROR_INDEX_RENAME = 3118,
HCE::sphinx::ERROR_SET_CONFIG_VAR = 3119,
HCE::sphinx::ERROR_GET_CONFIG_VAR = 3120,
HCE::sphinx::ERROR_INDEX_CHECK_SCHEMA = 3121,
HCE::sphinx::ERROR_INDEX_SEARCHD_STATUS = 3122,
HCE::sphinx::ERROR_INDEX_STATUS = 3123,
HCE::sphinx::ERROR_INDEX_MAX_DOC_ID = 3124,
HCE::sphinx::ERROR_INDEX_DATA_LIST = 3125,
HCE::sphinx::ERROR_INDEX_BRANCHES_LIST = 3126,
HCE::sphinx::ERROR_INDEX_BRANCHES_INFO = 3127,
HCE::sphinx::ERROR_INDEX_BRANCHES_STATUS = 3128,
HCE::sphinx::ERROR_INDEX_CONNECT = 3129,
HCE::sphinx::ERROR_INDEX_DISCONNECT = 3130
} |