MBXDownloadError
@interface MBXDownloadError : NSObject
Structure to hold error information about download request.
-
Download error code.
Declaration
Objective-C
@property (nonatomic, readonly) MBXDownloadErrorCode code;
-
Human readable string describing an error.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *message;