MMKOfflineCacheManagerErrorListener

@protocol MMKOfflineCacheManagerErrorListener <NSObject>

Undocumented

Summary

Instance methods

- (void)onErrorWithError:(nonnull NSError *)error;

- (void)onRegionErrorWithError:(nonnull NSError *)error
                      regionId:(NSUInteger)regionId;

Instance methods

onErrorWithError:

- (void)onErrorWithError:(nonnull NSError *)error;

Parameters

error

Error has occurred in offline cache manager. Expected error types: 1. MRTRemoteError 2. MRTLocalError


onRegionErrorWithError:regionId:

- (void)onRegionErrorWithError:(nonnull NSError *)error
                      regionId:(NSUInteger)regionId;

Parameters

error

Error has occurred in specific region. Expected error types: 1. MRTRemoteError 2. MRTLocalError