Skip to content

Commit 035e773

Browse files
Brian Mortonblakewatters
Brian Morton
authored andcommitted
Add RKRequestConnectionTimeoutError to throw when our connection timeout has been exceeded.
1 parent 9071633 commit 035e773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Code/Support/Errors.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ typedef enum {
2727
RKObjectLoaderRemoteSystemError = 1,
2828
RKRequestBaseURLOfflineError = 2,
2929
RKRequestUnexpectedResponseError = 3,
30-
RKObjectLoaderUnexpectedResponseError = 4
30+
RKObjectLoaderUnexpectedResponseError = 4,
31+
RKRequestConnectionTimeoutError = 5
3132
} RKRestKitError;

0 commit comments

Comments
 (0)