MBMStylePackError
@interface MBMStylePackError : NSObject
                Describes a style package load request error.
- 
                  
                  
Unavailable
Undocumented
Declaration
Objective-C
- (nonnull instancetype)init NS_UNAVAILABLE; - 
                  
                  
Unavailable
Undocumented
Declaration
Objective-C
+ (nonnull instancetype)new NS_UNAVAILABLE; - 
                  
                  
Undocumented
Declaration
Objective-C
- (nonnull instancetype)initWithType:(MBMStylePackErrorType)type message:(nonnull NSString *)message;Swift
init(type: StylePackErrorType, message: String) - 
                  
                  
The reason for the response error.
Declaration
Objective-C
@property (nonatomic, readonly) MBMStylePackErrorType type;Swift
var type: StylePackErrorType { get } - 
                  
                  
An error message.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *message;Swift
var message: String { get } 
        MBMStylePackError Class Reference