CannotReadKeyStore

class CannotReadKeyStore(val regionStore: RegionStore) : TomTomSdkFailure

Represents a failure because map's keystore is missing or corrupt. To recover from this failure, use NdsStore.replaceKeystore with the provided NdsStore.

Parameters

regionStore

the instance of NdsStore that can be used for recovery with NdsStore.replaceKeystore.

Constructors

Link copied to clipboard
constructor(regionStore: RegionStore)

Properties

Link copied to clipboard
val regionStore: RegionStore

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String