MBMStylePackErrorType
enum MBMStylePackErrorType : NSInteger {}
Describes the reason for a style package download request failure.
-
The operation was canceled.
Declaration
Objective-C
MBMStylePackErrorTypeCanceledSwift
case canceled = 0 -
The style package does not exist.
Declaration
Objective-C
MBMStylePackErrorTypeDoesNotExistSwift
case doesNotExist = 1 -
There is no available space to store the resources.
Declaration
Objective-C
MBMStylePackErrorTypeDiskFullSwift
case diskFull = 2 -
Other reason.
Declaration
Objective-C
MBMStylePackErrorTypeOtherSwift
case other = 3
MBMStylePackErrorType Enumeration Reference