Changeset 4870:ad85e19b3219 in roaraudio for include


Ignore:
Timestamp:
04/26/11 10:15:51 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added new error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r4708 r4870  
    4545#define ROAR_ERROR_NOMEM       12 /* Not enough space */ 
    4646#define ROAR_ERROR_INVAL       13 /* Invalid argument */ 
     47#define ROAR_ERROR_ALREADY     14 /* Connection already in progress */ 
     48#define ROAR_ERROR_BADRQC      15 /* Invalid request code */ 
     49#define ROAR_ERROR_DOM         16 /* Mathematics argument out of domain of function */ 
     50#define ROAR_ERROR_EXIST       17 /* File or object exists */ 
     51#define ROAR_ERROR_FAULT       18 /* Bad address */ 
     52#define ROAR_ERROR_IO          19 /* I/O-Error */ 
     53#define ROAR_ERROR_KEYEXPIRED  20 /* Key has expired */ 
     54#define ROAR_ERROR_KEYREJECTED 21 /* Key was rejected by service */ 
     55#define ROAR_ERROR_LOOP        22 /* Too many recursions */ 
     56#define ROAR_ERROR_MFILE       23 /* Too many open files or objects */ 
     57#define ROAR_ERROR_NAMETOOLONG 24 /* File or object name too long */ 
     58#define ROAR_ERROR_NODATA      25 /* No message is available on the read queue */ 
     59#define ROAR_ERROR_NODEV       26 /* No such device */ 
     60#define ROAR_ERROR_NODRV       27 /* No such driver */ 
     61#define ROAR_ERROR_NOSPC       38 /* No space left on device */ 
     62#define ROAR_ERROR_TYPEMM      39 /* Type missmatch. Object of diffrent type required */ 
     63#define ROAR_ERROR_NORSYS      40 /* Feature not implemented by remote end */ 
     64#define ROAR_ERROR_NOTCONN     41 /* Socket or object not connected */ 
     65#define ROAR_ERROR_PROTONOSUP  42 /* Protocol not supported */ 
     66#define ROAR_ERROR_RIO         43 /* Remote I/O Error */ 
     67#define ROAR_ERROR_RO          45 /* File or object is read only */ 
     68#define ROAR_ERROR_TIMEDOUT    46 /* Connection timed out */ 
     69#define ROAR_ERROR_AGAIN       47 /* Resource temporarily unavailable */ 
     70#define ROAR_ERROR_NOISE       48 /* Line too noisy */ 
     71#define ROAR_ERROR_LINKDOWN    49 /* Physical or logical link down */ 
    4772 
    4873#endif 
Note: See TracChangeset for help on using the changeset viewer.