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 } |
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].