mutualmobile / MMRecord

Seamless Web Service Integration and Core Data Model Population
MIT License
691 stars 76 forks source link

Propagate HTTP errors in AFMMRecordResponseSerializer #108

Closed aldenks closed 9 months ago

aldenks commented 9 years ago

AFMMRecordResponseSerializer was silently swallowing all errors from the HTTPResponseSerializer and attempting to parse responses regardless.

Fix by returning nil as the response object while the correct error is set.

tkohout commented 9 years ago

@cnstoll I was just dealing with the same issue. Is there a reason the request was not merged?