YMKStorageErrorListener

protocol YMKStorageErrorListener : NSObjectProtocol

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

Summary

Instance methods

func onStorageErrorWithError( error: YRTLocalError_)
Possible error types: - YRTDiskCorruptError: Called if local storage is corrupted

Instance methods

onStorageErrorWithError(_:)

func onStorageErrorWithError( error: YRTLocalError_)

Possible error types: - YRTDiskCorruptError: Called if local storage is corrupted. - YRTDiskFullError: Called if local storage is full. - YRTDiskWriteAccessError: Called if the application cannot get write access to local storage.


Предыдущая
Следующая