MBXHttpRequestErrorType
enum MBXHttpRequestErrorType : NSInteger {}
Enum which describes possible error types which could happen during HTTP request/download calls.
-
Establishing connection related error.
Declaration
Objective-C
MBXHttpRequestErrorTypeConnectionError
-
SSL related error.
Declaration
Objective-C
MBXHttpRequestErrorTypeSSLError
-
Request was cancelled by the user.
Declaration
Objective-C
MBXHttpRequestErrorTypeRequestCancelled
-
Timeout error.
Declaration
Objective-C
MBXHttpRequestErrorTypeRequestTimedOut
-
Range request failed.
Declaration
Objective-C
MBXHttpRequestErrorTypeRangeError
-
Other than above error.
Declaration
Objective-C
MBXHttpRequestErrorTypeOtherError