CorruptedSeedException

Thrown when the encrypted seed file on disk is corrupted or malformed (wrong size, invalid IV length, decryption fails). The caller should trigger a recovery flow from backup.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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