MBXDownloadErrorCode
enum MBXDownloadErrorCode : NSInteger {}
Enum which represents different error cases which could happen during download session.
-
General filesystem related error code. For cases like: write error, no such file or directory, not enough space and etc.
Declaration
Objective-C
MBXDownloadErrorCodeFileSystemError
-
General network related error. Should be probably representation of HttpRequestError.
Declaration
Objective-C
MBXDownloadErrorCodeNetworkError