TomTomSdkFailure

abstract class TomTomSdkFailure

Represents a failure from TomTomSdk.

Inheritors

Types

Link copied to clipboard
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.

Link copied to clipboard
class CannotReadMap(val regionStore: RegionStore) : TomTomSdkFailure

Represents a failure detected while reading the map. To recover from this failure, use NdsStore.replaceMap with the provided NdsStore.