MBMResponseErrorReason
Deprecated
enum MBMResponseErrorReason : NSInteger {}
Describes the reason for an offline request response error.
-
Deprecated
The resource is not found.
Declaration
Objective-C
MBMResponseErrorReasonNotFound
Swift
case notFound = 0
-
Deprecated
The server error.
Declaration
Objective-C
MBMResponseErrorReasonServer
Swift
case server = 1
-
Deprecated
The connection error.
Declaration
Objective-C
MBMResponseErrorReasonConnection
Swift
case connection = 2
-
Deprecated
The error happened because of a rate limit.
Declaration
Objective-C
MBMResponseErrorReasonRateLimit
Swift
case rateLimit = 3
-
Deprecated
Other reason.
Declaration
Objective-C
MBMResponseErrorReasonOther
Swift
case other = 4