Changeset 5371:309ea408873b in roaraudio for include


Ignore:
Timestamp:
12/21/11 18:58:36 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r5094 r5371  
    118118#define ROAR_ERROR_CONNRSTNET  96 /* Connection reset by network */ 
    119119#define ROAR_ERROR_CONNABORTED 97 /* Connection aborted */ 
     120#define ROAR_ERROR_BADHOST     98 /* Bad host software or hardware */ 
     121#define ROAR_ERROR_SWITCHPROTO 99 /* Switch protocol */ 
     122#define ROAR_ERROR_MOVEDPERM  100 /* Moved Permanently */ 
     123#define ROAR_ERROR_MOVEDTEMP  101 /* Moved Temporary */ 
     124#define ROAR_ERROR_USEPROXY   102 /* Use Proxy server */ 
     125#define ROAR_ERROR_SEEOTHER   103 /* See other resource */ 
     126#define ROAR_ERROR_GONE       104 /* Resource gone */ 
    120127 
    121128#endif 
Note: See TracChangeset for help on using the changeset viewer.