Closed aldenks closed 9 months 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.
@cnstoll I was just dealing with the same issue. Is there a reason the request was not merged?
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.