I\'m using RestKit in an iOS app and I need to have special handling for certain HTTP error codes. How can the the response HTTP status code be checked inside of request:d
request:d
For people using the new version of RESTkit and objectManager, you can fetch the statuscode from the RKObjectRequestOperation:
RKObjectRequestOperation
operation.HTTPRequestOperation.response.statusCode