Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

libirc_errors.h File Reference

This file defines error codes generated by libircclient. More...


Defines

#define LIBIRC_ERR_OK   0
#define LIBIRC_ERR_INVAL   1
 Invalid argument.

#define LIBIRC_ERR_RESOLV   2
 Could not resolve host.

#define LIBIRC_ERR_SOCKET   3
 Could not create socket.

#define LIBIRC_ERR_CONNECT   4
 Could not connect.

#define LIBIRC_ERR_CLOSED   5
 Connection closed by remote peer.

#define LIBIRC_ERR_NOMEM   6
 Out of memory.

#define LIBIRC_ERR_ACCEPT   7
 Could not accept new connection.

#define LIBIRC_ERR_NODCCSEND   9
 Could not send this.

#define LIBIRC_ERR_READ   10
 Could not read DCC file or socket.

#define LIBIRC_ERR_WRITE   11
 Could not write DCC file or socket.

#define LIBIRC_ERR_STATE   12
 Invalid state.

#define LIBIRC_ERR_TIMEOUT   13
 Operation timed out.

#define LIBIRC_ERR_OPENFILE   14
 Could not open file for DCC send.

#define LIBIRC_ERR_TERMINATED   15
 IRC server connection terminated.

#define LIBIRC_ERR_MAX   16


Detailed Description

This file defines error codes generated by libircclient.

Author:
Georgy Yunaev
Version:
1.0
Date:
09.2004

Define Documentation

#define LIBIRC_ERR_MAX   16
 

brief Internal max error value count


Generated on Tue Aug 29 12:13:30 2006 for libircclient by doxygen1.2.18