MBXUploadError
@interface MBXUploadError : NSObject
Structure to hold information about errors in the upload.
-
Upload error code.
Declaration
Objective-C
@property (nonatomic, readonly) MBXUploadErrorCode code;
-
Human readable string describing an error.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *message;