src/error.h
changeset 83 c8e2dac08207
parent 71 0a13030f795d
child 87 f0db6ebf18b9
equal deleted inserted replaced
82:bc767e01648d 83:c8e2dac08207
    84     ERR_IRC_NET_QUIT_STATE,
    84     ERR_IRC_NET_QUIT_STATE,
    85 
    85 
    86     /** @see module_error_code */
    86     /** @see module_error_code */
    87     _ERR_MODULE     = 0x000a00,
    87     _ERR_MODULE     = 0x000a00,
    88 
    88 
       
    89     /** config errors */
       
    90     _ERR_CONFIG     = 0x000b00,
       
    91     ERR_CONFIG_NAME,
       
    92 
    89     /** General errors */
    93     /** General errors */
    90     _ERR_GENERAL    = 0xffff00,
    94     _ERR_GENERAL    = 0xffff00,
    91     ERR_CMD_OPT,
    95     ERR_CMD_OPT,
       
    96 
    92 };
    97 };
    93 
    98 
    94 /**
    99 /**
    95  * Table of error descriptions
   100  * Table of error descriptions
    96  */
   101  */