1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #define kOCErrorServerUnauthorized 401
- #define kOCErrorServerForbidden 403
- #define kOCErrorServerPathNotFound 404
- #define kOCErrorServerMethodNotPermitted 405
- #define kOCErrorProxyAuth 407
- #define kOCErrorServerTimeout 408
- #define kOCErrorServerInternalError 500
- #define kOCErrorSharedAPIWrong 400
- #define kOCSharedAPISuccessful 100
- #define kOCShareeAPISuccessful 200
- #define kOCNotificationAPINoContent 204
- #define kOCNotificationAPISuccessful 200
- #define kOCUserProfileAPISuccessful 200
- #define kOCPushNotificationAPISuccessful 200
- #define kOCPushNotificationAPINeedSendProxy 201
- typedef enum {
- OCServerErrorForbiddenCharacters = 101,
- } OCServerErrorEnum;
|