使用 RestKit 时出现以下错误:
error=Error Domain=org.restkit.RestKit.ErrorDomain Code=-1017 "Loaded an unprocessable response (200) with content type 'application/json'" UserInfo=0x1f08d9c0 {NSErrorFailingURLKey=http://dev.hopon.co.il/v1/travels.json, NSUnderlyingError=0x1f0a1540 "The operation couldn’t be completed. (Cocoa error 3840.)", NSLocalizedDescription=Loaded an unprocessable response (200) with content type 'application/json'}
它清楚地说明了导致错误的原因,我理解这一点。我的问题是如何在我的代码中捕捉和处理这个错误?(因为没有调用失败块)