Changeset 4912:25498423dcc9 in roaraudio for include/roaraudio/error.h


Ignore:
Timestamp:
05/07/11 20:10:26 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some new error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r4874 r4912  
    7070#define ROAR_ERROR_NOISE       48 /* Line too noisy */ 
    7171#define ROAR_ERROR_LINKDOWN    49 /* Physical or logical link down */ 
     72#define ROAR_ERROR_INTERRUPTED 50 /* Operation was interruped */ 
     73#define ROAR_ERROR_CAUSALITY   51 /* Causality error */ 
     74#define ROAR_ERROR_QUOTA       52 /* Quota exceeded */ 
     75#define ROAR_ERROR_BADLIB      53 /* Accessing a corrupted shared library */ 
     76#define ROAR_ERROR_NOMEDIUM    54 /* No medium found */ 
     77#define ROAR_ERROR_NOTUNIQ     55 /* Name not unique */ 
     78#define ROAR_ERROR_ILLSEQ      56 /* Illegal byte sequence */ 
     79#define ROAR_ERROR_ADDRINUSE   57 /* Address in use */ 
     80#define ROAR_ERROR_HOLE        58 /* Hole in data */ 
     81#define ROAR_ERROR_BADVERSION  59 /* Bad version */ 
     82#define ROAR_ERROR_NSVERSION   60 /* Not supported version */ 
     83#define ROAR_ERROR_BADMAGIC    61 /* Bad magic number */ 
     84#define ROAR_ERROR_LOSTSYNC    62 /* Lost synchronization */ 
     85#define ROAR_ERROR_BADSEEK     63 /* Can not seek to destination position */ 
     86#define ROAR_ERROR_NOSEEK      64 /* Seeking not supported on resource */ 
     87#define ROAR_ERROR_BADCKSUM    65 /* Data integrity error */ 
     88#define ROAR_ERROR_NOHORSE     66 /* Mount failed */ 
     89#define ROAR_ERROR_CHERNOBYL   67 /* Fatal device error */ 
     90#define ROAR_ERROR_NOHUG       68 /* Device needs love */ 
    7291 
    7392#endif 
Note: See TracChangeset for help on using the changeset viewer.