src/error.h
changeset 17 5001564ac5fc
parent 12 4147fae232d9
child 23 542c73d07d3c
equal deleted inserted replaced
16:20ce0029e4a0 17:5001564ac5fc
    65     _ERROR_CODE( ERR_GNUTLS_RECORD_GET_DIRECTION,   0x010109,   GNUTLS  ),
    65     _ERROR_CODE( ERR_GNUTLS_RECORD_GET_DIRECTION,   0x010109,   GNUTLS  ),
    66 
    66 
    67     /* Libevent errors */
    67     /* Libevent errors */
    68     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
    68     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
    69     _ERROR_CODE( ERR_EVENT_ADD,                     0x010202,   NONE    ),
    69     _ERROR_CODE( ERR_EVENT_ADD,                     0x010202,   NONE    ),
       
    70 
       
    71     /* irc_line errors */
       
    72     _ERROR_CODE( ERR_LINE_TOO_LONG,                 0x100101,   NONE    ),
       
    73     _ERROR_CODE( ERR_LINE_INVALID_TOKEN,            0x100102,   NONE    ),
    70     
    74     
    71     // mask of bits used for the error_code value
    75     // mask of bits used for the error_code value
    72     _ERROR_CODE_MASK    = 0xffffff,
    76     _ERROR_CODE_MASK    = 0xffffff,
    73 };
    77 };
    74 
    78