mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-22 11:46:05 +08:00
Add RKRequestConnectionTimeoutError to throw when our connection timeout has been exceeded.
This commit is contained in:
committed by
Blake Watters
parent
90716335f5
commit
035e7732b8
@@ -27,5 +27,6 @@ typedef enum {
|
||||
RKObjectLoaderRemoteSystemError = 1,
|
||||
RKRequestBaseURLOfflineError = 2,
|
||||
RKRequestUnexpectedResponseError = 3,
|
||||
RKObjectLoaderUnexpectedResponseError = 4
|
||||
RKObjectLoaderUnexpectedResponseError = 4,
|
||||
RKRequestConnectionTimeoutError = 5
|
||||
} RKRestKitError;
|
||||
|
||||
Reference in New Issue
Block a user