Changeset 5094:5750aa4497a7 in roaraudio for include


Ignore:
Timestamp:
07/20/11 14:21:30 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added 29 new error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r4912 r5094  
    8989#define ROAR_ERROR_CHERNOBYL   67 /* Fatal device error */ 
    9090#define ROAR_ERROR_NOHUG       68 /* Device needs love */ 
     91#define ROAR_ERROR_TEXTBUSY    69 /* Text file busy */ 
     92#define ROAR_ERROR_NOTEMPTY    70 /* Directory not empty */ 
     93#define ROAR_ERROR_NODEUNREACH 71 /* Node is unreachable */ 
     94#define ROAR_ERROR_IDREMOVED   72 /* Identifier removed */ 
     95#define ROAR_ERROR_INPROGRESS  73 /* Operation in progress */ 
     96#define ROAR_ERROR_NOCHILD     74 /* No child processes/object */ 
     97#define ROAR_ERROR_NETUNREACH  75 /* Network unreachable */ 
     98#define ROAR_ERROR_CANCELED    76 /* Operation canceled */ 
     99#define ROAR_ERROR_ISDIR       77 /* Is a directory */ 
     100#define ROAR_ERROR_NOTDIR      78 /* Not a directory */ 
     101#define ROAR_ERROR_BADEXEC     79 /* Executable file format error */ 
     102#define ROAR_ERROR_ISCONN      80 /* Socket/Object is connected */ 
     103#define ROAR_ERROR_DEADLOCK    81 /* Resource deadlock would occur */ 
     104#define ROAR_ERROR_CONNRST     82 /* Connection reset */ 
     105#define ROAR_ERROR_BADFH       83 /* Bad file handle */ 
     106#define ROAR_ERROR_NOTSOCK     84 /* Not a socket */ 
     107#define ROAR_ERROR_TOOMANYARGS 85 /* Argument list too long */ 
     108#define ROAR_ERROR_TOOLARGE    86 /* File/Object too large */ 
     109#define ROAR_ERROR_DESTADDRREQ 87 /* Destination address required */ 
     110#define ROAR_ERROR_AFNOTSUP    88 /* Address family not supported */ 
     111#define ROAR_ERROR_NOPOWER     89 /* Operation can not be completed because we are low on power */ 
     112#define ROAR_ERROR_USER        90 /* Error in front of screen */ 
     113#define ROAR_ERROR_NFILE       91 /* Too many files/objects open in system */ 
     114#define ROAR_ERROR_STALE       92 /* Stale file handle or object */ 
     115#define ROAR_ERROR_XDEVLINK    93 /* Cross-device link */ 
     116#define ROAR_ERROR_MLINK       94 /* Too many links to file or object */ 
     117#define ROAR_ERROR_NONET       95 /* Not connected to any network */ 
     118#define ROAR_ERROR_CONNRSTNET  96 /* Connection reset by network */ 
     119#define ROAR_ERROR_CONNABORTED 97 /* Connection aborted */ 
    91120 
    92121#endif 
Note: See TracChangeset for help on using the changeset viewer.