#import "HTTPResponse.h" @interface HTTPErrorResponse : NSObject { NSInteger _status; } - (id)initWithErrorCode:(int)httpErrorCode; @end