Wallet Persistence Exception
Base exception for mobile wallet persistence encryption failures.
Inheritors
Types
Link copied to clipboard
A wallet database exists but the SDK-managed key needed to open it is missing.
Link copied to clipboard
The encrypted wallet database or stored database key could not be unlocked.
Link copied to clipboard
class EncryptionConfigurationFailed(walletId: String, cause: Throwable? = null) : WalletPersistenceException
Encrypted persistence is unavailable or incorrectly linked/configured on this platform.