Classes | Enumerations

include/OFCloudStorage.h File Reference

Go to the source code of this file.

Classes

class  OFCloudStorage
protocol  <OFCloudStorageDelegate>

Enumerations

enum  OFCloudStorageStatus_Code {
  CSC_Unspecified = 0, CSC_Ok = 200, CSC_NotAcceptable = 406, CSC_NotFound = 404,
  CSC_GatewayTimeout = 504, CSC_InsufficientStorage = 507
}

Enumeration Type Documentation

OFCloudStorageStatus_Code allows you to check codes passed back in failure delegates for OFCloudStorage. These codes are loosely based on HTTP status codes [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes].

Enumerator:
CSC_Unspecified 
CSC_Ok 

Status is not specified; This code is never expected in a reply.

CSC_NotAcceptable 

Status is normal; no error.

CSC_NotFound 

Not acceptable; Request parameters may be may be malformed.

CSC_GatewayTimeout 

Specified blob does not exist on server.

CSC_InsufficientStorage 

Expected reply not received; network connection may have gone offline.

 All Classes Files Functions Variables Enumerations Enumerator Properties