onPathSetError abstract method

void onPathSetError(
  1. Error error
)

Error occurred. Cache path wasn't change Expected error types: 1. mapkit_offline_cache_errors.CachePathUnavailable: target path doesn't exist or there no read permissions

Implementation

void onPathSetError(runtime_error.Error error);