MMKOfflineCacheManagerErrorListener
|
protocol MMKOfflineCacheManagerErrorListener : NSObjectProtocol |
Summary
Instance methods
|
func onErrorWithError(_ error: any Error) |
|
func onRegionErrorWithError(_ error: any Error, regionId: UInt) |
Instance methods
onErrorWithError(_:)
|
func onErrorWithError(_ error: any Error) |
|
Parameters |
|
|
error |
Error has occurred in offline cache manager. Expected error types: 1. MRTRemoteError 2. MRTLocalError |
onRegionErrorWithError(_:regionId:)
|
func onRegionErrorWithError(_ error: any Error, regionId: UInt) |
|
Parameters |
|
|
error |
Error has occurred in specific region. Expected error types: 1. MRTRemoteError 2. MRTLocalError |