MMKStorageErrorListener

@protocol MMKStorageErrorListener <NSObject>

Storage error listener. This is a listener to subscribe to storage errors in managers that control some type of storage.

Summary

Instance methods

- (void)onStorageErrorWithError:(nonnull MRTLocalError *)error;
Possible error types: - MRTDiskCorruptError: Called if local storage is corrupted

Instance methods

onStorageErrorWithError:

- (void)onStorageErrorWithError:(nonnull MRTLocalError *)error;

Possible error types: - MRTDiskCorruptError: Called if local storage is corrupted. - MRTDiskFullError: Called if local storage is full. - MRTDiskWriteAccessError: Called if the application cannot get write access to local storage.