I\'m using AFHTTPRequestOperationManager
for a POST
request. Now I\'m deliberately entering incorrect information to handle a 400
erro
Looking at the code for - responseObject
, it appears that an HTTP error prevents it from being populated. You can grab the responseData
directly and parse it yourself, but I would say this is either a bug or a good enhancement request. (It looks like - responseObject
probably should be checking self.responseSerializationError
, not self.error
, when deciding if it should try to build a response object.)