NdsStoreRecoverableFailure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class 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

Link copied to clipboard

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.

Link copied to clipboard

An error was detected while reading the map. To recover from such error NdsStore.replaceMap() can be used.

Link copied to clipboard

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.