“IKJayma”
 All Classes Files Functions Properties Pages
Instance Methods | Properties | List of all members
IJError Class Reference

#import <IJError.h>

Inheritance diagram for IJError:

Instance Methods

(id) - initWithResponse:responseObject:andError:
 

Properties

NSHTTPURLResponse * response
 
id responseObject
 
NSError * internalError
 

Method Documentation

- (id) initWithResponse: (NSHTTPURLResponse *)  response
responseObject: (id)  responseObject
andError: (NSError *)  error 

Assign the basic properties for an IJError

Property Documentation

- (NSError*) internalError
readwritenonatomicstrong

The NSError retrieved by AFNetworking.

- (NSHTTPURLResponse*) response
readwritenonatomicstrong

The NSHTTPURLResponse from the server.

- (id) responseObject
readwritenonatomicstrong

The response object created by AFNetworking.


The documentation for this class was generated from the following file: