NdsStoreRecoverableFailure
Information about failures inside the NdsStore.
Failures can happen when there is an error in the map data, the map is missing or cannot be decrypted.
WARNING: When a wrong keystore/password is used then an NdsStore failure can be reported. The correct way to handle this is to check the keystore and password.
Inheritors
Types
When the keystore file is missing or corrupt. To resolve, ensure that a correct keystore file is present at the configured path. To do that, NdsStore.replaceKeystore() can be used.
An error was detected while reading the map. To recover from such error NdsStore.replaceMap() can be used.
When the map folder is not accessible or the ROOT.NDS file is missing. To resolve, ensure that the map is present and has read permission. The NdsStore.replaceMap() can be used to replace the map with a valid one.