Changeset 5646:962e433070f3 in roaraudio for include


Ignore:
Timestamp:
09/12/12 00:13:52 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated list of error values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/error.h

    r5459 r5646  
    126126#define ROAR_ERROR_GONE       104 /* Resource gone */ 
    127127#define ROAR_ERROR_BADLICENSE 105 /* Bad License */ 
     128#define ROAR_ERROR_NEEDPAYMENT 106 /* Payment Required */ 
     129#define ROAR_ERROR_NSTYPE     107 /* Type or Format not supported */ 
     130#define ROAR_ERROR_CENSORED   108 /* Access denied because of censorship */ 
     131#define ROAR_ERROR_BADSTATE   109 /* Object is in bad/wrong state */ 
     132#define ROAR_ERROR_DISABLED   110 /* This has been disabled by the administrator */ 
    128133 
    129134#endif 
Note: See TracChangeset for help on using the changeset viewer.