MBMResponseErrorReason
Deprecated
enum MBMResponseErrorReason : NSInteger {}
Describes the reason for an offline request response error.
-
Deprecated
The resource is not found.
Declaration
Objective-C
MBMResponseErrorReasonNotFoundSwift
case notFound = 0 -
Deprecated
The server error.
Declaration
Objective-C
MBMResponseErrorReasonServerSwift
case server = 1 -
Deprecated
The connection error.
Declaration
Objective-C
MBMResponseErrorReasonConnectionSwift
case connection = 2 -
Deprecated
The error happened because of a rate limit.
Declaration
Objective-C
MBMResponseErrorReasonRateLimitSwift
case rateLimit = 3 -
Deprecated
Other reason.
Declaration
Objective-C
MBMResponseErrorReasonOtherSwift
case other = 4
MBMResponseErrorReason Enumeration Reference