我在iOS應用程序中使用RestKit,並且需要對某些HTTP錯誤代碼進行特殊處理。如何在request:didFailLoadWithError:
內部檢查響應HTTP狀態代碼? userInfo
字典中有沒有關於NSError
的文章?我在RKRequestDelegate
documentation找不到任何東西。RestKit:請求失敗時獲取HTTP狀態代碼
下面是委託方法的接口:上RKResponse
作品中,我
- (void)request:(RKRequest *)request didFailLoadWithError:(NSError *)error
這是RestKit v0.20中的正確答案 –