WalletPersistenceException

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

Encrypted persistence is unavailable or incorrectly linked/configured on this platform.

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?