Sha256: b6efb92f910b78744e18150af9b759797e1829c34a4242456feb8c5cda39f5c6

Contents?: true

Size: 677 Bytes

Versions: 51

Compression:

Stored size: 677 Bytes

Contents

#ifndef _RHOERROR_H_
#define _RHOERROR_H_

#define RHO_ERR_NONE  0
#define RHO_ERR_NETWORK  1
#define RHO_ERR_REMOTESERVER  2
#define RHO_ERR_RUNTIME  3
#define RHO_ERR_UNEXPECTEDSERVERRESPONSE  4
#define RHO_ERR_DIFFDOMAINSINSYNCSRC  5
#define RHO_ERR_NOSERVERRESPONSE  6
#define RHO_ERR_CLIENTISNOTLOGGEDIN  7
#define RHO_ERR_CUSTOMSYNCSERVER  8
#define RHO_ERR_UNATHORIZED  9
#define RHO_ERR_CANCELBYUSER  10
#define RHO_ERR_SYNCVERSION  11
#define RHO_ERR_GEOLOCATION  12

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

char* rho_error_getErrorText(int nError);
void rho_error_freeString(char* sz);

#ifdef __cplusplus
};
#endif //__cplusplus

#endif //_RHOERROR_H_

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/shared/SyncClient/RhoError.h
rhodes-3.0.2.beta.1 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.8 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.7 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.6 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.5 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.4 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.3 platform/shared/SyncClient/RhoError.h
rhodes-3.0.1.beta.2 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.7 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.6 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.5 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.4 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.3 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.2 platform/shared/SyncClient/RhoError.h
rhodes-3.0.0.beta.1 platform/shared/SyncClient/RhoError.h
rhodes-2.4.1 platform/shared/SyncClient/RhoError.h
rhodes-2.4.1.beta.1 platform/shared/SyncClient/RhoError.h