Inherits from NSObject
Declared in CMISHttpResponse.h

Properties

data

@property (nonatomic, strong, readonly) NSData *data

statusCode

@property NSInteger statusCode

statusCodeMessage

@property (nonatomic, strong) NSString *statusCodeMessage

Class Methods

responseUsingURLHTTPResponse:andData:

+ (CMISHttpResponse *)responseUsingURLHTTPResponse:(NSHTTPURLResponse *)HTTPURLResponse andData:(NSData *)data

Instance Methods

errorMessage

- (NSString *)errorMessage

exception

- (NSString *)exception