Changes between Initial Version and Version 1 of Specs/ErrorValues


Ignore:
Timestamp:
04/26/11 11:25:07 (13 years ago)
Author:
ph3-der-loewe
Comment:

BEGIN{}

Legend:

Unmodified
Added
Removed
Modified
  • Specs/ErrorValues

    v1 v1  
     1= RoarAudio Error Values = 
     2||= Error Value =||= ID =||= Text =||= Description =|| 
     3||= ROAR_ERROR_UNKNOWN       =|| -1 || Unknown (maybe no) error || || 
     4||= ROAR_ERROR_NONE          =||  0 || No error                 || || 
     5||= ROAR_ERROR_PERM          =||  1 || Operation not permitted  || || 
     6||= ROAR_ERROR_NOENT         =||  2 || No such file or directory || || 
     7||= ROAR_ERROR_BADMSG        =||  3 || Bad message              || || 
     8||= ROAR_ERROR_BUSY          =||  4 || Device or resource busy  || || 
     9||= ROAR_ERROR_CONNREFUSED   =||  5 || Connection refused       || || 
     10||= ROAR_ERROR_NOSYS         =||  6 || Function not implemented || || 
     11||= ROAR_ERROR_NOTSUP        =||  7 || Operation not supported  || || 
     12||= ROAR_ERROR_PIPE          =||  8 || Broken pipe              || || 
     13||= ROAR_ERROR_PROTO         =||  9 || Protocol error           || || 
     14||= ROAR_ERROR_RANGE         =|| 10 || Result too large/general out of range || || 
     15||= ROAR_ERROR_MSGSIZE       =|| 11 || Message too long         || || 
     16||= ROAR_ERROR_NOMEM         =|| 12 || Not enough space         || || 
     17||= ROAR_ERROR_INVAL         =|| 13 || Invalid argument         || || 
     18||= ROAR_ERROR_ALREADY       =|| 14 || Connection already in progress || || 
     19||= ROAR_ERROR_BADRQC        =|| 15 || Invalid request code     || || 
     20||= ROAR_ERROR_DOM           =|| 16 || Mathematics argument out of domain of function || || 
     21||= ROAR_ERROR_EXIST         =|| 17 || File or object exists    || || 
     22||= ROAR_ERROR_FAULT         =|| 18 || Bad address              || || 
     23||= ROAR_ERROR_IO            =|| 19 || I/O-Error                || || 
     24||= ROAR_ERROR_KEYEXPIRED    =|| 20 || Key has expired          || || 
     25||= ROAR_ERROR_KEYREJECTED   =|| 21 || Key was rejected by service || || 
     26||= ROAR_ERROR_LOOP          =|| 22 || Too many recursions      || || 
     27||= ROAR_ERROR_MFILE         =|| 23 || Too many open files or objects || || 
     28||= ROAR_ERROR_NAMETOOLONG   =|| 24 || File or object name too long || || 
     29||= ROAR_ERROR_NODATA        =|| 25 || No message is available on the read queue || || 
     30||= ROAR_ERROR_NODEV         =|| 26 || No such device           || || 
     31||= ROAR_ERROR_NODRV         =|| 27 || No such driver           || || 
     32||= ROAR_ERROR_NOSPC         =|| 38 || No space left on device  || || 
     33||= ROAR_ERROR_TYPEMM        =|| 39 || Type missmatch. Object of diffrent type required || || 
     34||= ROAR_ERROR_NORSYS        =|| 40 || Feature not implemented by remote end || || 
     35||= ROAR_ERROR_NOTCONN       =|| 41 || Socket or object not connected || || 
     36||= ROAR_ERROR_PROTONOSUP    =|| 42 || Protocol not supported   || || 
     37||= ROAR_ERROR_RIO           =|| 43 || Remote I/O Error         || || 
     38||= ROAR_ERROR_RO            =|| 45 || File or object is read only || || 
     39||= ROAR_ERROR_TIMEDOUT      =|| 46 || Connection timed out     || || 
     40||= ROAR_ERROR_AGAIN         =|| 47 || Resource temporarily unavailable || || 
     41||= ROAR_ERROR_NOISE         =|| 48 || Line too noisy           || || 
     42||= ROAR_ERROR_LINKDOWN      =|| 49 || Physical or logical link down || ||