Failed

data class Failed(val reason: String) : VaultState

Backend rejected the handshake (e.g. Keystore wipe). Terminal for this process — reason is a short, log-friendly string. Recovering usually means reinstalling the app or clearing its data.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard